Shades of Hot Pink #FD50BD
Tints of Hot Pink #FD50BD
RGB
CMYK
RGB Variations
Color information
#FD50BD (or 0xFD50BD) is known color: Hot Pink. HEX triplet: FD, 50 and BD. RGB value is (253,80,189). Sum of RGB (Red+Green+Blue) = 253+80+189=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50BD is #02AF42. Grayscale: #8F8F8F. Windows color (decimal): -175939 or 12407037. OLE color: 12407037.
HSL color Cylindrical-coordinate representation of color #FD50BD: hue angle of 322.2º 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 #FD50BD is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 189 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.01 |
| HSL | 322.2º | 0.98% | 0.65% | - |
| HSV(B) | 322.2º | 0.68% | 0.99% | - |
| XYZ | 52.56 | 30.29 | 51.22 | - |
| YUV | 144.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 189 | 0 | 0.68 | 0.25 | 0.01 | 322.2 | 0.98 | 0.65 |
| Hex | FD | 50 | BD | 0 | 44 | 19 | 1 | 142 | 62 | 41 |
| Octal | 375 | 120 | 275 | 0 | 104 | 31 | 1 | 502 | 142 | 101 |
| Binary | 11111101 | 1010000 | 10111101 | 0 | 1000100 | 11001 | 1 | 101000010 | 1100010 | 1000001 |
Color Harmonies of #FD50BD
Complementary color
Monochromatic Colors of #FD50BD
Black with #FD50BD
Text Example
Text Example
White with #FD50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50BD; }
p { color: rgb(253,80,189); }
H1.HeaderClassName
{
color: #FD50BD;
}
.AnyTagClassName
{
color: #FD50BD;
}
</style>
background-color css
<style>
a { background-color: #FD50BD; }
a { background-color: rgb(253,80,189); }
div.DivClassName
{
background-color: #FD50BD;
}
.BgClassName
{
background-color: #FD50BD;
}
</style>
border-color css
<style>
span { border-color: #FD50BD; }
span { border-color: rgb(253,80,189); }
td.TdClassName
{
border-color: #FD50BD;
}
.TagClassName
{
border-color: #FD50BD;
}
</style>