Html Css Color HEX #F06159 Flamingo

📋 copy color: '#F06159'

red 240 ◦ green 97 ◦ blue 89

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

Shades of Flamingo #F06159

Tints of Flamingo #F06159

RGB

 RED value IS 240 (94.14% from 255) = 56.34%

 GREEN value IS 97 (38.28% from 255) = 22.77%

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 56.34%
G = 22.77%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F06159 (or 0xF06159) is known color: Flamingo. HEX triplet: F0, 61 and 59. RGB value is (240,97,89). Sum of RGB (Red+Green+Blue) = 240+97+89=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06159 is #0F9EA6. Grayscale: #8B8B8B. Windows color (decimal): -1023655 or 5857776. OLE color: 5857776.

HSL color Cylindrical-coordinate representation of color #F06159: hue angle of 3.18º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F06159 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 89 -
CMYK 0 0.60 0.63 0.06
HSL 3.18º 0.83% 0.65% -
HSV(B) 3.18º 0.63% 0.94% -
XYZ 42.01 27.8 12.6 -
YUV 138.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 240 97 89 0 0.60 0.63 0.06 3.18 0.83 0.65
Hex F0 61 59 0 3C 3F 6 3 53 41
Octal 360 141 131 0 74 77 6 3 123 101
Binary 11110000 1100001 1011001 0 111100 111111 110 11 1010011 1000001

Color Harmonies of #F06159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06159

Black with #F06159

Text Example


Text Example

White with #F06159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06159; }

 p { color: rgb(240,97,89); }

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

background-color css

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

 a { background-color: rgb(240,97,89); }

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

border-color css

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

 span { border-color: rgb(240,97,89); }

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