Shades of Hot Pink #FF72BC
Tints of Hot Pink #FF72BC
RGB
CMYK
RGB Variations
Color information
#FF72BC (or 0xFF72BC) is known color: Hot Pink. HEX triplet: FF, 72 and BC. RGB value is (255,114,188). Sum of RGB (Red+Green+Blue) = 255+114+188=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72BC is #008D43. Grayscale: #A4A4A4. Windows color (decimal): -36164 or 12350207. OLE color: 12350207.
HSL color Cylindrical-coordinate representation of color #FF72BC: hue angle of 328.51º 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 #FF72BC is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 188 | - |
| CMYK | 0 | 0.55 | 0.26 | 0 |
| HSL | 328.51º | 1% | 0.72% | - |
| HSV(B) | 328.51º | 0.55% | 1% | - |
| XYZ | 56.33 | 36.93 | 51.74 | - |
| YUV | 164.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 188 | 0 | 0.55 | 0.26 | 0 | 328.51 | 1 | 0.72 |
| Hex | FF | 72 | BC | 0 | 37 | 1A | 0 | 149 | 64 | 48 |
| Octal | 377 | 162 | 274 | 0 | 67 | 32 | 0 | 511 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10111100 | 0 | 110111 | 11010 | 0 | 101001001 | 1100100 | 1001000 |
Color Harmonies of #FF72BC
Complementary color
Monochromatic Colors of #FF72BC
Black with #FF72BC
Text Example
Text Example
White with #FF72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72BC; }
p { color: rgb(255,114,188); }
H1.HeaderClassName
{
color: #FF72BC;
}
.AnyTagClassName
{
color: #FF72BC;
}
</style>
background-color css
<style>
a { background-color: #FF72BC; }
a { background-color: rgb(255,114,188); }
div.DivClassName
{
background-color: #FF72BC;
}
.BgClassName
{
background-color: #FF72BC;
}
</style>
border-color css
<style>
span { border-color: #FF72BC; }
span { border-color: rgb(255,114,188); }
td.TdClassName
{
border-color: #FF72BC;
}
.TagClassName
{
border-color: #FF72BC;
}
</style>