Shades of Pink Flamingo #FE53F8
Tints of Pink Flamingo #FE53F8
RGB
CMYK
RGB Variations
Color information
#FE53F8 (or 0xFE53F8) is known color: Pink Flamingo. HEX triplet: FE, 53 and F8. RGB value is (254,83,248). Sum of RGB (Red+Green+Blue) = 254+83+248=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 83 (32.81% from 255 or 14.19% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53F8 is #01AC07. Grayscale: #989898. Windows color (decimal): -109576 or 16274430. OLE color: 16274430.
HSL color Cylindrical-coordinate representation of color #FE53F8: hue angle of 302.11º 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 #FE53F8 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 248 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.00 |
| HSL | 302.11º | 0.99% | 0.66% | - |
| HSV(B) | 302.11º | 0.67% | 1% | - |
| XYZ | 60.91 | 34.03 | 92.17 | - |
| YUV | 152.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 248 | 0 | 0.67 | 0.02 | 0.00 | 302.11 | 0.99 | 0.66 |
| Hex | FE | 53 | F8 | 0 | 43 | 2 | 0 | 12E | 63 | 42 |
| Octal | 376 | 123 | 370 | 0 | 103 | 2 | 0 | 456 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11111000 | 0 | 1000011 | 10 | 0 | 100101110 | 1100011 | 1000010 |
Color Harmonies of #FE53F8
Complementary color
Monochromatic Colors of #FE53F8
Black with #FE53F8
Text Example
Text Example
White with #FE53F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53F8; }
p { color: rgb(254,83,248); }
H1.HeaderClassName
{
color: #FE53F8;
}
.AnyTagClassName
{
color: #FE53F8;
}
</style>
background-color css
<style>
a { background-color: #FE53F8; }
a { background-color: rgb(254,83,248); }
div.DivClassName
{
background-color: #FE53F8;
}
.BgClassName
{
background-color: #FE53F8;
}
</style>
border-color css
<style>
span { border-color: #FE53F8; }
span { border-color: rgb(254,83,248); }
td.TdClassName
{
border-color: #FE53F8;
}
.TagClassName
{
border-color: #FE53F8;
}
</style>