Shades of Pink Flamingo #F056FE
Tints of Pink Flamingo #F056FE
RGB
CMYK
RGB Variations
Color information
#F056FE (or 0xF056FE) is known color: Pink Flamingo. HEX triplet: F0, 56 and FE. RGB value is (240,86,254). Sum of RGB (Red+Green+Blue) = 240+86+254=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 86 (33.98% from 255 or 14.83% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F056FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F056FE is #0FA901. Grayscale: #969696. Windows color (decimal): -1026306 or 16668400. OLE color: 16668400.
HSL color Cylindrical-coordinate representation of color #F056FE: hue angle of 295º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F056FE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 86 | 254 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.00 |
| HSL | 295º | 0.99% | 0.67% | - |
| HSV(B) | 295º | 0.66% | 1% | - |
| XYZ | 57.15 | 32.34 | 97 | - |
| YUV | 151.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 254 | 0.06 | 0.66 | 0 | 0.00 | 295 | 0.99 | 0.67 |
| Hex | F0 | 56 | FE | 6 | 42 | 0 | 0 | 127 | 63 | 43 |
| Octal | 360 | 126 | 376 | 6 | 102 | 0 | 0 | 447 | 143 | 103 |
| Binary | 11110000 | 1010110 | 11111110 | 110 | 1000010 | 0 | 0 | 100100111 | 1100011 | 1000011 |
Color Harmonies of #F056FE
Complementary color
Monochromatic Colors of #F056FE
Black with #F056FE
Text Example
Text Example
White with #F056FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F056FE; }
p { color: rgb(240,86,254); }
H1.HeaderClassName
{
color: #F056FE;
}
.AnyTagClassName
{
color: #F056FE;
}
</style>
background-color css
<style>
a { background-color: #F056FE; }
a { background-color: rgb(240,86,254); }
div.DivClassName
{
background-color: #F056FE;
}
.BgClassName
{
background-color: #F056FE;
}
</style>
border-color css
<style>
span { border-color: #F056FE; }
span { border-color: rgb(240,86,254); }
td.TdClassName
{
border-color: #F056FE;
}
.TagClassName
{
border-color: #F056FE;
}
</style>