Shades of Pink Flamingo #FE52EE
Tints of Pink Flamingo #FE52EE
RGB
CMYK
RGB Variations
Color information
#FE52EE (or 0xFE52EE) is known color: Pink Flamingo. HEX triplet: FE, 52 and EE. RGB value is (254,82,238). Sum of RGB (Red+Green+Blue) = 254+82+238=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 82 (32.42% from 255 or 14.29% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52EE is #01AD11. Grayscale: #969696. Windows color (decimal): -109842 or 15618814. OLE color: 15618814.
HSL color Cylindrical-coordinate representation of color #FE52EE: hue angle of 305.58º 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 #FE52EE is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 238 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.00 |
| HSL | 305.58º | 0.99% | 0.66% | - |
| HSV(B) | 305.58º | 0.68% | 1% | - |
| XYZ | 59.32 | 33.28 | 84.19 | - |
| YUV | 151.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 238 | 0 | 0.68 | 0.06 | 0.00 | 305.58 | 0.99 | 0.66 |
| Hex | FE | 52 | EE | 0 | 44 | 6 | 0 | 132 | 63 | 42 |
| Octal | 376 | 122 | 356 | 0 | 104 | 6 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010010 | 11101110 | 0 | 1000100 | 110 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE52EE
Complementary color
Monochromatic Colors of #FE52EE
Black with #FE52EE
Text Example
Text Example
White with #FE52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE52EE; }
p { color: rgb(254,82,238); }
H1.HeaderClassName
{
color: #FE52EE;
}
.AnyTagClassName
{
color: #FE52EE;
}
</style>
background-color css
<style>
a { background-color: #FE52EE; }
a { background-color: rgb(254,82,238); }
div.DivClassName
{
background-color: #FE52EE;
}
.BgClassName
{
background-color: #FE52EE;
}
</style>
border-color css
<style>
span { border-color: #FE52EE; }
span { border-color: rgb(254,82,238); }
td.TdClassName
{
border-color: #FE52EE;
}
.TagClassName
{
border-color: #FE52EE;
}
</style>