Shades of Flamingo #F05A54
Tints of Flamingo #F05A54
RGB
CMYK
RGB Variations
Color information
#F05A54 (or 0xF05A54) is known color: Flamingo. HEX triplet: F0, 5A and 54. RGB value is (240,90,84). Sum of RGB (Red+Green+Blue) = 240+90+84=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A54 is #0FA5AB. Grayscale: #868686. Windows color (decimal): -1025452 or 5528304. OLE color: 5528304.
HSL color Cylindrical-coordinate representation of color #F05A54: hue angle of 2.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05A54 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 84 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.06 |
| HSL | 2.31º | 0.84% | 0.64% | - |
| HSV(B) | 2.31º | 0.65% | 0.94% | - |
| XYZ | 41.19 | 26.48 | 11.33 | - |
| YUV | 134.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 84 | 0 | 0.62 | 0.65 | 0.06 | 2.31 | 0.84 | 0.64 |
| Hex | F0 | 5A | 54 | 0 | 3E | 41 | 6 | 2 | 54 | 40 |
| Octal | 360 | 132 | 124 | 0 | 76 | 101 | 6 | 2 | 124 | 100 |
| Binary | 11110000 | 1011010 | 1010100 | 0 | 111110 | 1000001 | 110 | 10 | 1010100 | 1000000 |
Color Harmonies of #F05A54
Complementary color
Monochromatic Colors of #F05A54
Black with #F05A54
Text Example
Text Example
White with #F05A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A54; }
p { color: rgb(240,90,84); }
H1.HeaderClassName
{
color: #F05A54;
}
.AnyTagClassName
{
color: #F05A54;
}
</style>
background-color css
<style>
a { background-color: #F05A54; }
a { background-color: rgb(240,90,84); }
div.DivClassName
{
background-color: #F05A54;
}
.BgClassName
{
background-color: #F05A54;
}
</style>
border-color css
<style>
span { border-color: #F05A54; }
span { border-color: rgb(240,90,84); }
td.TdClassName
{
border-color: #F05A54;
}
.TagClassName
{
border-color: #F05A54;
}
</style>