Shades of Pink Flamingo #F856F0
Tints of Pink Flamingo #F856F0
RGB
CMYK
RGB Variations
Color information
#F856F0 (or 0xF856F0) is known color: Pink Flamingo. HEX triplet: F8, 56 and F0. RGB value is (248,86,240). Sum of RGB (Red+Green+Blue) = 248+86+240=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 86 (33.98% from 255 or 14.98% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F856F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F856F0 is #07A90F. Grayscale: #979797. Windows color (decimal): -502032 or 15750904. OLE color: 15750904.
HSL color Cylindrical-coordinate representation of color #F856F0: hue angle of 302.96º 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 #F856F0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 240 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.03 |
| HSL | 302.96º | 0.92% | 0.65% | - |
| HSV(B) | 302.96º | 0.65% | 0.97% | - |
| XYZ | 57.77 | 32.9 | 85.74 | - |
| YUV | 151.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 240 | 0 | 0.65 | 0.03 | 0.03 | 302.96 | 0.92 | 0.65 |
| Hex | F8 | 56 | F0 | 0 | 41 | 3 | 3 | 12F | 5C | 41 |
| Octal | 370 | 126 | 360 | 0 | 101 | 3 | 3 | 457 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11110000 | 0 | 1000001 | 11 | 11 | 100101111 | 1011100 | 1000001 |
Color Harmonies of #F856F0
Complementary color
Monochromatic Colors of #F856F0
Black with #F856F0
Text Example
Text Example
White with #F856F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856F0; }
p { color: rgb(248,86,240); }
H1.HeaderClassName
{
color: #F856F0;
}
.AnyTagClassName
{
color: #F856F0;
}
</style>
background-color css
<style>
a { background-color: #F856F0; }
a { background-color: rgb(248,86,240); }
div.DivClassName
{
background-color: #F856F0;
}
.BgClassName
{
background-color: #F856F0;
}
</style>
border-color css
<style>
span { border-color: #F856F0; }
span { border-color: rgb(248,86,240); }
td.TdClassName
{
border-color: #F856F0;
}
.TagClassName
{
border-color: #F856F0;
}
</style>