Shades of Pink Flamingo #F851FF
Tints of Pink Flamingo #F851FF
RGB
CMYK
RGB Variations
Color information
#F851FF (or 0xF851FF) is known color: Pink Flamingo. HEX triplet: F8, 51 and FF. RGB value is (248,81,255). Sum of RGB (Red+Green+Blue) = 248+81+255=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 81 (32.03% from 255 or 13.87% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #F851FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F851FF is #07AE00. Grayscale: #969696. Windows color (decimal): -503297 or 16732664. OLE color: 16732664.
HSL color Cylindrical-coordinate representation of color #F851FF: hue angle of 297.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F851FF is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 81 | 255 | - |
| CMYK | 0.03 | 0.68 | 0 | 0 |
| HSL | 297.59º | 1% | 0.66% | - |
| HSV(B) | 297.59º | 0.68% | 1% | - |
| XYZ | 59.7 | 33.06 | 97.84 | - |
| YUV | 150.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 255 | 0.03 | 0.68 | 0 | 0 | 297.59 | 1 | 0.66 |
| Hex | F8 | 51 | FF | 3 | 44 | 0 | 0 | 12A | 64 | 42 |
| Octal | 370 | 121 | 377 | 3 | 104 | 0 | 0 | 452 | 144 | 102 |
| Binary | 11111000 | 1010001 | 11111111 | 11 | 1000100 | 0 | 0 | 100101010 | 1100100 | 1000010 |
Color Harmonies of #F851FF
Complementary color
Monochromatic Colors of #F851FF
Black with #F851FF
Text Example
Text Example
White with #F851FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851FF; }
p { color: rgb(248,81,255); }
H1.HeaderClassName
{
color: #F851FF;
}
.AnyTagClassName
{
color: #F851FF;
}
</style>
background-color css
<style>
a { background-color: #F851FF; }
a { background-color: rgb(248,81,255); }
div.DivClassName
{
background-color: #F851FF;
}
.BgClassName
{
background-color: #F851FF;
}
</style>
border-color css
<style>
span { border-color: #F851FF; }
span { border-color: rgb(248,81,255); }
td.TdClassName
{
border-color: #F851FF;
}
.TagClassName
{
border-color: #F851FF;
}
</style>