Shades of Hot Pink #FF72B9
Tints of Hot Pink #FF72B9
RGB
CMYK
RGB Variations
Color information
#FF72B9 (or 0xFF72B9) is known color: Hot Pink. HEX triplet: FF, 72 and B9. RGB value is (255,114,185). Sum of RGB (Red+Green+Blue) = 255+114+185=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72B9 is #008D46. Grayscale: #A4A4A4. Windows color (decimal): -36167 or 12153599. OLE color: 12153599.
HSL color Cylindrical-coordinate representation of color #FF72B9: hue angle of 329.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72B9 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 185 | - |
| CMYK | 0 | 0.55 | 0.27 | 0 |
| HSL | 329.79º | 1% | 0.72% | - |
| HSV(B) | 329.79º | 0.55% | 1% | - |
| XYZ | 56.01 | 36.8 | 50.05 | - |
| YUV | 164.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 185 | 0 | 0.55 | 0.27 | 0 | 329.79 | 1 | 0.72 |
| Hex | FF | 72 | B9 | 0 | 37 | 1B | 0 | 14A | 64 | 48 |
| Octal | 377 | 162 | 271 | 0 | 67 | 33 | 0 | 512 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10111001 | 0 | 110111 | 11011 | 0 | 101001010 | 1100100 | 1001000 |
Color Harmonies of #FF72B9
Complementary color
Monochromatic Colors of #FF72B9
Black with #FF72B9
Text Example
Text Example
White with #FF72B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72B9; }
p { color: rgb(255,114,185); }
H1.HeaderClassName
{
color: #FF72B9;
}
.AnyTagClassName
{
color: #FF72B9;
}
</style>
background-color css
<style>
a { background-color: #FF72B9; }
a { background-color: rgb(255,114,185); }
div.DivClassName
{
background-color: #FF72B9;
}
.BgClassName
{
background-color: #FF72B9;
}
</style>
border-color css
<style>
span { border-color: #FF72B9; }
span { border-color: rgb(255,114,185); }
td.TdClassName
{
border-color: #FF72B9;
}
.TagClassName
{
border-color: #FF72B9;
}
</style>