Shades of Flamingo #F06255
Tints of Flamingo #F06255
RGB
CMYK
RGB Variations
Color information
#F06255 (or 0xF06255) is known color: Flamingo. HEX triplet: F0, 62 and 55. RGB value is (240,98,85). Sum of RGB (Red+Green+Blue) = 240+98+85=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06255 is #0F9DAA. Grayscale: #8B8B8B. Windows color (decimal): -1023403 or 5595888. OLE color: 5595888.
HSL color Cylindrical-coordinate representation of color #F06255: hue angle of 5.03º 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 #F06255 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 85 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.06 |
| HSL | 5.03º | 0.84% | 0.64% | - |
| HSV(B) | 5.03º | 0.65% | 0.94% | - |
| XYZ | 41.94 | 27.92 | 11.77 | - |
| YUV | 138.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 85 | 0 | 0.59 | 0.65 | 0.06 | 5.03 | 0.84 | 0.64 |
| Hex | F0 | 62 | 55 | 0 | 3B | 41 | 6 | 5 | 54 | 40 |
| Octal | 360 | 142 | 125 | 0 | 73 | 101 | 6 | 5 | 124 | 100 |
| Binary | 11110000 | 1100010 | 1010101 | 0 | 111011 | 1000001 | 110 | 101 | 1010100 | 1000000 |
Color Harmonies of #F06255
Complementary color
Monochromatic Colors of #F06255
Black with #F06255
Text Example
Text Example
White with #F06255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06255; }
p { color: rgb(240,98,85); }
H1.HeaderClassName
{
color: #F06255;
}
.AnyTagClassName
{
color: #F06255;
}
</style>
background-color css
<style>
a { background-color: #F06255; }
a { background-color: rgb(240,98,85); }
div.DivClassName
{
background-color: #F06255;
}
.BgClassName
{
background-color: #F06255;
}
</style>
border-color css
<style>
span { border-color: #F06255; }
span { border-color: rgb(240,98,85); }
td.TdClassName
{
border-color: #F06255;
}
.TagClassName
{
border-color: #F06255;
}
</style>