Shades of Pink Flamingo #F056FA
Tints of Pink Flamingo #F056FA
RGB
CMYK
RGB Variations
Color information
#F056FA (or 0xF056FA) is known color: Pink Flamingo. HEX triplet: F0, 56 and FA. RGB value is (240,86,250). Sum of RGB (Red+Green+Blue) = 240+86+250=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 86 (33.98% from 255 or 14.93% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F056FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F056FA is #0FA905. Grayscale: #969696. Windows color (decimal): -1026310 or 16406256. OLE color: 16406256.
HSL color Cylindrical-coordinate representation of color #F056FA: hue angle of 296.34º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F056FA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 86 | 250 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.02 |
| HSL | 296.34º | 0.94% | 0.66% | - |
| HSV(B) | 296.34º | 0.66% | 0.98% | - |
| XYZ | 56.52 | 32.08 | 93.66 | - |
| YUV | 150.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 250 | 0.04 | 0.66 | 0 | 0.02 | 296.34 | 0.94 | 0.66 |
| Hex | F0 | 56 | FA | 4 | 42 | 0 | 2 | 128 | 5E | 42 |
| Octal | 360 | 126 | 372 | 4 | 102 | 0 | 2 | 450 | 136 | 102 |
| Binary | 11110000 | 1010110 | 11111010 | 100 | 1000010 | 0 | 10 | 100101000 | 1011110 | 1000010 |
Color Harmonies of #F056FA
Complementary color
Monochromatic Colors of #F056FA
Black with #F056FA
Text Example
Text Example
White with #F056FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056FA; }
p { color: rgb(240,86,250); }
H1.HeaderClassName
{
color: #F056FA;
}
.AnyTagClassName
{
color: #F056FA;
}
</style>
background-color css
<style>
a { background-color: #F056FA; }
a { background-color: rgb(240,86,250); }
div.DivClassName
{
background-color: #F056FA;
}
.BgClassName
{
background-color: #F056FA;
}
</style>
border-color css
<style>
span { border-color: #F056FA; }
span { border-color: rgb(240,86,250); }
td.TdClassName
{
border-color: #F056FA;
}
.TagClassName
{
border-color: #F056FA;
}
</style>