Shades of Pink Flamingo #FE51EE
Tints of Pink Flamingo #FE51EE
RGB
CMYK
RGB Variations
Color information
#FE51EE (or 0xFE51EE) is known color: Pink Flamingo. HEX triplet: FE, 51 and EE. RGB value is (254,81,238). Sum of RGB (Red+Green+Blue) = 254+81+238=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 81 (32.03% from 255 or 14.14% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE51EE is #01AE11. Grayscale: #969696. Windows color (decimal): -110098 or 15618558. OLE color: 15618558.
HSL color Cylindrical-coordinate representation of color #FE51EE: hue angle of 305.55º 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 #FE51EE is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 238 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.00 |
| HSL | 305.55º | 0.99% | 0.66% | - |
| HSV(B) | 305.55º | 0.68% | 1% | - |
| XYZ | 59.25 | 33.13 | 84.16 | - |
| YUV | 150.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 238 | 0 | 0.68 | 0.06 | 0.00 | 305.55 | 0.99 | 0.66 |
| Hex | FE | 51 | EE | 0 | 44 | 6 | 0 | 132 | 63 | 42 |
| Octal | 376 | 121 | 356 | 0 | 104 | 6 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11101110 | 0 | 1000100 | 110 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE51EE
Complementary color
Monochromatic Colors of #FE51EE
Black with #FE51EE
Text Example
Text Example
White with #FE51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51EE; }
p { color: rgb(254,81,238); }
H1.HeaderClassName
{
color: #FE51EE;
}
.AnyTagClassName
{
color: #FE51EE;
}
</style>
background-color css
<style>
a { background-color: #FE51EE; }
a { background-color: rgb(254,81,238); }
div.DivClassName
{
background-color: #FE51EE;
}
.BgClassName
{
background-color: #FE51EE;
}
</style>
border-color css
<style>
span { border-color: #FE51EE; }
span { border-color: rgb(254,81,238); }
td.TdClassName
{
border-color: #FE51EE;
}
.TagClassName
{
border-color: #FE51EE;
}
</style>