Shades of Pink Flamingo #FF59EB
Tints of Pink Flamingo #FF59EB
RGB
CMYK
RGB Variations
Color information
#FF59EB (or 0xFF59EB) is known color: Pink Flamingo. HEX triplet: FF, 59 and EB. RGB value is (255,89,235). Sum of RGB (Red+Green+Blue) = 255+89+235=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 89 (35.16% from 255 or 15.37% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF59EB is #00A614. Grayscale: #9A9A9A. Windows color (decimal): -42517 or 15423999. OLE color: 15423999.
HSL color Cylindrical-coordinate representation of color #FF59EB: hue angle of 307.23º 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 #FF59EB is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 235 | - |
| CMYK | 0 | 0.65 | 0.08 | 0 |
| HSL | 307.23º | 1% | 0.67% | - |
| HSV(B) | 307.23º | 0.65% | 1% | - |
| XYZ | 59.81 | 34.4 | 82.09 | - |
| YUV | 155.28 | 173 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 235 | 0 | 0.65 | 0.08 | 0 | 307.23 | 1 | 0.67 |
| Hex | FF | 59 | EB | 0 | 41 | 8 | 0 | 133 | 64 | 43 |
| Octal | 377 | 131 | 353 | 0 | 101 | 10 | 0 | 463 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11101011 | 0 | 1000001 | 1000 | 0 | 100110011 | 1100100 | 1000011 |
Color Harmonies of #FF59EB
Complementary color
Monochromatic Colors of #FF59EB
Black with #FF59EB
Text Example
Text Example
White with #FF59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59EB; }
p { color: rgb(255,89,235); }
H1.HeaderClassName
{
color: #FF59EB;
}
.AnyTagClassName
{
color: #FF59EB;
}
</style>
background-color css
<style>
a { background-color: #FF59EB; }
a { background-color: rgb(255,89,235); }
div.DivClassName
{
background-color: #FF59EB;
}
.BgClassName
{
background-color: #FF59EB;
}
</style>
border-color css
<style>
span { border-color: #FF59EB; }
span { border-color: rgb(255,89,235); }
td.TdClassName
{
border-color: #FF59EB;
}
.TagClassName
{
border-color: #FF59EB;
}
</style>