Shades of Pink Flamingo #FB51FE
Tints of Pink Flamingo #FB51FE
RGB
CMYK
RGB Variations
Color information
#FB51FE (or 0xFB51FE) is known color: Pink Flamingo. HEX triplet: FB, 51 and FE. RGB value is (251,81,254). Sum of RGB (Red+Green+Blue) = 251+81+254=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 81 (32.03% from 255 or 13.82% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB51FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB51FE is #04AE01. Grayscale: #979797. Windows color (decimal): -306690 or 16667131. OLE color: 16667131.
HSL color Cylindrical-coordinate representation of color #FB51FE: hue angle of 298.96º 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 #FB51FE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 81 | 254 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.00 |
| HSL | 298.96º | 0.99% | 0.66% | - |
| HSV(B) | 298.96º | 0.68% | 1% | - |
| XYZ | 60.62 | 33.55 | 97.05 | - |
| YUV | 151.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 254 | 0.01 | 0.68 | 0 | 0.00 | 298.96 | 0.99 | 0.66 |
| Hex | FB | 51 | FE | 1 | 44 | 0 | 0 | 12B | 63 | 42 |
| Octal | 373 | 121 | 376 | 1 | 104 | 0 | 0 | 453 | 143 | 102 |
| Binary | 11111011 | 1010001 | 11111110 | 1 | 1000100 | 0 | 0 | 100101011 | 1100011 | 1000010 |
Color Harmonies of #FB51FE
Complementary color
Monochromatic Colors of #FB51FE
Black with #FB51FE
Text Example
Text Example
White with #FB51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB51FE; }
p { color: rgb(251,81,254); }
H1.HeaderClassName
{
color: #FB51FE;
}
.AnyTagClassName
{
color: #FB51FE;
}
</style>
background-color css
<style>
a { background-color: #FB51FE; }
a { background-color: rgb(251,81,254); }
div.DivClassName
{
background-color: #FB51FE;
}
.BgClassName
{
background-color: #FB51FE;
}
</style>
border-color css
<style>
span { border-color: #FB51FE; }
span { border-color: rgb(251,81,254); }
td.TdClassName
{
border-color: #FB51FE;
}
.TagClassName
{
border-color: #FB51FE;
}
</style>