Shades of Hot Pink #FF73B8
Tints of Hot Pink #FF73B8
RGB
CMYK
RGB Variations
Color information
#FF73B8 (or 0xFF73B8) is known color: Hot Pink. HEX triplet: FF, 73 and B8. RGB value is (255,115,184). Sum of RGB (Red+Green+Blue) = 255+115+184=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73B8 is #008C47. Grayscale: #A4A4A4. Windows color (decimal): -35912 or 12088319. OLE color: 12088319.
HSL color Cylindrical-coordinate representation of color #FF73B8: hue angle of 330.43º 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 #FF73B8 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 184 | - |
| CMYK | 0 | 0.55 | 0.28 | 0 |
| HSL | 330.43º | 1% | 0.73% | - |
| HSV(B) | 330.43º | 0.55% | 1% | - |
| XYZ | 56.02 | 36.98 | 49.53 | - |
| YUV | 164.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 184 | 0 | 0.55 | 0.28 | 0 | 330.43 | 1 | 0.73 |
| Hex | FF | 73 | B8 | 0 | 37 | 1C | 0 | 14A | 64 | 49 |
| Octal | 377 | 163 | 270 | 0 | 67 | 34 | 0 | 512 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10111000 | 0 | 110111 | 11100 | 0 | 101001010 | 1100100 | 1001001 |
Color Harmonies of #FF73B8
Complementary color
Monochromatic Colors of #FF73B8
Black with #FF73B8
Text Example
Text Example
White with #FF73B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73B8; }
p { color: rgb(255,115,184); }
H1.HeaderClassName
{
color: #FF73B8;
}
.AnyTagClassName
{
color: #FF73B8;
}
</style>
background-color css
<style>
a { background-color: #FF73B8; }
a { background-color: rgb(255,115,184); }
div.DivClassName
{
background-color: #FF73B8;
}
.BgClassName
{
background-color: #FF73B8;
}
</style>
border-color css
<style>
span { border-color: #FF73B8; }
span { border-color: rgb(255,115,184); }
td.TdClassName
{
border-color: #FF73B8;
}
.TagClassName
{
border-color: #FF73B8;
}
</style>