Shades of Hot Pink #FF73BA
Tints of Hot Pink #FF73BA
RGB
CMYK
RGB Variations
Color information
#FF73BA (or 0xFF73BA) is known color: Hot Pink. HEX triplet: FF, 73 and BA. RGB value is (255,115,186). Sum of RGB (Red+Green+Blue) = 255+115+186=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73BA is #008C45. Grayscale: #A4A4A4. Windows color (decimal): -35910 or 12219391. OLE color: 12219391.
HSL color Cylindrical-coordinate representation of color #FF73BA: hue angle of 329.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73BA is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 186 | - |
| CMYK | 0 | 0.55 | 0.27 | 0 |
| HSL | 329.57º | 1% | 0.73% | - |
| HSV(B) | 329.57º | 0.55% | 1% | - |
| XYZ | 56.23 | 37.07 | 50.65 | - |
| YUV | 164.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 186 | 0 | 0.55 | 0.27 | 0 | 329.57 | 1 | 0.73 |
| Hex | FF | 73 | BA | 0 | 37 | 1B | 0 | 14A | 64 | 49 |
| Octal | 377 | 163 | 272 | 0 | 67 | 33 | 0 | 512 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10111010 | 0 | 110111 | 11011 | 0 | 101001010 | 1100100 | 1001001 |
Color Harmonies of #FF73BA
Complementary color
Monochromatic Colors of #FF73BA
Black with #FF73BA
Text Example
Text Example
White with #FF73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73BA; }
p { color: rgb(255,115,186); }
H1.HeaderClassName
{
color: #FF73BA;
}
.AnyTagClassName
{
color: #FF73BA;
}
</style>
background-color css
<style>
a { background-color: #FF73BA; }
a { background-color: rgb(255,115,186); }
div.DivClassName
{
background-color: #FF73BA;
}
.BgClassName
{
background-color: #FF73BA;
}
</style>
border-color css
<style>
span { border-color: #FF73BA; }
span { border-color: rgb(255,115,186); }
td.TdClassName
{
border-color: #FF73BA;
}
.TagClassName
{
border-color: #FF73BA;
}
</style>