Shades of Flamingo #F05955
Tints of Flamingo #F05955
RGB
CMYK
RGB Variations
Color information
#F05955 (or 0xF05955) is known color: Flamingo. HEX triplet: F0, 59 and 55. RGB value is (240,89,85). Sum of RGB (Red+Green+Blue) = 240+89+85=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F05955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05955 is #0FA6AA. Grayscale: #858585. Windows color (decimal): -1025707 or 5593584. OLE color: 5593584.
HSL color Cylindrical-coordinate representation of color #F05955: hue angle of 1.55º 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 #F05955 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 85 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.06 |
| HSL | 1.55º | 0.84% | 0.64% | - |
| HSV(B) | 1.55º | 0.65% | 0.94% | - |
| XYZ | 41.15 | 26.33 | 11.51 | - |
| YUV | 133.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 85 | 0 | 0.63 | 0.65 | 0.06 | 1.55 | 0.84 | 0.64 |
| Hex | F0 | 59 | 55 | 0 | 3F | 41 | 6 | 2 | 54 | 40 |
| Octal | 360 | 131 | 125 | 0 | 77 | 101 | 6 | 2 | 124 | 100 |
| Binary | 11110000 | 1011001 | 1010101 | 0 | 111111 | 1000001 | 110 | 10 | 1010100 | 1000000 |
Color Harmonies of #F05955
Complementary color
Monochromatic Colors of #F05955
Black with #F05955
Text Example
Text Example
White with #F05955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05955; }
p { color: rgb(240,89,85); }
H1.HeaderClassName
{
color: #F05955;
}
.AnyTagClassName
{
color: #F05955;
}
</style>
background-color css
<style>
a { background-color: #F05955; }
a { background-color: rgb(240,89,85); }
div.DivClassName
{
background-color: #F05955;
}
.BgClassName
{
background-color: #F05955;
}
</style>
border-color css
<style>
span { border-color: #F05955; }
span { border-color: rgb(240,89,85); }
td.TdClassName
{
border-color: #F05955;
}
.TagClassName
{
border-color: #F05955;
}
</style>