Shades of Hot Pink #FA70B7
Tints of Hot Pink #FA70B7
RGB
CMYK
RGB Variations
Color information
#FA70B7 (or 0xFA70B7) is known color: Hot Pink. HEX triplet: FA, 70 and B7. RGB value is (250,112,183). Sum of RGB (Red+Green+Blue) = 250+112+183=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70B7 is #058F48. Grayscale: #A1A1A1. Windows color (decimal): -364361 or 12022010. OLE color: 12022010.
HSL color Cylindrical-coordinate representation of color #FA70B7: hue angle of 329.13º 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 #FA70B7 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 183 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.02 |
| HSL | 329.13º | 0.93% | 0.71% | - |
| HSV(B) | 329.13º | 0.55% | 0.98% | - |
| XYZ | 53.77 | 35.33 | 48.79 | - |
| YUV | 161.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 183 | 0 | 0.55 | 0.27 | 0.02 | 329.13 | 0.93 | 0.71 |
| Hex | FA | 70 | B7 | 0 | 37 | 1B | 2 | 149 | 5D | 47 |
| Octal | 372 | 160 | 267 | 0 | 67 | 33 | 2 | 511 | 135 | 107 |
| Binary | 11111010 | 1110000 | 10110111 | 0 | 110111 | 11011 | 10 | 101001001 | 1011101 | 1000111 |
Color Harmonies of #FA70B7
Complementary color
Monochromatic Colors of #FA70B7
Black with #FA70B7
Text Example
Text Example
White with #FA70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70B7; }
p { color: rgb(250,112,183); }
H1.HeaderClassName
{
color: #FA70B7;
}
.AnyTagClassName
{
color: #FA70B7;
}
</style>
background-color css
<style>
a { background-color: #FA70B7; }
a { background-color: rgb(250,112,183); }
div.DivClassName
{
background-color: #FA70B7;
}
.BgClassName
{
background-color: #FA70B7;
}
</style>
border-color css
<style>
span { border-color: #FA70B7; }
span { border-color: rgb(250,112,183); }
td.TdClassName
{
border-color: #FA70B7;
}
.TagClassName
{
border-color: #FA70B7;
}
</style>