Shades of Flamingo #F05855
Tints of Flamingo #F05855
RGB
CMYK
RGB Variations
Color information
#F05855 (or 0xF05855) is known color: Flamingo. HEX triplet: F0, 58 and 55. RGB value is (240,88,85). Sum of RGB (Red+Green+Blue) = 240+88+85=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F05855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05855 is #0FA7AA. Grayscale: #858585. Windows color (decimal): -1025963 or 5593328. OLE color: 5593328.
HSL color Cylindrical-coordinate representation of color #F05855: hue angle of 1.16º 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 #F05855 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 85 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.06 |
| HSL | 1.16º | 0.84% | 0.64% | - |
| HSV(B) | 1.16º | 0.65% | 0.94% | - |
| XYZ | 41.06 | 26.16 | 11.48 | - |
| YUV | 133.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 85 | 0 | 0.63 | 0.65 | 0.06 | 1.16 | 0.84 | 0.64 |
| Hex | F0 | 58 | 55 | 0 | 3F | 41 | 6 | 1 | 54 | 40 |
| Octal | 360 | 130 | 125 | 0 | 77 | 101 | 6 | 1 | 124 | 100 |
| Binary | 11110000 | 1011000 | 1010101 | 0 | 111111 | 1000001 | 110 | 1 | 1010100 | 1000000 |
Color Harmonies of #F05855
Complementary color
Monochromatic Colors of #F05855
Black with #F05855
Text Example
Text Example
White with #F05855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05855; }
p { color: rgb(240,88,85); }
H1.HeaderClassName
{
color: #F05855;
}
.AnyTagClassName
{
color: #F05855;
}
</style>
background-color css
<style>
a { background-color: #F05855; }
a { background-color: rgb(240,88,85); }
div.DivClassName
{
background-color: #F05855;
}
.BgClassName
{
background-color: #F05855;
}
</style>
border-color css
<style>
span { border-color: #F05855; }
span { border-color: rgb(240,88,85); }
td.TdClassName
{
border-color: #F05855;
}
.TagClassName
{
border-color: #F05855;
}
</style>