Shades of Pink Flamingo #FD59F0
Tints of Pink Flamingo #FD59F0
RGB
CMYK
RGB Variations
Color information
#FD59F0 (or 0xFD59F0) is known color: Pink Flamingo. HEX triplet: FD, 59 and F0. RGB value is (253,89,240). Sum of RGB (Red+Green+Blue) = 253+89+240=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 89 (35.16% from 255 or 15.29% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD59F0 is #02A60F. Grayscale: #9A9A9A. Windows color (decimal): -173584 or 15751677. OLE color: 15751677.
HSL color Cylindrical-coordinate representation of color #FD59F0: hue angle of 304.76º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD59F0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 240 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.01 |
| HSL | 304.76º | 0.98% | 0.67% | - |
| HSV(B) | 304.76º | 0.65% | 0.99% | - |
| XYZ | 59.81 | 34.32 | 85.91 | - |
| YUV | 155.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 240 | 0 | 0.65 | 0.05 | 0.01 | 304.76 | 0.98 | 0.67 |
| Hex | FD | 59 | F0 | 0 | 41 | 5 | 1 | 131 | 62 | 43 |
| Octal | 375 | 131 | 360 | 0 | 101 | 5 | 1 | 461 | 142 | 103 |
| Binary | 11111101 | 1011001 | 11110000 | 0 | 1000001 | 101 | 1 | 100110001 | 1100010 | 1000011 |
Color Harmonies of #FD59F0
Complementary color
Monochromatic Colors of #FD59F0
Black with #FD59F0
Text Example
Text Example
White with #FD59F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD59F0; }
p { color: rgb(253,89,240); }
H1.HeaderClassName
{
color: #FD59F0;
}
.AnyTagClassName
{
color: #FD59F0;
}
</style>
background-color css
<style>
a { background-color: #FD59F0; }
a { background-color: rgb(253,89,240); }
div.DivClassName
{
background-color: #FD59F0;
}
.BgClassName
{
background-color: #FD59F0;
}
</style>
border-color css
<style>
span { border-color: #FD59F0; }
span { border-color: rgb(253,89,240); }
td.TdClassName
{
border-color: #FD59F0;
}
.TagClassName
{
border-color: #FD59F0;
}
</style>