Shades of Pink Flamingo #FE53EE
Tints of Pink Flamingo #FE53EE
RGB
CMYK
RGB Variations
Color information
#FE53EE (or 0xFE53EE) is known color: Pink Flamingo. HEX triplet: FE, 53 and EE. RGB value is (254,83,238). Sum of RGB (Red+Green+Blue) = 254+83+238=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53EE is #01AC11. Grayscale: #979797. Windows color (decimal): -109586 or 15619070. OLE color: 15619070.
HSL color Cylindrical-coordinate representation of color #FE53EE: hue angle of 305.61º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE53EE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 238 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.00 |
| HSL | 305.61º | 0.99% | 0.66% | - |
| HSV(B) | 305.61º | 0.67% | 1% | - |
| XYZ | 59.4 | 33.43 | 84.21 | - |
| YUV | 151.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 238 | 0 | 0.67 | 0.06 | 0.00 | 305.61 | 0.99 | 0.66 |
| Hex | FE | 53 | EE | 0 | 43 | 6 | 0 | 132 | 63 | 42 |
| Octal | 376 | 123 | 356 | 0 | 103 | 6 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11101110 | 0 | 1000011 | 110 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE53EE
Complementary color
Monochromatic Colors of #FE53EE
Black with #FE53EE
Text Example
Text Example
White with #FE53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53EE; }
p { color: rgb(254,83,238); }
H1.HeaderClassName
{
color: #FE53EE;
}
.AnyTagClassName
{
color: #FE53EE;
}
</style>
background-color css
<style>
a { background-color: #FE53EE; }
a { background-color: rgb(254,83,238); }
div.DivClassName
{
background-color: #FE53EE;
}
.BgClassName
{
background-color: #FE53EE;
}
</style>
border-color css
<style>
span { border-color: #FE53EE; }
span { border-color: rgb(254,83,238); }
td.TdClassName
{
border-color: #FE53EE;
}
.TagClassName
{
border-color: #FE53EE;
}
</style>