Shades of Flamingo #F06356
Tints of Flamingo #F06356
RGB
CMYK
RGB Variations
Color information
#F06356 (or 0xF06356) is known color: Flamingo. HEX triplet: F0, 63 and 56. RGB value is (240,99,86). Sum of RGB (Red+Green+Blue) = 240+99+86=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F06356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06356 is #0F9CA9. Grayscale: #8B8B8B. Windows color (decimal): -1023146 or 5661680. OLE color: 5661680.
HSL color Cylindrical-coordinate representation of color #F06356: hue angle of 5.06º 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 #F06356 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.06 |
| HSL | 5.06º | 0.84% | 0.64% | - |
| HSV(B) | 5.06º | 0.64% | 0.94% | - |
| XYZ | 42.08 | 28.12 | 12.01 | - |
| YUV | 139.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 86 | 0 | 0.59 | 0.64 | 0.06 | 5.06 | 0.84 | 0.64 |
| Hex | F0 | 63 | 56 | 0 | 3B | 40 | 6 | 5 | 54 | 40 |
| Octal | 360 | 143 | 126 | 0 | 73 | 100 | 6 | 5 | 124 | 100 |
| Binary | 11110000 | 1100011 | 1010110 | 0 | 111011 | 1000000 | 110 | 101 | 1010100 | 1000000 |
Color Harmonies of #F06356
Complementary color
Monochromatic Colors of #F06356
Black with #F06356
Text Example
Text Example
White with #F06356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06356; }
p { color: rgb(240,99,86); }
H1.HeaderClassName
{
color: #F06356;
}
.AnyTagClassName
{
color: #F06356;
}
</style>
background-color css
<style>
a { background-color: #F06356; }
a { background-color: rgb(240,99,86); }
div.DivClassName
{
background-color: #F06356;
}
.BgClassName
{
background-color: #F06356;
}
</style>
border-color css
<style>
span { border-color: #F06356; }
span { border-color: rgb(240,99,86); }
td.TdClassName
{
border-color: #F06356;
}
.TagClassName
{
border-color: #F06356;
}
</style>