Shades of Flamingo #F06551
Tints of Flamingo #F06551
RGB
CMYK
RGB Variations
Color information
#F06551 (or 0xF06551) is known color: Flamingo. HEX triplet: F0, 65 and 51. RGB value is (240,101,81). Sum of RGB (Red+Green+Blue) = 240+101+81=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F06551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06551 is #0F9AAE. Grayscale: #8C8C8C. Windows color (decimal): -1022639 or 5334512. OLE color: 5334512.
HSL color Cylindrical-coordinate representation of color #F06551: hue angle of 7.55º 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 #F06551 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 81 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.06 |
| HSL | 7.55º | 0.84% | 0.63% | - |
| HSV(B) | 7.55º | 0.66% | 0.94% | - |
| XYZ | 42.07 | 28.43 | 11.05 | - |
| YUV | 140.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 81 | 0 | 0.58 | 0.66 | 0.06 | 7.55 | 0.84 | 0.63 |
| Hex | F0 | 65 | 51 | 0 | 3A | 42 | 6 | 8 | 54 | 3F |
| Octal | 360 | 145 | 121 | 0 | 72 | 102 | 6 | 10 | 124 | 77 |
| Binary | 11110000 | 1100101 | 1010001 | 0 | 111010 | 1000010 | 110 | 1000 | 1010100 | 111111 |
Color Harmonies of #F06551
Complementary color
Monochromatic Colors of #F06551
Black with #F06551
Text Example
Text Example
White with #F06551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06551; }
p { color: rgb(240,101,81); }
H1.HeaderClassName
{
color: #F06551;
}
.AnyTagClassName
{
color: #F06551;
}
</style>
background-color css
<style>
a { background-color: #F06551; }
a { background-color: rgb(240,101,81); }
div.DivClassName
{
background-color: #F06551;
}
.BgClassName
{
background-color: #F06551;
}
</style>
border-color css
<style>
span { border-color: #F06551; }
span { border-color: rgb(240,101,81); }
td.TdClassName
{
border-color: #F06551;
}
.TagClassName
{
border-color: #F06551;
}
</style>