Shades of Hot Pink #FF73B3
Tints of Hot Pink #FF73B3
RGB
CMYK
RGB Variations
Color information
#FF73B3 (or 0xFF73B3) is known color: Hot Pink. HEX triplet: FF, 73 and B3. RGB value is (255,115,179). Sum of RGB (Red+Green+Blue) = 255+115+179=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73B3 is #008C4C. Grayscale: #A4A4A4. Windows color (decimal): -35917 or 11760639. OLE color: 11760639.
HSL color Cylindrical-coordinate representation of color #FF73B3: hue angle of 332.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 #FF73B3 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 179 | - |
| CMYK | 0 | 0.55 | 0.30 | 0 |
| HSL | 332.57º | 1% | 0.73% | - |
| HSV(B) | 332.57º | 0.55% | 1% | - |
| XYZ | 55.51 | 36.78 | 46.82 | - |
| YUV | 164.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 179 | 0 | 0.55 | 0.30 | 0 | 332.57 | 1 | 0.73 |
| Hex | FF | 73 | B3 | 0 | 37 | 1E | 0 | 14D | 64 | 49 |
| Octal | 377 | 163 | 263 | 0 | 67 | 36 | 0 | 515 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10110011 | 0 | 110111 | 11110 | 0 | 101001101 | 1100100 | 1001001 |
Color Harmonies of #FF73B3
Complementary color
Monochromatic Colors of #FF73B3
Black with #FF73B3
Text Example
Text Example
White with #FF73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73B3; }
p { color: rgb(255,115,179); }
H1.HeaderClassName
{
color: #FF73B3;
}
.AnyTagClassName
{
color: #FF73B3;
}
</style>
background-color css
<style>
a { background-color: #FF73B3; }
a { background-color: rgb(255,115,179); }
div.DivClassName
{
background-color: #FF73B3;
}
.BgClassName
{
background-color: #FF73B3;
}
</style>
border-color css
<style>
span { border-color: #FF73B3; }
span { border-color: rgb(255,115,179); }
td.TdClassName
{
border-color: #FF73B3;
}
.TagClassName
{
border-color: #FF73B3;
}
</style>