Shades of Hot Pink #F072AD
Tints of Hot Pink #F072AD
RGB
CMYK
RGB Variations
Color information
#F072AD (or 0xF072AD) is known color: Hot Pink. HEX triplet: F0, 72 and AD. RGB value is (240,114,173). Sum of RGB (Red+Green+Blue) = 240+114+173=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F072AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F072AD is #0F8D52. Grayscale: #9E9E9E. Windows color (decimal): -1019219 or 11367152. OLE color: 11367152.
HSL color Cylindrical-coordinate representation of color #F072AD: hue angle of 331.9º 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 #F072AD is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 173 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.06 |
| HSL | 331.9º | 0.81% | 0.69% | - |
| HSV(B) | 331.9º | 0.53% | 0.94% | - |
| XYZ | 49.5 | 33.58 | 43.41 | - |
| YUV | 158.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 173 | 0 | 0.52 | 0.28 | 0.06 | 331.9 | 0.81 | 0.69 |
| Hex | F0 | 72 | AD | 0 | 34 | 1C | 6 | 14C | 51 | 45 |
| Octal | 360 | 162 | 255 | 0 | 64 | 34 | 6 | 514 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10101101 | 0 | 110100 | 11100 | 110 | 101001100 | 1010001 | 1000101 |
Color Harmonies of #F072AD
Complementary color
Monochromatic Colors of #F072AD
Black with #F072AD
Text Example
Text Example
White with #F072AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072AD; }
p { color: rgb(240,114,173); }
H1.HeaderClassName
{
color: #F072AD;
}
.AnyTagClassName
{
color: #F072AD;
}
</style>
background-color css
<style>
a { background-color: #F072AD; }
a { background-color: rgb(240,114,173); }
div.DivClassName
{
background-color: #F072AD;
}
.BgClassName
{
background-color: #F072AD;
}
</style>
border-color css
<style>
span { border-color: #F072AD; }
span { border-color: rgb(240,114,173); }
td.TdClassName
{
border-color: #F072AD;
}
.TagClassName
{
border-color: #F072AD;
}
</style>