Shades of Pink Flamingo #FD53F2
Tints of Pink Flamingo #FD53F2
RGB
CMYK
RGB Variations
Color information
#FD53F2 (or 0xFD53F2) is known color: Pink Flamingo. HEX triplet: FD, 53 and F2. RGB value is (253,83,242). Sum of RGB (Red+Green+Blue) = 253+83+242=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 83 (32.81% from 255 or 14.36% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD53F2 is #02AC0D. Grayscale: #979797. Windows color (decimal): -175118 or 15881213. OLE color: 15881213.
HSL color Cylindrical-coordinate representation of color #FD53F2: hue angle of 303.88º 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 #FD53F2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 242 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.01 |
| HSL | 303.88º | 0.98% | 0.66% | - |
| HSV(B) | 303.88º | 0.67% | 0.99% | - |
| XYZ | 59.63 | 33.48 | 87.32 | - |
| YUV | 151.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 242 | 0 | 0.67 | 0.04 | 0.01 | 303.88 | 0.98 | 0.66 |
| Hex | FD | 53 | F2 | 0 | 43 | 4 | 1 | 130 | 62 | 42 |
| Octal | 375 | 123 | 362 | 0 | 103 | 4 | 1 | 460 | 142 | 102 |
| Binary | 11111101 | 1010011 | 11110010 | 0 | 1000011 | 100 | 1 | 100110000 | 1100010 | 1000010 |
Color Harmonies of #FD53F2
Complementary color
Monochromatic Colors of #FD53F2
Black with #FD53F2
Text Example
Text Example
White with #FD53F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD53F2; }
p { color: rgb(253,83,242); }
H1.HeaderClassName
{
color: #FD53F2;
}
.AnyTagClassName
{
color: #FD53F2;
}
</style>
background-color css
<style>
a { background-color: #FD53F2; }
a { background-color: rgb(253,83,242); }
div.DivClassName
{
background-color: #FD53F2;
}
.BgClassName
{
background-color: #FD53F2;
}
</style>
border-color css
<style>
span { border-color: #FD53F2; }
span { border-color: rgb(253,83,242); }
td.TdClassName
{
border-color: #FD53F2;
}
.TagClassName
{
border-color: #FD53F2;
}
</style>