Shades of Hot Pink #FF72BB
Tints of Hot Pink #FF72BB
RGB
CMYK
RGB Variations
Color information
#FF72BB (or 0xFF72BB) is known color: Hot Pink. HEX triplet: FF, 72 and BB. RGB value is (255,114,187). Sum of RGB (Red+Green+Blue) = 255+114+187=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72BB is #008D44. Grayscale: #A4A4A4. Windows color (decimal): -36165 or 12284671. OLE color: 12284671.
HSL color Cylindrical-coordinate representation of color #FF72BB: hue angle of 328.94º 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 #FF72BB is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 187 | - |
| CMYK | 0 | 0.55 | 0.27 | 0 |
| HSL | 328.94º | 1% | 0.72% | - |
| HSV(B) | 328.94º | 0.55% | 1% | - |
| XYZ | 56.23 | 36.88 | 51.17 | - |
| YUV | 164.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 187 | 0 | 0.55 | 0.27 | 0 | 328.94 | 1 | 0.72 |
| Hex | FF | 72 | BB | 0 | 37 | 1B | 0 | 149 | 64 | 48 |
| Octal | 377 | 162 | 273 | 0 | 67 | 33 | 0 | 511 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10111011 | 0 | 110111 | 11011 | 0 | 101001001 | 1100100 | 1001000 |
Color Harmonies of #FF72BB
Complementary color
Monochromatic Colors of #FF72BB
Black with #FF72BB
Text Example
Text Example
White with #FF72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72BB; }
p { color: rgb(255,114,187); }
H1.HeaderClassName
{
color: #FF72BB;
}
.AnyTagClassName
{
color: #FF72BB;
}
</style>
background-color css
<style>
a { background-color: #FF72BB; }
a { background-color: rgb(255,114,187); }
div.DivClassName
{
background-color: #FF72BB;
}
.BgClassName
{
background-color: #FF72BB;
}
</style>
border-color css
<style>
span { border-color: #FF72BB; }
span { border-color: rgb(255,114,187); }
td.TdClassName
{
border-color: #FF72BB;
}
.TagClassName
{
border-color: #FF72BB;
}
</style>