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