Shades of Flamingo #F06556
Tints of Flamingo #F06556
RGB
CMYK
RGB Variations
Color information
#F06556 (or 0xF06556) is known color: Flamingo. HEX triplet: F0, 65 and 56. RGB value is (240,101,86). Sum of RGB (Red+Green+Blue) = 240+101+86=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F06556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06556 is #0F9AA9. Grayscale: #8D8D8D. Windows color (decimal): -1022634 or 5662192. OLE color: 5662192.
HSL color Cylindrical-coordinate representation of color #F06556: hue angle of 5.84º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F06556 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 86 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.06 |
| HSL | 5.84º | 0.84% | 0.64% | - |
| HSV(B) | 5.84º | 0.64% | 0.94% | - |
| XYZ | 42.27 | 28.5 | 12.08 | - |
| YUV | 140.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 86 | 0 | 0.58 | 0.64 | 0.06 | 5.84 | 0.84 | 0.64 |
| Hex | F0 | 65 | 56 | 0 | 3A | 40 | 6 | 6 | 54 | 40 |
| Octal | 360 | 145 | 126 | 0 | 72 | 100 | 6 | 6 | 124 | 100 |
| Binary | 11110000 | 1100101 | 1010110 | 0 | 111010 | 1000000 | 110 | 110 | 1010100 | 1000000 |
Color Harmonies of #F06556
Complementary color
Monochromatic Colors of #F06556
Black with #F06556
Text Example
Text Example
White with #F06556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06556; }
p { color: rgb(240,101,86); }
H1.HeaderClassName
{
color: #F06556;
}
.AnyTagClassName
{
color: #F06556;
}
</style>
background-color css
<style>
a { background-color: #F06556; }
a { background-color: rgb(240,101,86); }
div.DivClassName
{
background-color: #F06556;
}
.BgClassName
{
background-color: #F06556;
}
</style>
border-color css
<style>
span { border-color: #F06556; }
span { border-color: rgb(240,101,86); }
td.TdClassName
{
border-color: #F06556;
}
.TagClassName
{
border-color: #F06556;
}
</style>