Shades of Hot Pink #F971AF
Tints of Hot Pink #F971AF
RGB
CMYK
RGB Variations
Color information
#F971AF (or 0xF971AF) is known color: Hot Pink. HEX triplet: F9, 71 and AF. RGB value is (249,113,175). Sum of RGB (Red+Green+Blue) = 249+113+175=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F971AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F971AF is #068E50. Grayscale: #A0A0A0. Windows color (decimal): -429649 or 11497977. OLE color: 11497977.
HSL color Cylindrical-coordinate representation of color #F971AF: hue angle of 332.65º 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 #F971AF is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 175 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.02 |
| HSL | 332.65º | 0.92% | 0.71% | - |
| HSV(B) | 332.65º | 0.55% | 0.98% | - |
| XYZ | 52.71 | 35.05 | 44.54 | - |
| YUV | 160.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 175 | 0 | 0.55 | 0.30 | 0.02 | 332.65 | 0.92 | 0.71 |
| Hex | F9 | 71 | AF | 0 | 37 | 1E | 2 | 14D | 5C | 47 |
| Octal | 371 | 161 | 257 | 0 | 67 | 36 | 2 | 515 | 134 | 107 |
| Binary | 11111001 | 1110001 | 10101111 | 0 | 110111 | 11110 | 10 | 101001101 | 1011100 | 1000111 |
Color Harmonies of #F971AF
Complementary color
Monochromatic Colors of #F971AF
Black with #F971AF
Text Example
Text Example
White with #F971AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971AF; }
p { color: rgb(249,113,175); }
H1.HeaderClassName
{
color: #F971AF;
}
.AnyTagClassName
{
color: #F971AF;
}
</style>
background-color css
<style>
a { background-color: #F971AF; }
a { background-color: rgb(249,113,175); }
div.DivClassName
{
background-color: #F971AF;
}
.BgClassName
{
background-color: #F971AF;
}
</style>
border-color css
<style>
span { border-color: #F971AF; }
span { border-color: rgb(249,113,175); }
td.TdClassName
{
border-color: #F971AF;
}
.TagClassName
{
border-color: #F971AF;
}
</style>