Shades of Flamingo #F06056
Tints of Flamingo #F06056
RGB
CMYK
RGB Variations
Color information
#F06056 (or 0xF06056) is known color: Flamingo. HEX triplet: F0, 60 and 56. RGB value is (240,96,86). Sum of RGB (Red+Green+Blue) = 240+96+86=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F06056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06056 is #0F9FA9. Grayscale: #8A8A8A. Windows color (decimal): -1023914 or 5660912. OLE color: 5660912.
HSL color Cylindrical-coordinate representation of color #F06056: hue angle of 3.9º 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 #F06056 is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 86 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.06 |
| HSL | 3.9º | 0.84% | 0.64% | - |
| HSV(B) | 3.9º | 0.64% | 0.94% | - |
| XYZ | 41.8 | 27.56 | 11.92 | - |
| YUV | 137.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 86 | 0 | 0.6 | 0.64 | 0.06 | 3.9 | 0.84 | 0.64 |
| Hex | F0 | 60 | 56 | 0 | 3C | 40 | 6 | 4 | 54 | 40 |
| Octal | 360 | 140 | 126 | 0 | 74 | 100 | 6 | 4 | 124 | 100 |
| Binary | 11110000 | 1100000 | 1010110 | 0 | 111100 | 1000000 | 110 | 100 | 1010100 | 1000000 |
Color Harmonies of #F06056
Complementary color
Monochromatic Colors of #F06056
Black with #F06056
Text Example
Text Example
White with #F06056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06056; }
p { color: rgb(240,96,86); }
H1.HeaderClassName
{
color: #F06056;
}
.AnyTagClassName
{
color: #F06056;
}
</style>
background-color css
<style>
a { background-color: #F06056; }
a { background-color: rgb(240,96,86); }
div.DivClassName
{
background-color: #F06056;
}
.BgClassName
{
background-color: #F06056;
}
</style>
border-color css
<style>
span { border-color: #F06056; }
span { border-color: rgb(240,96,86); }
td.TdClassName
{
border-color: #F06056;
}
.TagClassName
{
border-color: #F06056;
}
</style>