#F06251

Color #F06251 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #F06251

Tints of Flamingo #F06251

Color information

#F06251 (or 0xF06251) is unknown color: approx Flamingo. HEX triplet: F0, 62 and 51. RGB value is (240,98,81). Sum of RGB (Red+Green+Blue) = 240+98+81=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F06251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06251 is #0F9DAE. Grayscale: #8A8A8A. Windows color (decimal): -1023407 or 5333744. OLE color: 5333744.

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

Color convert

RGB2409881-
CMYK00.590.660.06
HSL6.42º84.13%62.94%-
HSV(B)6.42º66.25%94.12%-
XYZ41.7927.8510.96-
YUV138.5295.54200.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.28%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=57.28%
G=23.39%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240988100.590.660.066.4284.1362.94
HexF0625103B4266543f
Octal3601421210731026612477
Binary1111000011000101010001011101110000101101101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06251; }

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

 H1.HeaderClassName
 {
   color: #F06251;
 }
 .AnyTagClassName
 {
   color: #F06251;
 }
</style>
background-color css

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

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

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

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

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

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