Shades of Pink Flamingo #FD53F0
Tints of Pink Flamingo #FD53F0
RGB
CMYK
RGB Variations
Color information
#FD53F0 (or 0xFD53F0) is known color: Pink Flamingo. HEX triplet: FD, 53 and F0. RGB value is (253,83,240). Sum of RGB (Red+Green+Blue) = 253+83+240=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 83 (32.81% from 255 or 14.41% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD53F0 is #02AC0F. Grayscale: #979797. Windows color (decimal): -175120 or 15750141. OLE color: 15750141.
HSL color Cylindrical-coordinate representation of color #FD53F0: hue angle of 304.59º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD53F0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 240 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.01 |
| HSL | 304.59º | 0.98% | 0.66% | - |
| HSV(B) | 304.59º | 0.67% | 0.99% | - |
| XYZ | 59.33 | 33.36 | 85.75 | - |
| YUV | 151.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 240 | 0 | 0.67 | 0.05 | 0.01 | 304.59 | 0.98 | 0.66 |
| Hex | FD | 53 | F0 | 0 | 43 | 5 | 1 | 131 | 62 | 42 |
| Octal | 375 | 123 | 360 | 0 | 103 | 5 | 1 | 461 | 142 | 102 |
| Binary | 11111101 | 1010011 | 11110000 | 0 | 1000011 | 101 | 1 | 100110001 | 1100010 | 1000010 |
Color Harmonies of #FD53F0
Complementary color
Monochromatic Colors of #FD53F0
Black with #FD53F0
Text Example
Text Example
White with #FD53F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD53F0; }
p { color: rgb(253,83,240); }
H1.HeaderClassName
{
color: #FD53F0;
}
.AnyTagClassName
{
color: #FD53F0;
}
</style>
background-color css
<style>
a { background-color: #FD53F0; }
a { background-color: rgb(253,83,240); }
div.DivClassName
{
background-color: #FD53F0;
}
.BgClassName
{
background-color: #FD53F0;
}
</style>
border-color css
<style>
span { border-color: #FD53F0; }
span { border-color: rgb(253,83,240); }
td.TdClassName
{
border-color: #FD53F0;
}
.TagClassName
{
border-color: #FD53F0;
}
</style>