Shades of Hot Pink #FF73B5
Tints of Hot Pink #FF73B5
RGB
CMYK
RGB Variations
Color information
#FF73B5 (or 0xFF73B5) is known color: Hot Pink. HEX triplet: FF, 73 and B5. RGB value is (255,115,181). Sum of RGB (Red+Green+Blue) = 255+115+181=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73B5 is #008C4A. Grayscale: #A4A4A4. Windows color (decimal): -35915 or 11891711. OLE color: 11891711.
HSL color Cylindrical-coordinate representation of color #FF73B5: hue angle of 331.71º 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 #FF73B5 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 181 | - |
| CMYK | 0 | 0.55 | 0.29 | 0 |
| HSL | 331.71º | 1% | 0.73% | - |
| HSV(B) | 331.71º | 0.55% | 1% | - |
| XYZ | 55.71 | 36.86 | 47.89 | - |
| YUV | 164.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 181 | 0 | 0.55 | 0.29 | 0 | 331.71 | 1 | 0.73 |
| Hex | FF | 73 | B5 | 0 | 37 | 1D | 0 | 14C | 64 | 49 |
| Octal | 377 | 163 | 265 | 0 | 67 | 35 | 0 | 514 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10110101 | 0 | 110111 | 11101 | 0 | 101001100 | 1100100 | 1001001 |
Color Harmonies of #FF73B5
Complementary color
Monochromatic Colors of #FF73B5
Black with #FF73B5
Text Example
Text Example
White with #FF73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73B5; }
p { color: rgb(255,115,181); }
H1.HeaderClassName
{
color: #FF73B5;
}
.AnyTagClassName
{
color: #FF73B5;
}
</style>
background-color css
<style>
a { background-color: #FF73B5; }
a { background-color: rgb(255,115,181); }
div.DivClassName
{
background-color: #FF73B5;
}
.BgClassName
{
background-color: #FF73B5;
}
</style>
border-color css
<style>
span { border-color: #FF73B5; }
span { border-color: rgb(255,115,181); }
td.TdClassName
{
border-color: #FF73B5;
}
.TagClassName
{
border-color: #FF73B5;
}
</style>