Shades of Pink Flamingo #F851EC
Tints of Pink Flamingo #F851EC
RGB
CMYK
RGB Variations
Color information
#F851EC (or 0xF851EC) is known color: Pink Flamingo. HEX triplet: F8, 51 and EC. RGB value is (248,81,236). Sum of RGB (Red+Green+Blue) = 248+81+236=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 81 (32.03% from 255 or 14.34% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F851EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F851EC is #07AE13. Grayscale: #949494. Windows color (decimal): -503316 or 15487480. OLE color: 15487480.
HSL color Cylindrical-coordinate representation of color #F851EC: hue angle of 304.31º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F851EC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 236 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.03 |
| HSL | 304.31º | 0.92% | 0.65% | - |
| HSV(B) | 304.31º | 0.67% | 0.97% | - |
| XYZ | 56.79 | 31.9 | 82.52 | - |
| YUV | 148.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 236 | 0 | 0.67 | 0.05 | 0.03 | 304.31 | 0.92 | 0.65 |
| Hex | F8 | 51 | EC | 0 | 43 | 5 | 3 | 130 | 5C | 41 |
| Octal | 370 | 121 | 354 | 0 | 103 | 5 | 3 | 460 | 134 | 101 |
| Binary | 11111000 | 1010001 | 11101100 | 0 | 1000011 | 101 | 11 | 100110000 | 1011100 | 1000001 |
Color Harmonies of #F851EC
Complementary color
Monochromatic Colors of #F851EC
Black with #F851EC
Text Example
Text Example
White with #F851EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851EC; }
p { color: rgb(248,81,236); }
H1.HeaderClassName
{
color: #F851EC;
}
.AnyTagClassName
{
color: #F851EC;
}
</style>
background-color css
<style>
a { background-color: #F851EC; }
a { background-color: rgb(248,81,236); }
div.DivClassName
{
background-color: #F851EC;
}
.BgClassName
{
background-color: #F851EC;
}
</style>
border-color css
<style>
span { border-color: #F851EC; }
span { border-color: rgb(248,81,236); }
td.TdClassName
{
border-color: #F851EC;
}
.TagClassName
{
border-color: #F851EC;
}
</style>