Shades of Hot Pink #FF72B7
Tints of Hot Pink #FF72B7
RGB
CMYK
RGB Variations
Color information
#FF72B7 (or 0xFF72B7) is known color: Hot Pink. HEX triplet: FF, 72 and B7. RGB value is (255,114,183). Sum of RGB (Red+Green+Blue) = 255+114+183=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72B7 is #008D48. Grayscale: #A3A3A3. Windows color (decimal): -36169 or 12022527. OLE color: 12022527.
HSL color Cylindrical-coordinate representation of color #FF72B7: hue angle of 330.64º 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 #FF72B7 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 183 | - |
| CMYK | 0 | 0.55 | 0.28 | 0 |
| HSL | 330.64º | 1% | 0.72% | - |
| HSV(B) | 330.64º | 0.55% | 1% | - |
| XYZ | 55.8 | 36.71 | 48.94 | - |
| YUV | 164.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 183 | 0 | 0.55 | 0.28 | 0 | 330.64 | 1 | 0.72 |
| Hex | FF | 72 | B7 | 0 | 37 | 1C | 0 | 14B | 64 | 48 |
| Octal | 377 | 162 | 267 | 0 | 67 | 34 | 0 | 513 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10110111 | 0 | 110111 | 11100 | 0 | 101001011 | 1100100 | 1001000 |
Color Harmonies of #FF72B7
Complementary color
Monochromatic Colors of #FF72B7
Black with #FF72B7
Text Example
Text Example
White with #FF72B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72B7; }
p { color: rgb(255,114,183); }
H1.HeaderClassName
{
color: #FF72B7;
}
.AnyTagClassName
{
color: #FF72B7;
}
</style>
background-color css
<style>
a { background-color: #FF72B7; }
a { background-color: rgb(255,114,183); }
div.DivClassName
{
background-color: #FF72B7;
}
.BgClassName
{
background-color: #FF72B7;
}
</style>
border-color css
<style>
span { border-color: #FF72B7; }
span { border-color: rgb(255,114,183); }
td.TdClassName
{
border-color: #FF72B7;
}
.TagClassName
{
border-color: #FF72B7;
}
</style>