Shades of Flamingo #F06452
Tints of Flamingo #F06452
RGB
CMYK
RGB Variations
Color information
#F06452 (or 0xF06452) is known color: Flamingo. HEX triplet: F0, 64 and 52. RGB value is (240,100,82). Sum of RGB (Red+Green+Blue) = 240+100+82=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F06452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06452 is #0F9BAD. Grayscale: #8C8C8C. Windows color (decimal): -1022894 or 5399792. OLE color: 5399792.
HSL color Cylindrical-coordinate representation of color #F06452: hue angle of 6.84º 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 #F06452 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 82 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.06 |
| HSL | 6.84º | 0.84% | 0.63% | - |
| HSV(B) | 6.84º | 0.66% | 0.94% | - |
| XYZ | 42.02 | 28.25 | 11.22 | - |
| YUV | 139.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 82 | 0 | 0.58 | 0.66 | 0.06 | 6.84 | 0.84 | 0.63 |
| Hex | F0 | 64 | 52 | 0 | 3A | 42 | 6 | 7 | 54 | 3F |
| Octal | 360 | 144 | 122 | 0 | 72 | 102 | 6 | 7 | 124 | 77 |
| Binary | 11110000 | 1100100 | 1010010 | 0 | 111010 | 1000010 | 110 | 111 | 1010100 | 111111 |
Color Harmonies of #F06452
Complementary color
Monochromatic Colors of #F06452
Black with #F06452
Text Example
Text Example
White with #F06452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06452; }
p { color: rgb(240,100,82); }
H1.HeaderClassName
{
color: #F06452;
}
.AnyTagClassName
{
color: #F06452;
}
</style>
background-color css
<style>
a { background-color: #F06452; }
a { background-color: rgb(240,100,82); }
div.DivClassName
{
background-color: #F06452;
}
.BgClassName
{
background-color: #F06452;
}
</style>
border-color css
<style>
span { border-color: #F06452; }
span { border-color: rgb(240,100,82); }
td.TdClassName
{
border-color: #F06452;
}
.TagClassName
{
border-color: #F06452;
}
</style>