Shades of Pink Flamingo #FE53ED
Tints of Pink Flamingo #FE53ED
RGB
CMYK
RGB Variations
Color information
#FE53ED (or 0xFE53ED) is known color: Pink Flamingo. HEX triplet: FE, 53 and ED. RGB value is (254,83,237). Sum of RGB (Red+Green+Blue) = 254+83+237=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 83 (32.81% from 255 or 14.46% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53ED is #01AC12. Grayscale: #979797. Windows color (decimal): -109587 or 15553534. OLE color: 15553534.
HSL color Cylindrical-coordinate representation of color #FE53ED: hue angle of 305.96º 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 #FE53ED is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 237 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.00 |
| HSL | 305.96º | 0.99% | 0.66% | - |
| HSV(B) | 305.96º | 0.67% | 1% | - |
| XYZ | 59.25 | 33.37 | 83.44 | - |
| YUV | 151.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 237 | 0 | 0.67 | 0.07 | 0.00 | 305.96 | 0.99 | 0.66 |
| Hex | FE | 53 | ED | 0 | 43 | 7 | 0 | 132 | 63 | 42 |
| Octal | 376 | 123 | 355 | 0 | 103 | 7 | 0 | 462 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11101101 | 0 | 1000011 | 111 | 0 | 100110010 | 1100011 | 1000010 |
Color Harmonies of #FE53ED
Complementary color
Monochromatic Colors of #FE53ED
Black with #FE53ED
Text Example
Text Example
White with #FE53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53ED; }
p { color: rgb(254,83,237); }
H1.HeaderClassName
{
color: #FE53ED;
}
.AnyTagClassName
{
color: #FE53ED;
}
</style>
background-color css
<style>
a { background-color: #FE53ED; }
a { background-color: rgb(254,83,237); }
div.DivClassName
{
background-color: #FE53ED;
}
.BgClassName
{
background-color: #FE53ED;
}
</style>
border-color css
<style>
span { border-color: #FE53ED; }
span { border-color: rgb(254,83,237); }
td.TdClassName
{
border-color: #FE53ED;
}
.TagClassName
{
border-color: #FE53ED;
}
</style>