Shades of Flamingo #F06756
Tints of Flamingo #F06756
RGB
CMYK
RGB Variations
Color information
#F06756 (or 0xF06756) is known color: Flamingo. HEX triplet: F0, 67 and 56. RGB value is (240,103,86). Sum of RGB (Red+Green+Blue) = 240+103+86=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06756 is #0F98A9. Grayscale: #8E8E8E. Windows color (decimal): -1022122 or 5662704. OLE color: 5662704.
HSL color Cylindrical-coordinate representation of color #F06756: hue angle of 6.62º 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 #F06756 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 86 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.06 |
| HSL | 6.62º | 0.84% | 0.64% | - |
| HSV(B) | 6.62º | 0.64% | 0.94% | - |
| XYZ | 42.47 | 28.9 | 12.14 | - |
| YUV | 142.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 86 | 0 | 0.57 | 0.64 | 0.06 | 6.62 | 0.84 | 0.64 |
| Hex | F0 | 67 | 56 | 0 | 39 | 40 | 6 | 7 | 54 | 40 |
| Octal | 360 | 147 | 126 | 0 | 71 | 100 | 6 | 7 | 124 | 100 |
| Binary | 11110000 | 1100111 | 1010110 | 0 | 111001 | 1000000 | 110 | 111 | 1010100 | 1000000 |
Color Harmonies of #F06756
Complementary color
Monochromatic Colors of #F06756
Black with #F06756
Text Example
Text Example
White with #F06756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06756; }
p { color: rgb(240,103,86); }
H1.HeaderClassName
{
color: #F06756;
}
.AnyTagClassName
{
color: #F06756;
}
</style>
background-color css
<style>
a { background-color: #F06756; }
a { background-color: rgb(240,103,86); }
div.DivClassName
{
background-color: #F06756;
}
.BgClassName
{
background-color: #F06756;
}
</style>
border-color css
<style>
span { border-color: #F06756; }
span { border-color: rgb(240,103,86); }
td.TdClassName
{
border-color: #F06756;
}
.TagClassName
{
border-color: #F06756;
}
</style>