Shades of Hot Pink #FD50C0
Tints of Hot Pink #FD50C0
RGB
CMYK
RGB Variations
Color information
#FD50C0 (or 0xFD50C0) is known color: Hot Pink. HEX triplet: FD, 50 and C0. RGB value is (253,80,192). Sum of RGB (Red+Green+Blue) = 253+80+192=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50C0 is #02AF3F. Grayscale: #909090. Windows color (decimal): -175936 or 12603645. OLE color: 12603645.
HSL color Cylindrical-coordinate representation of color #FD50C0: hue angle of 321.16º 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 #FD50C0 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 80 | 192 | - |
CMYK | 0 | 0.68 | 0.24 | 0.01 |
HSL | 321.16º | 0.98% | 0.65% | - |
HSV(B) | 321.16º | 0.68% | 0.99% | - |
XYZ | 52.89 | 30.43 | 52.95 | - |
YUV | 144.5 | 154.81 | 205.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 80 | 192 | 0 | 0.68 | 0.24 | 0.01 | 321.16 | 0.98 | 0.65 |
Hex | FD | 50 | C0 | 0 | 44 | 18 | 1 | 141 | 62 | 41 |
Octal | 375 | 120 | 300 | 0 | 104 | 30 | 1 | 501 | 142 | 101 |
Binary | 11111101 | 1010000 | 11000000 | 0 | 1000100 | 11000 | 1 | 101000001 | 1100010 | 1000001 |
Color Harmonies of #FD50C0
Complementary color
Monochromatic Colors of #FD50C0
Black with #FD50C0
Text Example
Text Example
White with #FD50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50C0; }
p { color: rgb(253,80,192); }
H1.HeaderClassName
{
color: #FD50C0;
}
.AnyTagClassName
{
color: #FD50C0;
}
</style>
background-color css
<style>
a { background-color: #FD50C0; }
a { background-color: rgb(253,80,192); }
div.DivClassName
{
background-color: #FD50C0;
}
.BgClassName
{
background-color: #FD50C0;
}
</style>
border-color css
<style>
span { border-color: #FD50C0; }
span { border-color: rgb(253,80,192); }
td.TdClassName
{
border-color: #FD50C0;
}
.TagClassName
{
border-color: #FD50C0;
}
</style>