Shades of Hot Pink #F970AF
Tints of Hot Pink #F970AF
RGB
CMYK
RGB Variations
Color information
#F970AF (or 0xF970AF) is known color: Hot Pink. HEX triplet: F9, 70 and AF. RGB value is (249,112,175). Sum of RGB (Red+Green+Blue) = 249+112+175=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F970AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970AF is #068F50. Grayscale: #A0A0A0. Windows color (decimal): -429905 or 11497721. OLE color: 11497721.
HSL color Cylindrical-coordinate representation of color #F970AF: hue angle of 332.41º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F970AF is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 175 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.02 |
| HSL | 332.41º | 0.92% | 0.71% | - |
| HSV(B) | 332.41º | 0.55% | 0.98% | - |
| XYZ | 52.6 | 34.82 | 44.51 | - |
| YUV | 160.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 175 | 0 | 0.55 | 0.30 | 0.02 | 332.41 | 0.92 | 0.71 |
| Hex | F9 | 70 | AF | 0 | 37 | 1E | 2 | 14C | 5C | 47 |
| Octal | 371 | 160 | 257 | 0 | 67 | 36 | 2 | 514 | 134 | 107 |
| Binary | 11111001 | 1110000 | 10101111 | 0 | 110111 | 11110 | 10 | 101001100 | 1011100 | 1000111 |
Color Harmonies of #F970AF
Complementary color
Monochromatic Colors of #F970AF
Black with #F970AF
Text Example
Text Example
White with #F970AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970AF; }
p { color: rgb(249,112,175); }
H1.HeaderClassName
{
color: #F970AF;
}
.AnyTagClassName
{
color: #F970AF;
}
</style>
background-color css
<style>
a { background-color: #F970AF; }
a { background-color: rgb(249,112,175); }
div.DivClassName
{
background-color: #F970AF;
}
.BgClassName
{
background-color: #F970AF;
}
</style>
border-color css
<style>
span { border-color: #F970AF; }
span { border-color: rgb(249,112,175); }
td.TdClassName
{
border-color: #F970AF;
}
.TagClassName
{
border-color: #F970AF;
}
</style>