Shades of Pink Flamingo #FE59FB
Tints of Pink Flamingo #FE59FB
RGB
CMYK
RGB Variations
Color information
#FE59FB (or 0xFE59FB) is known color: Pink Flamingo. HEX triplet: FE, 59 and FB. RGB value is (254,89,251). Sum of RGB (Red+Green+Blue) = 254+89+251=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 89 (35.16% from 255 or 14.98% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE59FB is #01A604. Grayscale: #9C9C9C. Windows color (decimal): -108037 or 16472574. OLE color: 16472574.
HSL color Cylindrical-coordinate representation of color #FE59FB: hue angle of 301.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE59FB is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 251 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.00 |
| HSL | 301.09º | 0.99% | 0.67% | - |
| HSV(B) | 301.09º | 0.65% | 1% | - |
| XYZ | 61.86 | 35.18 | 94.8 | - |
| YUV | 156.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 251 | 0 | 0.65 | 0.01 | 0.00 | 301.09 | 0.99 | 0.67 |
| Hex | FE | 59 | FB | 0 | 41 | 1 | 0 | 12D | 63 | 43 |
| Octal | 376 | 131 | 373 | 0 | 101 | 1 | 0 | 455 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11111011 | 0 | 1000001 | 1 | 0 | 100101101 | 1100011 | 1000011 |
Color Harmonies of #FE59FB
Complementary color
Monochromatic Colors of #FE59FB
Black with #FE59FB
Text Example
Text Example
White with #FE59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59FB; }
p { color: rgb(254,89,251); }
H1.HeaderClassName
{
color: #FE59FB;
}
.AnyTagClassName
{
color: #FE59FB;
}
</style>
background-color css
<style>
a { background-color: #FE59FB; }
a { background-color: rgb(254,89,251); }
div.DivClassName
{
background-color: #FE59FB;
}
.BgClassName
{
background-color: #FE59FB;
}
</style>
border-color css
<style>
span { border-color: #FE59FB; }
span { border-color: rgb(254,89,251); }
td.TdClassName
{
border-color: #FE59FB;
}
.TagClassName
{
border-color: #FE59FB;
}
</style>