Shades of Flamingo #F05A51
Tints of Flamingo #F05A51
RGB
CMYK
RGB Variations
Color information
#F05A51 (or 0xF05A51) is known color: Flamingo. HEX triplet: F0, 5A and 51. RGB value is (240,90,81). Sum of RGB (Red+Green+Blue) = 240+90+81=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A51 is #0FA5AE. Grayscale: #868686. Windows color (decimal): -1025455 or 5331696. OLE color: 5331696.
HSL color Cylindrical-coordinate representation of color #F05A51: hue angle of 3.4º 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 #F05A51 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 81 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.06 |
| HSL | 3.4º | 0.84% | 0.63% | - |
| HSV(B) | 3.4º | 0.66% | 0.94% | - |
| XYZ | 41.08 | 26.43 | 10.72 | - |
| YUV | 133.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 81 | 0 | 0.62 | 0.66 | 0.06 | 3.4 | 0.84 | 0.63 |
| Hex | F0 | 5A | 51 | 0 | 3E | 42 | 6 | 3 | 54 | 3F |
| Octal | 360 | 132 | 121 | 0 | 76 | 102 | 6 | 3 | 124 | 77 |
| Binary | 11110000 | 1011010 | 1010001 | 0 | 111110 | 1000010 | 110 | 11 | 1010100 | 111111 |
Color Harmonies of #F05A51
Complementary color
Monochromatic Colors of #F05A51
Black with #F05A51
Text Example
Text Example
White with #F05A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A51; }
p { color: rgb(240,90,81); }
H1.HeaderClassName
{
color: #F05A51;
}
.AnyTagClassName
{
color: #F05A51;
}
</style>
background-color css
<style>
a { background-color: #F05A51; }
a { background-color: rgb(240,90,81); }
div.DivClassName
{
background-color: #F05A51;
}
.BgClassName
{
background-color: #F05A51;
}
</style>
border-color css
<style>
span { border-color: #F05A51; }
span { border-color: rgb(240,90,81); }
td.TdClassName
{
border-color: #F05A51;
}
.TagClassName
{
border-color: #F05A51;
}
</style>