Html Css Color HEX #F06259 Flamingo

📋 copy color: '#F06259'

red 240 ◦ green 98 ◦ blue 89

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

Shades of Flamingo #F06259

Tints of Flamingo #F06259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

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

R = 56.21%
G = 22.95%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F06259 (or 0xF06259) is known color: Flamingo. HEX triplet: F0, 62 and 59. RGB value is (240,98,89). Sum of RGB (Red+Green+Blue) = 240+98+89=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F06259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06259 is #0F9DA6. Grayscale: #8B8B8B. Windows color (decimal): -1023399 or 5858032. OLE color: 5858032.

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

Color convert

RGB 240 98 89 -
CMYK 0 0.59 0.63 0.06
HSL 3.58º 0.83% 0.65% -
HSV(B) 3.58º 0.63% 0.94% -
XYZ 42.11 27.98 12.63 -
YUV 139.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 240 98 89 0 0.59 0.63 0.06 3.58 0.83 0.65
Hex F0 62 59 0 3B 3F 6 4 53 41
Octal 360 142 131 0 73 77 6 4 123 101
Binary 11110000 1100010 1011001 0 111011 111111 110 100 1010011 1000001

Color Harmonies of #F06259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06259

Black with #F06259

Text Example


Text Example

White with #F06259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06259; }

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

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

background-color css

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

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

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

border-color css

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

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

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