Shades of Hot Pink #FD51C0
Tints of Hot Pink #FD51C0
RGB
CMYK
RGB Variations
Color information
#FD51C0 (or 0xFD51C0) is known color: Hot Pink. HEX triplet: FD, 51 and C0. RGB value is (253,81,192). Sum of RGB (Red+Green+Blue) = 253+81+192=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51C0 is #02AE3F. Grayscale: #909090. Windows color (decimal): -175680 or 12603901. OLE color: 12603901.
HSL color Cylindrical-coordinate representation of color #FD51C0: hue angle of 321.28º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD51C0 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 192 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.01 |
| HSL | 321.28º | 0.98% | 0.65% | - |
| HSV(B) | 321.28º | 0.68% | 0.99% | - |
| XYZ | 52.96 | 30.57 | 52.98 | - |
| YUV | 145.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 192 | 0 | 0.68 | 0.24 | 0.01 | 321.28 | 0.98 | 0.65 |
| Hex | FD | 51 | C0 | 0 | 44 | 18 | 1 | 141 | 62 | 41 |
| Octal | 375 | 121 | 300 | 0 | 104 | 30 | 1 | 501 | 142 | 101 |
| Binary | 11111101 | 1010001 | 11000000 | 0 | 1000100 | 11000 | 1 | 101000001 | 1100010 | 1000001 |
Color Harmonies of #FD51C0
Complementary color
Monochromatic Colors of #FD51C0
Black with #FD51C0
Text Example
Text Example
White with #FD51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD51C0; }
p { color: rgb(253,81,192); }
H1.HeaderClassName
{
color: #FD51C0;
}
.AnyTagClassName
{
color: #FD51C0;
}
</style>
background-color css
<style>
a { background-color: #FD51C0; }
a { background-color: rgb(253,81,192); }
div.DivClassName
{
background-color: #FD51C0;
}
.BgClassName
{
background-color: #FD51C0;
}
</style>
border-color css
<style>
span { border-color: #FD51C0; }
span { border-color: rgb(253,81,192); }
td.TdClassName
{
border-color: #FD51C0;
}
.TagClassName
{
border-color: #FD51C0;
}
</style>