Shades of Pink Flamingo #FE53F9
Tints of Pink Flamingo #FE53F9
RGB
CMYK
RGB Variations
Color information
#FE53F9 (or 0xFE53F9) is known color: Pink Flamingo. HEX triplet: FE, 53 and F9. RGB value is (254,83,249). Sum of RGB (Red+Green+Blue) = 254+83+249=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 83 (32.81% from 255 or 14.16% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53F9 is #01AC06. Grayscale: #989898. Windows color (decimal): -109575 or 16339966. OLE color: 16339966.
HSL color Cylindrical-coordinate representation of color #FE53F9: hue angle of 301.75º 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 #FE53F9 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 249 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.00 |
| HSL | 301.75º | 0.99% | 0.66% | - |
| HSV(B) | 301.75º | 0.67% | 1% | - |
| XYZ | 61.07 | 34.1 | 92.99 | - |
| YUV | 153.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 249 | 0 | 0.67 | 0.02 | 0.00 | 301.75 | 0.99 | 0.66 |
| Hex | FE | 53 | F9 | 0 | 43 | 2 | 0 | 12E | 63 | 42 |
| Octal | 376 | 123 | 371 | 0 | 103 | 2 | 0 | 456 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11111001 | 0 | 1000011 | 10 | 0 | 100101110 | 1100011 | 1000010 |
Color Harmonies of #FE53F9
Complementary color
Monochromatic Colors of #FE53F9
Black with #FE53F9
Text Example
Text Example
White with #FE53F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53F9; }
p { color: rgb(254,83,249); }
H1.HeaderClassName
{
color: #FE53F9;
}
.AnyTagClassName
{
color: #FE53F9;
}
</style>
background-color css
<style>
a { background-color: #FE53F9; }
a { background-color: rgb(254,83,249); }
div.DivClassName
{
background-color: #FE53F9;
}
.BgClassName
{
background-color: #FE53F9;
}
</style>
border-color css
<style>
span { border-color: #FE53F9; }
span { border-color: rgb(254,83,249); }
td.TdClassName
{
border-color: #FE53F9;
}
.TagClassName
{
border-color: #FE53F9;
}
</style>