Shades of Pink Flamingo #FD59F2
Tints of Pink Flamingo #FD59F2
RGB
CMYK
RGB Variations
Color information
#FD59F2 (or 0xFD59F2) is known color: Pink Flamingo. HEX triplet: FD, 59 and F2. RGB value is (253,89,242). Sum of RGB (Red+Green+Blue) = 253+89+242=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 89 (35.16% from 255 or 15.24% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD59F2 is #02A60D. Grayscale: #9B9B9B. Windows color (decimal): -173582 or 15882749. OLE color: 15882749.
HSL color Cylindrical-coordinate representation of color #FD59F2: hue angle of 304.02º 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 #FD59F2 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 242 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.01 |
| HSL | 304.02º | 0.98% | 0.67% | - |
| HSV(B) | 304.02º | 0.65% | 0.99% | - |
| XYZ | 60.11 | 34.44 | 87.48 | - |
| YUV | 155.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 242 | 0 | 0.65 | 0.04 | 0.01 | 304.02 | 0.98 | 0.67 |
| Hex | FD | 59 | F2 | 0 | 41 | 4 | 1 | 130 | 62 | 43 |
| Octal | 375 | 131 | 362 | 0 | 101 | 4 | 1 | 460 | 142 | 103 |
| Binary | 11111101 | 1011001 | 11110010 | 0 | 1000001 | 100 | 1 | 100110000 | 1100010 | 1000011 |
Color Harmonies of #FD59F2
Complementary color
Monochromatic Colors of #FD59F2
Black with #FD59F2
Text Example
Text Example
White with #FD59F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD59F2; }
p { color: rgb(253,89,242); }
H1.HeaderClassName
{
color: #FD59F2;
}
.AnyTagClassName
{
color: #FD59F2;
}
</style>
background-color css
<style>
a { background-color: #FD59F2; }
a { background-color: rgb(253,89,242); }
div.DivClassName
{
background-color: #FD59F2;
}
.BgClassName
{
background-color: #FD59F2;
}
</style>
border-color css
<style>
span { border-color: #FD59F2; }
span { border-color: rgb(253,89,242); }
td.TdClassName
{
border-color: #FD59F2;
}
.TagClassName
{
border-color: #FD59F2;
}
</style>