Shades of Flamingo #F05951
Tints of Flamingo #F05951
RGB
CMYK
RGB Variations
Color information
#F05951 (or 0xF05951) is known color: Flamingo. HEX triplet: F0, 59 and 51. RGB value is (240,89,81). Sum of RGB (Red+Green+Blue) = 240+89+81=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F05951 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05951 is #0FA6AE. Grayscale: #858585. Windows color (decimal): -1025711 or 5331440. OLE color: 5331440.
HSL color Cylindrical-coordinate representation of color #F05951: hue angle of 3.02º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05951 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 81 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.06 |
| HSL | 3.02º | 0.84% | 0.63% | - |
| HSV(B) | 3.02º | 0.66% | 0.94% | - |
| XYZ | 40.99 | 26.26 | 10.69 | - |
| YUV | 133.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 81 | 0 | 0.63 | 0.66 | 0.06 | 3.02 | 0.84 | 0.63 |
| Hex | F0 | 59 | 51 | 0 | 3F | 42 | 6 | 3 | 54 | 3F |
| Octal | 360 | 131 | 121 | 0 | 77 | 102 | 6 | 3 | 124 | 77 |
| Binary | 11110000 | 1011001 | 1010001 | 0 | 111111 | 1000010 | 110 | 11 | 1010100 | 111111 |
Color Harmonies of #F05951
Complementary color
Monochromatic Colors of #F05951
Black with #F05951
Text Example
Text Example
White with #F05951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05951; }
p { color: rgb(240,89,81); }
H1.HeaderClassName
{
color: #F05951;
}
.AnyTagClassName
{
color: #F05951;
}
</style>
background-color css
<style>
a { background-color: #F05951; }
a { background-color: rgb(240,89,81); }
div.DivClassName
{
background-color: #F05951;
}
.BgClassName
{
background-color: #F05951;
}
</style>
border-color css
<style>
span { border-color: #F05951; }
span { border-color: rgb(240,89,81); }
td.TdClassName
{
border-color: #F05951;
}
.TagClassName
{
border-color: #F05951;
}
</style>