Shades of Pink Flamingo #FF59FD
Tints of Pink Flamingo #FF59FD
RGB
CMYK
RGB Variations
Color information
#FF59FD (or 0xFF59FD) is known color: Pink Flamingo. HEX triplet: FF, 59 and FD. RGB value is (255,89,253). Sum of RGB (Red+Green+Blue) = 255+89+253=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 89 (35.16% from 255 or 14.91% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF59FD is #00A602. Grayscale: #9C9C9C. Windows color (decimal): -42499 or 16603647. OLE color: 16603647.
HSL color Cylindrical-coordinate representation of color #FF59FD: hue angle of 300.72º 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 #FF59FD is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 253 | - |
| CMYK | 0 | 0.65 | 0.01 | 0 |
| HSL | 300.72º | 1% | 0.67% | - |
| HSV(B) | 300.72º | 0.65% | 1% | - |
| XYZ | 62.54 | 35.5 | 96.48 | - |
| YUV | 157.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 253 | 0 | 0.65 | 0.01 | 0 | 300.72 | 1 | 0.67 |
| Hex | FF | 59 | FD | 0 | 41 | 1 | 0 | 12D | 64 | 43 |
| Octal | 377 | 131 | 375 | 0 | 101 | 1 | 0 | 455 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11111101 | 0 | 1000001 | 1 | 0 | 100101101 | 1100100 | 1000011 |
Color Harmonies of #FF59FD
Complementary color
Monochromatic Colors of #FF59FD
Black with #FF59FD
Text Example
Text Example
White with #FF59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59FD; }
p { color: rgb(255,89,253); }
H1.HeaderClassName
{
color: #FF59FD;
}
.AnyTagClassName
{
color: #FF59FD;
}
</style>
background-color css
<style>
a { background-color: #FF59FD; }
a { background-color: rgb(255,89,253); }
div.DivClassName
{
background-color: #FF59FD;
}
.BgClassName
{
background-color: #FF59FD;
}
</style>
border-color css
<style>
span { border-color: #FF59FD; }
span { border-color: rgb(255,89,253); }
td.TdClassName
{
border-color: #FF59FD;
}
.TagClassName
{
border-color: #FF59FD;
}
</style>