Shades of Hot Pink #F072AC
Tints of Hot Pink #F072AC
RGB
CMYK
RGB Variations
Color information
#F072AC (or 0xF072AC) is known color: Hot Pink. HEX triplet: F0, 72 and AC. RGB value is (240,114,172). Sum of RGB (Red+Green+Blue) = 240+114+172=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F072AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F072AC is #0F8D53. Grayscale: #9E9E9E. Windows color (decimal): -1019220 or 11301616. OLE color: 11301616.
HSL color Cylindrical-coordinate representation of color #F072AC: hue angle of 332.38º 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 #F072AC is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 172 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.06 |
| HSL | 332.38º | 0.81% | 0.69% | - |
| HSV(B) | 332.38º | 0.53% | 0.94% | - |
| XYZ | 49.4 | 33.54 | 42.9 | - |
| YUV | 158.29 | 135.74 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 172 | 0 | 0.52 | 0.28 | 0.06 | 332.38 | 0.81 | 0.69 |
| Hex | F0 | 72 | AC | 0 | 34 | 1C | 6 | 14C | 51 | 45 |
| Octal | 360 | 162 | 254 | 0 | 64 | 34 | 6 | 514 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10101100 | 0 | 110100 | 11100 | 110 | 101001100 | 1010001 | 1000101 |
Color Harmonies of #F072AC
Complementary color
Monochromatic Colors of #F072AC
Black with #F072AC
Text Example
Text Example
White with #F072AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072AC; }
p { color: rgb(240,114,172); }
H1.HeaderClassName
{
color: #F072AC;
}
.AnyTagClassName
{
color: #F072AC;
}
</style>
background-color css
<style>
a { background-color: #F072AC; }
a { background-color: rgb(240,114,172); }
div.DivClassName
{
background-color: #F072AC;
}
.BgClassName
{
background-color: #F072AC;
}
</style>
border-color css
<style>
span { border-color: #F072AC; }
span { border-color: rgb(240,114,172); }
td.TdClassName
{
border-color: #F072AC;
}
.TagClassName
{
border-color: #F072AC;
}
</style>