Shades of Pink Flamingo #FE53EC
Tints of Pink Flamingo #FE53EC
RGB
CMYK
RGB Variations
Color information
#FE53EC (or 0xFE53EC) is known color: Pink Flamingo. HEX triplet: FE, 53 and EC. RGB value is (254,83,236). Sum of RGB (Red+Green+Blue) = 254+83+236=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 83 (32.81% from 255 or 14.49% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53EC is #01AC13. Grayscale: #979797. Windows color (decimal): -109588 or 15487998. OLE color: 15487998.
HSL color Cylindrical-coordinate representation of color #FE53EC: hue angle of 306.32º 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 #FE53EC is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 236 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.00 |
| HSL | 306.32º | 0.99% | 0.66% | - |
| HSV(B) | 306.32º | 0.67% | 1% | - |
| XYZ | 59.11 | 33.31 | 82.67 | - |
| YUV | 151.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 236 | 0 | 0.67 | 0.07 | 0.00 | 306.32 | 0.99 | 0.66 |
| Hex | FE | 53 | EC | 0 | 43 | 7 | 0 | 132 | 63 | 42 |
| Octal | 376 | 123 | 354 | 0 | 103 | 7 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11101100 | 0 | 1000011 | 111 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE53EC
Complementary color
Monochromatic Colors of #FE53EC
Black with #FE53EC
Text Example
Text Example
White with #FE53EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53EC; }
p { color: rgb(254,83,236); }
H1.HeaderClassName
{
color: #FE53EC;
}
.AnyTagClassName
{
color: #FE53EC;
}
</style>
background-color css
<style>
a { background-color: #FE53EC; }
a { background-color: rgb(254,83,236); }
div.DivClassName
{
background-color: #FE53EC;
}
.BgClassName
{
background-color: #FE53EC;
}
</style>
border-color css
<style>
span { border-color: #FE53EC; }
span { border-color: rgb(254,83,236); }
td.TdClassName
{
border-color: #FE53EC;
}
.TagClassName
{
border-color: #FE53EC;
}
</style>