Shades of Pink Flamingo #F856EE
Tints of Pink Flamingo #F856EE
RGB
CMYK
RGB Variations
Color information
#F856EE (or 0xF856EE) is known color: Pink Flamingo. HEX triplet: F8, 56 and EE. RGB value is (248,86,238). Sum of RGB (Red+Green+Blue) = 248+86+238=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 86 (33.98% from 255 or 15.03% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F856EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F856EE is #07A911. Grayscale: #979797. Windows color (decimal): -502034 or 15619832. OLE color: 15619832.
HSL color Cylindrical-coordinate representation of color #F856EE: hue angle of 303.7º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856EE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 238 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.03 |
| HSL | 303.7º | 0.92% | 0.65% | - |
| HSV(B) | 303.7º | 0.65% | 0.97% | - |
| XYZ | 57.47 | 32.79 | 84.19 | - |
| YUV | 151.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 238 | 0 | 0.65 | 0.04 | 0.03 | 303.7 | 0.92 | 0.65 |
| Hex | F8 | 56 | EE | 0 | 41 | 4 | 3 | 130 | 5C | 41 |
| Octal | 370 | 126 | 356 | 0 | 101 | 4 | 3 | 460 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11101110 | 0 | 1000001 | 100 | 11 | 100110000 | 1011100 | 1000001 |
Color Harmonies of #F856EE
Complementary color
Monochromatic Colors of #F856EE
Black with #F856EE
Text Example
Text Example
White with #F856EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856EE; }
p { color: rgb(248,86,238); }
H1.HeaderClassName
{
color: #F856EE;
}
.AnyTagClassName
{
color: #F856EE;
}
</style>
background-color css
<style>
a { background-color: #F856EE; }
a { background-color: rgb(248,86,238); }
div.DivClassName
{
background-color: #F856EE;
}
.BgClassName
{
background-color: #F856EE;
}
</style>
border-color css
<style>
span { border-color: #F856EE; }
span { border-color: rgb(248,86,238); }
td.TdClassName
{
border-color: #F856EE;
}
.TagClassName
{
border-color: #F856EE;
}
</style>