Html Css Color HEX #F06059 Flamingo

📋 copy color: '#F06059'

red 240 ◦ green 96 ◦ blue 89

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

Shades of Flamingo #F06059

Tints of Flamingo #F06059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

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

R = 56.47%
G = 22.59%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F06059 (or 0xF06059) is known color: Flamingo. HEX triplet: F0, 60 and 59. RGB value is (240,96,89). Sum of RGB (Red+Green+Blue) = 240+96+89=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F06059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06059 is #0F9FA6. Grayscale: #8A8A8A. Windows color (decimal): -1023911 or 5857520. OLE color: 5857520.

HSL color Cylindrical-coordinate representation of color #F06059: hue angle of 2.78º 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 #F06059 is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 89 -
CMYK 0 0.6 0.63 0.06
HSL 2.78º 0.83% 0.65% -
HSV(B) 2.78º 0.63% 0.94% -
XYZ 41.92 27.61 12.57 -
YUV 138.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 240 96 89 0 0.6 0.63 0.06 2.78 0.83 0.65
Hex F0 60 59 0 3C 3F 6 3 53 41
Octal 360 140 131 0 74 77 6 3 123 101
Binary 11110000 1100000 1011001 0 111100 111111 110 11 1010011 1000001

Color Harmonies of #F06059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06059

Black with #F06059

Text Example


Text Example

White with #F06059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06059; }

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

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

background-color css

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

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

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

border-color css

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

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

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