Shades of Pink Flamingo #F851FE
Tints of Pink Flamingo #F851FE
RGB
CMYK
RGB Variations
Color information
#F851FE (or 0xF851FE) is known color: Pink Flamingo. HEX triplet: F8, 51 and FE. RGB value is (248,81,254). Sum of RGB (Red+Green+Blue) = 248+81+254=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 81 (32.03% from 255 or 13.89% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #F851FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F851FE is #07AE01. Grayscale: #969696. Windows color (decimal): -503298 or 16667128. OLE color: 16667128.
HSL color Cylindrical-coordinate representation of color #F851FE: hue angle of 297.92º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F851FE is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 81 | 254 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.00 |
| HSL | 297.92º | 0.99% | 0.66% | - |
| HSV(B) | 297.92º | 0.68% | 1% | - |
| XYZ | 59.54 | 33 | 97 | - |
| YUV | 150.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 254 | 0.02 | 0.68 | 0 | 0.00 | 297.92 | 0.99 | 0.66 |
| Hex | F8 | 51 | FE | 2 | 44 | 0 | 0 | 12A | 63 | 42 |
| Octal | 370 | 121 | 376 | 2 | 104 | 0 | 0 | 452 | 143 | 102 |
| Binary | 11111000 | 1010001 | 11111110 | 10 | 1000100 | 0 | 0 | 100101010 | 1100011 | 1000010 |
Color Harmonies of #F851FE
Complementary color
Monochromatic Colors of #F851FE
Black with #F851FE
Text Example
Text Example
White with #F851FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851FE; }
p { color: rgb(248,81,254); }
H1.HeaderClassName
{
color: #F851FE;
}
.AnyTagClassName
{
color: #F851FE;
}
</style>
background-color css
<style>
a { background-color: #F851FE; }
a { background-color: rgb(248,81,254); }
div.DivClassName
{
background-color: #F851FE;
}
.BgClassName
{
background-color: #F851FE;
}
</style>
border-color css
<style>
span { border-color: #F851FE; }
span { border-color: rgb(248,81,254); }
td.TdClassName
{
border-color: #F851FE;
}
.TagClassName
{
border-color: #F851FE;
}
</style>