Shades of Pink Flamingo #FD52F0
Tints of Pink Flamingo #FD52F0
RGB
CMYK
RGB Variations
Color information
#FD52F0 (or 0xFD52F0) is known color: Pink Flamingo. HEX triplet: FD, 52 and F0. RGB value is (253,82,240). Sum of RGB (Red+Green+Blue) = 253+82+240=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD52F0 is #02AD0F. Grayscale: #969696. Windows color (decimal): -175376 or 15749885. OLE color: 15749885.
HSL color Cylindrical-coordinate representation of color #FD52F0: hue angle of 304.56º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD52F0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 240 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.01 |
| HSL | 304.56º | 0.98% | 0.66% | - |
| HSV(B) | 304.56º | 0.68% | 0.99% | - |
| XYZ | 59.25 | 33.21 | 85.72 | - |
| YUV | 151.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 240 | 0 | 0.68 | 0.05 | 0.01 | 304.56 | 0.98 | 0.66 |
| Hex | FD | 52 | F0 | 0 | 44 | 5 | 1 | 131 | 62 | 42 |
| Octal | 375 | 122 | 360 | 0 | 104 | 5 | 1 | 461 | 142 | 102 |
| Binary | 11111101 | 1010010 | 11110000 | 0 | 1000100 | 101 | 1 | 100110001 | 1100010 | 1000010 |
Color Harmonies of #FD52F0
Complementary color
Monochromatic Colors of #FD52F0
Black with #FD52F0
Text Example
Text Example
White with #FD52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD52F0; }
p { color: rgb(253,82,240); }
H1.HeaderClassName
{
color: #FD52F0;
}
.AnyTagClassName
{
color: #FD52F0;
}
</style>
background-color css
<style>
a { background-color: #FD52F0; }
a { background-color: rgb(253,82,240); }
div.DivClassName
{
background-color: #FD52F0;
}
.BgClassName
{
background-color: #FD52F0;
}
</style>
border-color css
<style>
span { border-color: #FD52F0; }
span { border-color: rgb(253,82,240); }
td.TdClassName
{
border-color: #FD52F0;
}
.TagClassName
{
border-color: #FD52F0;
}
</style>