Shades of Flamingo #F06855
Tints of Flamingo #F06855
RGB
CMYK
RGB Variations
Color information
#F06855 (or 0xF06855) is known color: Flamingo. HEX triplet: F0, 68 and 55. RGB value is (240,104,85). Sum of RGB (Red+Green+Blue) = 240+104+85=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06855 is #0F97AA. Grayscale: #8E8E8E. Windows color (decimal): -1021867 or 5597424. OLE color: 5597424.
HSL color Cylindrical-coordinate representation of color #F06855: hue angle of 7.35º 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 #F06855 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 85 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.06 |
| HSL | 7.35º | 0.84% | 0.64% | - |
| HSV(B) | 7.35º | 0.65% | 0.94% | - |
| XYZ | 42.53 | 29.08 | 11.97 | - |
| YUV | 142.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 85 | 0 | 0.57 | 0.65 | 0.06 | 7.35 | 0.84 | 0.64 |
| Hex | F0 | 68 | 55 | 0 | 39 | 41 | 6 | 7 | 54 | 40 |
| Octal | 360 | 150 | 125 | 0 | 71 | 101 | 6 | 7 | 124 | 100 |
| Binary | 11110000 | 1101000 | 1010101 | 0 | 111001 | 1000001 | 110 | 111 | 1010100 | 1000000 |
Color Harmonies of #F06855
Complementary color
Monochromatic Colors of #F06855
Black with #F06855
Text Example
Text Example
White with #F06855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06855; }
p { color: rgb(240,104,85); }
H1.HeaderClassName
{
color: #F06855;
}
.AnyTagClassName
{
color: #F06855;
}
</style>
background-color css
<style>
a { background-color: #F06855; }
a { background-color: rgb(240,104,85); }
div.DivClassName
{
background-color: #F06855;
}
.BgClassName
{
background-color: #F06855;
}
</style>
border-color css
<style>
span { border-color: #F06855; }
span { border-color: rgb(240,104,85); }
td.TdClassName
{
border-color: #F06855;
}
.TagClassName
{
border-color: #F06855;
}
</style>