Shades of Pink Flamingo #FE59FF
Tints of Pink Flamingo #FE59FF
RGB
CMYK
RGB Variations
Color information
#FE59FF (or 0xFE59FF) is known color: Pink Flamingo. HEX triplet: FE, 59 and FF. RGB value is (254,89,255). Sum of RGB (Red+Green+Blue) = 254+89+255=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 89 (35.16% from 255 or 14.88% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE59FF is #01A600. Grayscale: #9C9C9C. Windows color (decimal): -108033 or 16734718. OLE color: 16734718.
HSL color Cylindrical-coordinate representation of color #FE59FF: hue angle of 299.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE59FF is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 89 | 255 | - |
| CMYK | 0.00 | 0.65 | 0 | 0 |
| HSL | 299.64º | 1% | 0.67% | - |
| HSV(B) | 299.64º | 0.65% | 1% | - |
| XYZ | 62.5 | 35.44 | 98.15 | - |
| YUV | 157.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 255 | 0.00 | 0.65 | 0 | 0 | 299.64 | 1 | 0.67 |
| Hex | FE | 59 | FF | 0 | 41 | 0 | 0 | 12C | 64 | 43 |
| Octal | 376 | 131 | 377 | 0 | 101 | 0 | 0 | 454 | 144 | 103 |
| Binary | 11111110 | 1011001 | 11111111 | 0 | 1000001 | 0 | 0 | 100101100 | 1100100 | 1000011 |
Color Harmonies of #FE59FF
Complementary color
Monochromatic Colors of #FE59FF
Black with #FE59FF
Text Example
Text Example
White with #FE59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59FF; }
p { color: rgb(254,89,255); }
H1.HeaderClassName
{
color: #FE59FF;
}
.AnyTagClassName
{
color: #FE59FF;
}
</style>
background-color css
<style>
a { background-color: #FE59FF; }
a { background-color: rgb(254,89,255); }
div.DivClassName
{
background-color: #FE59FF;
}
.BgClassName
{
background-color: #FE59FF;
}
</style>
border-color css
<style>
span { border-color: #FE59FF; }
span { border-color: rgb(254,89,255); }
td.TdClassName
{
border-color: #FE59FF;
}
.TagClassName
{
border-color: #FE59FF;
}
</style>