Html Css Color HEX #F15750 Flamingo

📋 copy color: '#F15750'

red 241 ◦ green 87 ◦ blue 80

#F15750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #F15750

Tints of Flamingo #F15750

RGB

 RED value IS 241 (94.53% from 255) = 59.07%

 GREEN value IS 87 (34.38% from 255) = 21.32%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 59.07%
G = 21.32%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F15750 (or 0xF15750) is known color: Flamingo. HEX triplet: F1, 57 and 50. RGB value is (241,87,80). Sum of RGB (Red+Green+Blue) = 241+87+80=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F15750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15750 is #0EA8AF. Grayscale: #848484. Windows color (decimal): -960688 or 5265393. OLE color: 5265393.

HSL color Cylindrical-coordinate representation of color #F15750: hue angle of 2.61º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15750 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 87 80 -
CMYK 0 0.64 0.67 0.05
HSL 2.61º 0.85% 0.63% -
HSV(B) 2.61º 0.67% 0.95% -
XYZ 41.13 26.1 10.46 -
YUV 132.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 241 87 80 0 0.64 0.67 0.05 2.61 0.85 0.63
Hex F1 57 50 0 40 43 5 3 55 3F
Octal 361 127 120 0 100 103 5 3 125 77
Binary 11110001 1010111 1010000 0 1000000 1000011 101 11 1010101 111111

Color Harmonies of #F15750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15750

Black with #F15750

Text Example


Text Example

White with #F15750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15750; }

 p { color: rgb(241,87,80); }

 H1.HeaderClassName
 {
   color: #F15750;
 }
 .AnyTagClassName
 {
   color: #F15750;
 }
</style>

background-color css

<style>
 a { background-color: #F15750; }

 a { background-color: rgb(241,87,80); }

 div.DivClassName
 {
   background-color: #F15750;
 }
 .BgClassName
 {
   background-color: #F15750;
 }
</style>

border-color css

<style>
 span { border-color: #F15750; }

 span { border-color: rgb(241,87,80); }

 td.TdClassName
 {
   border-color: #F15750;
 }
 .TagClassName
 {
   border-color: #F15750;
 }
</style>