Shades of Flamingo #F05858
Tints of Flamingo #F05858
RGB
CMYK
RGB Variations
Color information
#F05858 (or 0xF05858) is known color: Flamingo. HEX triplet: F0, 58 and 58. RGB value is (240,88,88). Sum of RGB (Red+Green+Blue) = 240+88+88=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F05858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05858 is #0FA7A7. Grayscale: #858585. Windows color (decimal): -1025960 or 5789936. OLE color: 5789936.
HSL color Cylindrical-coordinate representation of color #F05858: hue angle of 0º 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 #F05858 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 88 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.06 |
| HSL | 0º | 0.84% | 0.64% | - |
| HSV(B) | 0º | 0.63% | 0.94% | - |
| XYZ | 41.19 | 26.21 | 12.12 | - |
| YUV | 133.45 | 102.36 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 88 | 0 | 0.63 | 0.63 | 0.06 | 0 | 0.84 | 0.64 |
| Hex | F0 | 58 | 58 | 0 | 3F | 3F | 6 | 0 | 54 | 40 |
| Octal | 360 | 130 | 130 | 0 | 77 | 77 | 6 | 0 | 124 | 100 |
| Binary | 11110000 | 1011000 | 1011000 | 0 | 111111 | 111111 | 110 | 0 | 1010100 | 1000000 |
Color Harmonies of #F05858
Complementary color
Monochromatic Colors of #F05858
Black with #F05858
Text Example
Text Example
White with #F05858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05858; }
p { color: rgb(240,88,88); }
H1.HeaderClassName
{
color: #F05858;
}
.AnyTagClassName
{
color: #F05858;
}
</style>
background-color css
<style>
a { background-color: #F05858; }
a { background-color: rgb(240,88,88); }
div.DivClassName
{
background-color: #F05858;
}
.BgClassName
{
background-color: #F05858;
}
</style>
border-color css
<style>
span { border-color: #F05858; }
span { border-color: rgb(240,88,88); }
td.TdClassName
{
border-color: #F05858;
}
.TagClassName
{
border-color: #F05858;
}
</style>