Shades of Pink Flamingo #FE51ED
Tints of Pink Flamingo #FE51ED
RGB
CMYK
RGB Variations
Color information
#FE51ED (or 0xFE51ED) is known color: Pink Flamingo. HEX triplet: FE, 51 and ED. RGB value is (254,81,237). Sum of RGB (Red+Green+Blue) = 254+81+237=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE51ED is #01AE12. Grayscale: #969696. Windows color (decimal): -110099 or 15553022. OLE color: 15553022.
HSL color Cylindrical-coordinate representation of color #FE51ED: hue angle of 305.9º 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 #FE51ED is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 237 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.00 |
| HSL | 305.9º | 0.99% | 0.66% | - |
| HSV(B) | 305.9º | 0.68% | 1% | - |
| XYZ | 59.1 | 33.07 | 83.39 | - |
| YUV | 150.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 237 | 0 | 0.68 | 0.07 | 0.00 | 305.9 | 0.99 | 0.66 |
| Hex | FE | 51 | ED | 0 | 44 | 7 | 0 | 132 | 63 | 42 |
| Octal | 376 | 121 | 355 | 0 | 104 | 7 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11101101 | 0 | 1000100 | 111 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE51ED
Complementary color
Monochromatic Colors of #FE51ED
Black with #FE51ED
Text Example
Text Example
White with #FE51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51ED; }
p { color: rgb(254,81,237); }
H1.HeaderClassName
{
color: #FE51ED;
}
.AnyTagClassName
{
color: #FE51ED;
}
</style>
background-color css
<style>
a { background-color: #FE51ED; }
a { background-color: rgb(254,81,237); }
div.DivClassName
{
background-color: #FE51ED;
}
.BgClassName
{
background-color: #FE51ED;
}
</style>
border-color css
<style>
span { border-color: #FE51ED; }
span { border-color: rgb(254,81,237); }
td.TdClassName
{
border-color: #FE51ED;
}
.TagClassName
{
border-color: #FE51ED;
}
</style>