Shades of Hot Pink #FD73BA
Tints of Hot Pink #FD73BA
RGB
CMYK
RGB Variations
Color information
#FD73BA (or 0xFD73BA) is known color: Hot Pink. HEX triplet: FD, 73 and BA. RGB value is (253,115,186). Sum of RGB (Red+Green+Blue) = 253+115+186=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73BA is #028C45. Grayscale: #A4A4A4. Windows color (decimal): -166982 or 12219389. OLE color: 12219389.
HSL color Cylindrical-coordinate representation of color #FD73BA: hue angle of 329.13º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD73BA is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 186 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.01 |
| HSL | 329.13º | 0.97% | 0.72% | - |
| HSV(B) | 329.13º | 0.55% | 0.99% | - |
| XYZ | 55.5 | 36.69 | 50.61 | - |
| YUV | 164.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 186 | 0 | 0.55 | 0.26 | 0.01 | 329.13 | 0.97 | 0.72 |
| Hex | FD | 73 | BA | 0 | 37 | 1A | 1 | 149 | 61 | 48 |
| Octal | 375 | 163 | 272 | 0 | 67 | 32 | 1 | 511 | 141 | 110 |
| Binary | 11111101 | 1110011 | 10111010 | 0 | 110111 | 11010 | 1 | 101001001 | 1100001 | 1001000 |
Color Harmonies of #FD73BA
Complementary color
Monochromatic Colors of #FD73BA
Black with #FD73BA
Text Example
Text Example
White with #FD73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73BA; }
p { color: rgb(253,115,186); }
H1.HeaderClassName
{
color: #FD73BA;
}
.AnyTagClassName
{
color: #FD73BA;
}
</style>
background-color css
<style>
a { background-color: #FD73BA; }
a { background-color: rgb(253,115,186); }
div.DivClassName
{
background-color: #FD73BA;
}
.BgClassName
{
background-color: #FD73BA;
}
</style>
border-color css
<style>
span { border-color: #FD73BA; }
span { border-color: rgb(253,115,186); }
td.TdClassName
{
border-color: #FD73BA;
}
.TagClassName
{
border-color: #FD73BA;
}
</style>