Shades of Hot Pink #FF73B2
Tints of Hot Pink #FF73B2
RGB
CMYK
RGB Variations
Color information
#FF73B2 (or 0xFF73B2) is known color: Hot Pink. HEX triplet: FF, 73 and B2. RGB value is (255,115,178). Sum of RGB (Red+Green+Blue) = 255+115+178=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF73B2 is #008C4D. Grayscale: #A3A3A3. Windows color (decimal): -35918 or 11695103. OLE color: 11695103.
HSL color Cylindrical-coordinate representation of color #FF73B2: hue angle of 333º 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 #FF73B2 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 178 | - |
| CMYK | 0 | 0.55 | 0.30 | 0 |
| HSL | 333º | 1% | 0.73% | - |
| HSV(B) | 333º | 0.55% | 1% | - |
| XYZ | 55.41 | 36.74 | 46.29 | - |
| YUV | 164.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 178 | 0 | 0.55 | 0.30 | 0 | 333 | 1 | 0.73 |
| Hex | FF | 73 | B2 | 0 | 37 | 1E | 0 | 14D | 64 | 49 |
| Octal | 377 | 163 | 262 | 0 | 67 | 36 | 0 | 515 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10110010 | 0 | 110111 | 11110 | 0 | 101001101 | 1100100 | 1001001 |
Color Harmonies of #FF73B2
Complementary color
Monochromatic Colors of #FF73B2
Black with #FF73B2
Text Example
Text Example
White with #FF73B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73B2; }
p { color: rgb(255,115,178); }
H1.HeaderClassName
{
color: #FF73B2;
}
.AnyTagClassName
{
color: #FF73B2;
}
</style>
background-color css
<style>
a { background-color: #FF73B2; }
a { background-color: rgb(255,115,178); }
div.DivClassName
{
background-color: #FF73B2;
}
.BgClassName
{
background-color: #FF73B2;
}
</style>
border-color css
<style>
span { border-color: #FF73B2; }
span { border-color: rgb(255,115,178); }
td.TdClassName
{
border-color: #FF73B2;
}
.TagClassName
{
border-color: #FF73B2;
}
</style>