Shades of Hot Pink #F073AF
Tints of Hot Pink #F073AF
RGB
CMYK
RGB Variations
Color information
#F073AF (or 0xF073AF) is known color: Hot Pink. HEX triplet: F0, 73 and AF. RGB value is (240,115,175). Sum of RGB (Red+Green+Blue) = 240+115+175=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F073AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073AF is #0F8C50. Grayscale: #9F9F9F. Windows color (decimal): -1018961 or 11498480. OLE color: 11498480.
HSL color Cylindrical-coordinate representation of color #F073AF: hue angle of 331.2º 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 #F073AF is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 175 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.06 |
| HSL | 331.2º | 0.81% | 0.7% | - |
| HSV(B) | 331.2º | 0.52% | 0.94% | - |
| XYZ | 49.8 | 33.88 | 44.47 | - |
| YUV | 159.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 175 | 0 | 0.52 | 0.27 | 0.06 | 331.2 | 0.81 | 0.7 |
| Hex | F0 | 73 | AF | 0 | 34 | 1B | 6 | 14B | 51 | 46 |
| Octal | 360 | 163 | 257 | 0 | 64 | 33 | 6 | 513 | 121 | 106 |
| Binary | 11110000 | 1110011 | 10101111 | 0 | 110100 | 11011 | 110 | 101001011 | 1010001 | 1000110 |
Color Harmonies of #F073AF
Complementary color
Monochromatic Colors of #F073AF
Black with #F073AF
Text Example
Text Example
White with #F073AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073AF; }
p { color: rgb(240,115,175); }
H1.HeaderClassName
{
color: #F073AF;
}
.AnyTagClassName
{
color: #F073AF;
}
</style>
background-color css
<style>
a { background-color: #F073AF; }
a { background-color: rgb(240,115,175); }
div.DivClassName
{
background-color: #F073AF;
}
.BgClassName
{
background-color: #F073AF;
}
</style>
border-color css
<style>
span { border-color: #F073AF; }
span { border-color: rgb(240,115,175); }
td.TdClassName
{
border-color: #F073AF;
}
.TagClassName
{
border-color: #F073AF;
}
</style>