Shades of Hot Pink #FA70AD
Tints of Hot Pink #FA70AD
RGB
CMYK
RGB Variations
Color information
#FA70AD (or 0xFA70AD) is known color: Hot Pink. HEX triplet: FA, 70 and AD. RGB value is (250,112,173). Sum of RGB (Red+Green+Blue) = 250+112+173=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA70AD is #058F52. Grayscale: #A0A0A0. Windows color (decimal): -364371 or 11366650. OLE color: 11366650.
HSL color Cylindrical-coordinate representation of color #FA70AD: hue angle of 333.48º 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 #FA70AD is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 173 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.02 |
| HSL | 333.48º | 0.93% | 0.71% | - |
| HSV(B) | 333.48º | 0.55% | 0.98% | - |
| XYZ | 52.76 | 34.93 | 43.5 | - |
| YUV | 160.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 173 | 0 | 0.55 | 0.31 | 0.02 | 333.48 | 0.93 | 0.71 |
| Hex | FA | 70 | AD | 0 | 37 | 1F | 2 | 14D | 5D | 47 |
| Octal | 372 | 160 | 255 | 0 | 67 | 37 | 2 | 515 | 135 | 107 |
| Binary | 11111010 | 1110000 | 10101101 | 0 | 110111 | 11111 | 10 | 101001101 | 1011101 | 1000111 |
Color Harmonies of #FA70AD
Complementary color
Monochromatic Colors of #FA70AD
Black with #FA70AD
Text Example
Text Example
White with #FA70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70AD; }
p { color: rgb(250,112,173); }
H1.HeaderClassName
{
color: #FA70AD;
}
.AnyTagClassName
{
color: #FA70AD;
}
</style>
background-color css
<style>
a { background-color: #FA70AD; }
a { background-color: rgb(250,112,173); }
div.DivClassName
{
background-color: #FA70AD;
}
.BgClassName
{
background-color: #FA70AD;
}
</style>
border-color css
<style>
span { border-color: #FA70AD; }
span { border-color: rgb(250,112,173); }
td.TdClassName
{
border-color: #FA70AD;
}
.TagClassName
{
border-color: #FA70AD;
}
</style>