Shades of Flamingo #F06558
Tints of Flamingo #F06558
RGB
CMYK
RGB Variations
Color information
#F06558 (or 0xF06558) is known color: Flamingo. HEX triplet: F0, 65 and 58. RGB value is (240,101,88). Sum of RGB (Red+Green+Blue) = 240+101+88=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06558 is #0F9AA7. Grayscale: #8D8D8D. Windows color (decimal): -1022632 or 5793264. OLE color: 5793264.
HSL color Cylindrical-coordinate representation of color #F06558: hue angle of 5.13º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F06558 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 88 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.06 |
| HSL | 5.13º | 0.84% | 0.64% | - |
| HSV(B) | 5.13º | 0.63% | 0.94% | - |
| XYZ | 42.35 | 28.54 | 12.51 | - |
| YUV | 141.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 88 | 0 | 0.58 | 0.63 | 0.06 | 5.13 | 0.84 | 0.64 |
| Hex | F0 | 65 | 58 | 0 | 3A | 3F | 6 | 5 | 54 | 40 |
| Octal | 360 | 145 | 130 | 0 | 72 | 77 | 6 | 5 | 124 | 100 |
| Binary | 11110000 | 1100101 | 1011000 | 0 | 111010 | 111111 | 110 | 101 | 1010100 | 1000000 |
Color Harmonies of #F06558
Complementary color
Monochromatic Colors of #F06558
Black with #F06558
Text Example
Text Example
White with #F06558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06558; }
p { color: rgb(240,101,88); }
H1.HeaderClassName
{
color: #F06558;
}
.AnyTagClassName
{
color: #F06558;
}
</style>
background-color css
<style>
a { background-color: #F06558; }
a { background-color: rgb(240,101,88); }
div.DivClassName
{
background-color: #F06558;
}
.BgClassName
{
background-color: #F06558;
}
</style>
border-color css
<style>
span { border-color: #F06558; }
span { border-color: rgb(240,101,88); }
td.TdClassName
{
border-color: #F06558;
}
.TagClassName
{
border-color: #F06558;
}
</style>