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