Shades of Hot Pink #F073AD
Tints of Hot Pink #F073AD
RGB
CMYK
RGB Variations
Color information
#F073AD (or 0xF073AD) is known color: Hot Pink. HEX triplet: F0, 73 and AD. RGB value is (240,115,173). Sum of RGB (Red+Green+Blue) = 240+115+173=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F073AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073AD is #0F8C52. Grayscale: #9E9E9E. Windows color (decimal): -1018963 or 11367408. OLE color: 11367408.
HSL color Cylindrical-coordinate representation of color #F073AD: hue angle of 332.16º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073AD is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 173 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.06 |
| HSL | 332.16º | 0.81% | 0.7% | - |
| HSV(B) | 332.16º | 0.52% | 0.94% | - |
| XYZ | 49.61 | 33.8 | 43.45 | - |
| YUV | 158.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 173 | 0 | 0.52 | 0.28 | 0.06 | 332.16 | 0.81 | 0.7 |
| Hex | F0 | 73 | AD | 0 | 34 | 1C | 6 | 14C | 51 | 46 |
| Octal | 360 | 163 | 255 | 0 | 64 | 34 | 6 | 514 | 121 | 106 |
| Binary | 11110000 | 1110011 | 10101101 | 0 | 110100 | 11100 | 110 | 101001100 | 1010001 | 1000110 |
Color Harmonies of #F073AD
Complementary color
Monochromatic Colors of #F073AD
Black with #F073AD
Text Example
Text Example
White with #F073AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073AD; }
p { color: rgb(240,115,173); }
H1.HeaderClassName
{
color: #F073AD;
}
.AnyTagClassName
{
color: #F073AD;
}
</style>
background-color css
<style>
a { background-color: #F073AD; }
a { background-color: rgb(240,115,173); }
div.DivClassName
{
background-color: #F073AD;
}
.BgClassName
{
background-color: #F073AD;
}
</style>
border-color css
<style>
span { border-color: #F073AD; }
span { border-color: rgb(240,115,173); }
td.TdClassName
{
border-color: #F073AD;
}
.TagClassName
{
border-color: #F073AD;
}
</style>