Shades of Hot Pink #F070AF
Tints of Hot Pink #F070AF
RGB
CMYK
RGB Variations
Color information
#F070AF (or 0xF070AF) is known color: Hot Pink. HEX triplet: F0, 70 and AF. RGB value is (240,112,175). Sum of RGB (Red+Green+Blue) = 240+112+175=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F070AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070AF is #0F8F50. Grayscale: #9D9D9D. Windows color (decimal): -1019729 or 11497712. OLE color: 11497712.
HSL color Cylindrical-coordinate representation of color #F070AF: hue angle of 330.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070AF is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 175 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.06 |
| HSL | 330.47º | 0.81% | 0.69% | - |
| HSV(B) | 330.47º | 0.53% | 0.94% | - |
| XYZ | 49.47 | 33.21 | 44.36 | - |
| YUV | 157.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 175 | 0 | 0.53 | 0.27 | 0.06 | 330.47 | 0.81 | 0.69 |
| Hex | F0 | 70 | AF | 0 | 35 | 1B | 6 | 14A | 51 | 45 |
| Octal | 360 | 160 | 257 | 0 | 65 | 33 | 6 | 512 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10101111 | 0 | 110101 | 11011 | 110 | 101001010 | 1010001 | 1000101 |
Color Harmonies of #F070AF
Complementary color
Monochromatic Colors of #F070AF
Black with #F070AF
Text Example
Text Example
White with #F070AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070AF; }
p { color: rgb(240,112,175); }
H1.HeaderClassName
{
color: #F070AF;
}
.AnyTagClassName
{
color: #F070AF;
}
</style>
background-color css
<style>
a { background-color: #F070AF; }
a { background-color: rgb(240,112,175); }
div.DivClassName
{
background-color: #F070AF;
}
.BgClassName
{
background-color: #F070AF;
}
</style>
border-color css
<style>
span { border-color: #F070AF; }
span { border-color: rgb(240,112,175); }
td.TdClassName
{
border-color: #F070AF;
}
.TagClassName
{
border-color: #F070AF;
}
</style>