Shades of Flamingo #F05656
Tints of Flamingo #F05656
RGB
CMYK
RGB Variations
Color information
#F05656 (or 0xF05656) is known color: Flamingo. HEX triplet: F0, 56 and 56. RGB value is (240,86,86). Sum of RGB (Red+Green+Blue) = 240+86+86=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F05656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05656 is #0FA9A9. Grayscale: #848484. Windows color (decimal): -1026474 or 5658352. OLE color: 5658352.
HSL color Cylindrical-coordinate representation of color #F05656: hue angle of 0º 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 #F05656 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 86 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.06 |
| HSL | 0º | 0.84% | 0.64% | - |
| HSV(B) | 0º | 0.64% | 0.94% | - |
| XYZ | 40.94 | 25.85 | 11.64 | - |
| YUV | 132.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 86 | 0 | 0.64 | 0.64 | 0.06 | 0 | 0.84 | 0.64 |
| Hex | F0 | 56 | 56 | 0 | 40 | 40 | 6 | 0 | 54 | 40 |
| Octal | 360 | 126 | 126 | 0 | 100 | 100 | 6 | 0 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1010110 | 0 | 1000000 | 1000000 | 110 | 0 | 1010100 | 1000000 |
Color Harmonies of #F05656
Complementary color
Monochromatic Colors of #F05656
Black with #F05656
Text Example
Text Example
White with #F05656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05656; }
p { color: rgb(240,86,86); }
H1.HeaderClassName
{
color: #F05656;
}
.AnyTagClassName
{
color: #F05656;
}
</style>
background-color css
<style>
a { background-color: #F05656; }
a { background-color: rgb(240,86,86); }
div.DivClassName
{
background-color: #F05656;
}
.BgClassName
{
background-color: #F05656;
}
</style>
border-color css
<style>
span { border-color: #F05656; }
span { border-color: rgb(240,86,86); }
td.TdClassName
{
border-color: #F05656;
}
.TagClassName
{
border-color: #F05656;
}
</style>