Shades of Hot Pink #F072AB
Tints of Hot Pink #F072AB
RGB
CMYK
RGB Variations
Color information
#F072AB (or 0xF072AB) is known color: Hot Pink. HEX triplet: F0, 72 and AB. RGB value is (240,114,171). Sum of RGB (Red+Green+Blue) = 240+114+171=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F072AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F072AB is #0F8D54. Grayscale: #9E9E9E. Windows color (decimal): -1019221 or 11236080. OLE color: 11236080.
HSL color Cylindrical-coordinate representation of color #F072AB: hue angle of 332.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072AB is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 171 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.06 |
| HSL | 332.86º | 0.81% | 0.69% | - |
| HSV(B) | 332.86º | 0.53% | 0.94% | - |
| XYZ | 49.3 | 33.5 | 42.4 | - |
| YUV | 158.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 171 | 0 | 0.52 | 0.29 | 0.06 | 332.86 | 0.81 | 0.69 |
| Hex | F0 | 72 | AB | 0 | 34 | 1D | 6 | 14D | 51 | 45 |
| Octal | 360 | 162 | 253 | 0 | 64 | 35 | 6 | 515 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10101011 | 0 | 110100 | 11101 | 110 | 101001101 | 1010001 | 1000101 |
Color Harmonies of #F072AB
Complementary color
Monochromatic Colors of #F072AB
Black with #F072AB
Text Example
Text Example
White with #F072AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072AB; }
p { color: rgb(240,114,171); }
H1.HeaderClassName
{
color: #F072AB;
}
.AnyTagClassName
{
color: #F072AB;
}
</style>
background-color css
<style>
a { background-color: #F072AB; }
a { background-color: rgb(240,114,171); }
div.DivClassName
{
background-color: #F072AB;
}
.BgClassName
{
background-color: #F072AB;
}
</style>
border-color css
<style>
span { border-color: #F072AB; }
span { border-color: rgb(240,114,171); }
td.TdClassName
{
border-color: #F072AB;
}
.TagClassName
{
border-color: #F072AB;
}
</style>