Shades of Pink Flamingo #F056FF
Tints of Pink Flamingo #F056FF
RGB
CMYK
RGB Variations
Color information
#F056FF (or 0xF056FF) is known color: Pink Flamingo. HEX triplet: F0, 56 and FF. RGB value is (240,86,255). Sum of RGB (Red+Green+Blue) = 240+86+255=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 86 (33.98% from 255 or 14.80% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F056FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F056FF is #0FA900. Grayscale: #969696. Windows color (decimal): -1026305 or 16733936. OLE color: 16733936.
HSL color Cylindrical-coordinate representation of color #F056FF: hue angle of 294.67º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F056FF is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 86 | 255 | - |
| CMYK | 0.06 | 0.66 | 0 | 0 |
| HSL | 294.67º | 1% | 0.67% | - |
| HSV(B) | 294.67º | 0.66% | 1% | - |
| XYZ | 57.31 | 32.4 | 97.84 | - |
| YUV | 151.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 255 | 0.06 | 0.66 | 0 | 0 | 294.67 | 1 | 0.67 |
| Hex | F0 | 56 | FF | 6 | 42 | 0 | 0 | 127 | 64 | 43 |
| Octal | 360 | 126 | 377 | 6 | 102 | 0 | 0 | 447 | 144 | 103 |
| Binary | 11110000 | 1010110 | 11111111 | 110 | 1000010 | 0 | 0 | 100100111 | 1100100 | 1000011 |
Color Harmonies of #F056FF
Complementary color
Monochromatic Colors of #F056FF
Black with #F056FF
Text Example
Text Example
White with #F056FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056FF; }
p { color: rgb(240,86,255); }
H1.HeaderClassName
{
color: #F056FF;
}
.AnyTagClassName
{
color: #F056FF;
}
</style>
background-color css
<style>
a { background-color: #F056FF; }
a { background-color: rgb(240,86,255); }
div.DivClassName
{
background-color: #F056FF;
}
.BgClassName
{
background-color: #F056FF;
}
</style>
border-color css
<style>
span { border-color: #F056FF; }
span { border-color: rgb(240,86,255); }
td.TdClassName
{
border-color: #F056FF;
}
.TagClassName
{
border-color: #F056FF;
}
</style>