Shades of Hot Pink #FA70AF
Tints of Hot Pink #FA70AF
RGB
CMYK
RGB Variations
Color information
#FA70AF (or 0xFA70AF) is known color: Hot Pink. HEX triplet: FA, 70 and AF. RGB value is (250,112,175). Sum of RGB (Red+Green+Blue) = 250+112+175=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA70AF is #058F50. Grayscale: #A0A0A0. Windows color (decimal): -364369 or 11497722. OLE color: 11497722.
HSL color Cylindrical-coordinate representation of color #FA70AF: hue angle of 332.61º degrees, saturation: 0.93, 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 #FA70AF is Cyan = 0, Magento = 0.55, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 175 | - |
| CMYK | 0 | 0.55 | 0.3 | 0.02 |
| HSL | 332.61º | 0.93% | 0.71% | - |
| HSV(B) | 332.61º | 0.55% | 0.98% | - |
| XYZ | 52.96 | 35.01 | 44.52 | - |
| YUV | 160.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 175 | 0 | 0.55 | 0.3 | 0.02 | 332.61 | 0.93 | 0.71 |
| Hex | FA | 70 | AF | 0 | 37 | 1E | 2 | 14D | 5D | 47 |
| Octal | 372 | 160 | 257 | 0 | 67 | 36 | 2 | 515 | 135 | 107 |
| Binary | 11111010 | 1110000 | 10101111 | 0 | 110111 | 11110 | 10 | 101001101 | 1011101 | 1000111 |
Color Harmonies of #FA70AF
Complementary color
Monochromatic Colors of #FA70AF
Black with #FA70AF
Text Example
Text Example
White with #FA70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70AF; }
p { color: rgb(250,112,175); }
H1.HeaderClassName
{
color: #FA70AF;
}
.AnyTagClassName
{
color: #FA70AF;
}
</style>
background-color css
<style>
a { background-color: #FA70AF; }
a { background-color: rgb(250,112,175); }
div.DivClassName
{
background-color: #FA70AF;
}
.BgClassName
{
background-color: #FA70AF;
}
</style>
border-color css
<style>
span { border-color: #FA70AF; }
span { border-color: rgb(250,112,175); }
td.TdClassName
{
border-color: #FA70AF;
}
.TagClassName
{
border-color: #FA70AF;
}
</style>