Shades of Flamingo #F05E59
Tints of Flamingo #F05E59
RGB
CMYK
RGB Variations
Color information
#F05E59 (or 0xF05E59) is known color: Flamingo. HEX triplet: F0, 5E and 59. RGB value is (240,94,89). Sum of RGB (Red+Green+Blue) = 240+94+89=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05E59 is #0FA1A6. Grayscale: #898989. Windows color (decimal): -1024423 or 5857008. OLE color: 5857008.
HSL color Cylindrical-coordinate representation of color #F05E59: hue angle of 1.99º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05E59 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 89 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.06 |
| HSL | 1.99º | 0.83% | 0.65% | - |
| HSV(B) | 1.99º | 0.63% | 0.94% | - |
| XYZ | 41.74 | 27.25 | 12.51 | - |
| YUV | 137.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 89 | 0 | 0.61 | 0.63 | 0.06 | 1.99 | 0.83 | 0.65 |
| Hex | F0 | 5E | 59 | 0 | 3D | 3F | 6 | 2 | 53 | 41 |
| Octal | 360 | 136 | 131 | 0 | 75 | 77 | 6 | 2 | 123 | 101 |
| Binary | 11110000 | 1011110 | 1011001 | 0 | 111101 | 111111 | 110 | 10 | 1010011 | 1000001 |
Color Harmonies of #F05E59
Complementary color
Monochromatic Colors of #F05E59
Black with #F05E59
Text Example
Text Example
White with #F05E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05E59; }
p { color: rgb(240,94,89); }
H1.HeaderClassName
{
color: #F05E59;
}
.AnyTagClassName
{
color: #F05E59;
}
</style>
background-color css
<style>
a { background-color: #F05E59; }
a { background-color: rgb(240,94,89); }
div.DivClassName
{
background-color: #F05E59;
}
.BgClassName
{
background-color: #F05E59;
}
</style>
border-color css
<style>
span { border-color: #F05E59; }
span { border-color: rgb(240,94,89); }
td.TdClassName
{
border-color: #F05E59;
}
.TagClassName
{
border-color: #F05E59;
}
</style>