Shades of Flamingo #F05D54
Tints of Flamingo #F05D54
RGB
CMYK
RGB Variations
Color information
#F05D54 (or 0xF05D54) is known color: Flamingo. HEX triplet: F0, 5D and 54. RGB value is (240,93,84). Sum of RGB (Red+Green+Blue) = 240+93+84=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D54 is #0FA2AB. Grayscale: #888888. Windows color (decimal): -1024684 or 5529072. OLE color: 5529072.
HSL color Cylindrical-coordinate representation of color #F05D54: hue angle of 3.46º 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 #F05D54 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 84 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.06 |
| HSL | 3.46º | 0.84% | 0.64% | - |
| HSV(B) | 3.46º | 0.65% | 0.94% | - |
| XYZ | 41.45 | 26.99 | 11.41 | - |
| YUV | 135.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 84 | 0 | 0.61 | 0.65 | 0.06 | 3.46 | 0.84 | 0.64 |
| Hex | F0 | 5D | 54 | 0 | 3D | 41 | 6 | 3 | 54 | 40 |
| Octal | 360 | 135 | 124 | 0 | 75 | 101 | 6 | 3 | 124 | 100 |
| Binary | 11110000 | 1011101 | 1010100 | 0 | 111101 | 1000001 | 110 | 11 | 1010100 | 1000000 |
Color Harmonies of #F05D54
Complementary color
Monochromatic Colors of #F05D54
Black with #F05D54
Text Example
Text Example
White with #F05D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D54; }
p { color: rgb(240,93,84); }
H1.HeaderClassName
{
color: #F05D54;
}
.AnyTagClassName
{
color: #F05D54;
}
</style>
background-color css
<style>
a { background-color: #F05D54; }
a { background-color: rgb(240,93,84); }
div.DivClassName
{
background-color: #F05D54;
}
.BgClassName
{
background-color: #F05D54;
}
</style>
border-color css
<style>
span { border-color: #F05D54; }
span { border-color: rgb(240,93,84); }
td.TdClassName
{
border-color: #F05D54;
}
.TagClassName
{
border-color: #F05D54;
}
</style>