Shades of Hot Pink #FD53C0
Tints of Hot Pink #FD53C0
RGB
CMYK
RGB Variations
Color information
#FD53C0 (or 0xFD53C0) is known color: Hot Pink. HEX triplet: FD, 53 and C0. RGB value is (253,83,192). Sum of RGB (Red+Green+Blue) = 253+83+192=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD53C0 is #02AC3F. Grayscale: #919191. Windows color (decimal): -175168 or 12604413. OLE color: 12604413.
HSL color Cylindrical-coordinate representation of color #FD53C0: hue angle of 321.53º 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 #FD53C0 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 192 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.01 |
| HSL | 321.53º | 0.98% | 0.66% | - |
| HSV(B) | 321.53º | 0.67% | 0.99% | - |
| XYZ | 53.12 | 30.87 | 53.03 | - |
| YUV | 146.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 192 | 0 | 0.67 | 0.24 | 0.01 | 321.53 | 0.98 | 0.66 |
| Hex | FD | 53 | C0 | 0 | 43 | 18 | 1 | 142 | 62 | 42 |
| Octal | 375 | 123 | 300 | 0 | 103 | 30 | 1 | 502 | 142 | 102 |
| Binary | 11111101 | 1010011 | 11000000 | 0 | 1000011 | 11000 | 1 | 101000010 | 1100010 | 1000010 |
Color Harmonies of #FD53C0
Complementary color
Monochromatic Colors of #FD53C0
Black with #FD53C0
Text Example
Text Example
White with #FD53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD53C0; }
p { color: rgb(253,83,192); }
H1.HeaderClassName
{
color: #FD53C0;
}
.AnyTagClassName
{
color: #FD53C0;
}
</style>
background-color css
<style>
a { background-color: #FD53C0; }
a { background-color: rgb(253,83,192); }
div.DivClassName
{
background-color: #FD53C0;
}
.BgClassName
{
background-color: #FD53C0;
}
</style>
border-color css
<style>
span { border-color: #FD53C0; }
span { border-color: rgb(253,83,192); }
td.TdClassName
{
border-color: #FD53C0;
}
.TagClassName
{
border-color: #FD53C0;
}
</style>