Shades of Flamingo #F05D56
Tints of Flamingo #F05D56
RGB
CMYK
RGB Variations
Color information
#F05D56 (or 0xF05D56) is known color: Flamingo. HEX triplet: F0, 5D and 56. RGB value is (240,93,86). Sum of RGB (Red+Green+Blue) = 240+93+86=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D56 is #0FA2A9. Grayscale: #888888. Windows color (decimal): -1024682 or 5660144. OLE color: 5660144.
HSL color Cylindrical-coordinate representation of color #F05D56: hue angle of 2.73º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05D56 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 86 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.06 |
| HSL | 2.73º | 0.84% | 0.64% | - |
| HSV(B) | 2.73º | 0.64% | 0.94% | - |
| XYZ | 41.53 | 27.03 | 11.83 | - |
| YUV | 136.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 86 | 0 | 0.61 | 0.64 | 0.06 | 2.73 | 0.84 | 0.64 |
| Hex | F0 | 5D | 56 | 0 | 3D | 40 | 6 | 3 | 54 | 40 |
| Octal | 360 | 135 | 126 | 0 | 75 | 100 | 6 | 3 | 124 | 100 |
| Binary | 11110000 | 1011101 | 1010110 | 0 | 111101 | 1000000 | 110 | 11 | 1010100 | 1000000 |
Color Harmonies of #F05D56
Complementary color
Monochromatic Colors of #F05D56
Black with #F05D56
Text Example
Text Example
White with #F05D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D56; }
p { color: rgb(240,93,86); }
H1.HeaderClassName
{
color: #F05D56;
}
.AnyTagClassName
{
color: #F05D56;
}
</style>
background-color css
<style>
a { background-color: #F05D56; }
a { background-color: rgb(240,93,86); }
div.DivClassName
{
background-color: #F05D56;
}
.BgClassName
{
background-color: #F05D56;
}
</style>
border-color css
<style>
span { border-color: #F05D56; }
span { border-color: rgb(240,93,86); }
td.TdClassName
{
border-color: #F05D56;
}
.TagClassName
{
border-color: #F05D56;
}
</style>