Shades of Hot Pink #FA73B7
Tints of Hot Pink #FA73B7
RGB
CMYK
RGB Variations
Color information
#FA73B7 (or 0xFA73B7) is known color: Hot Pink. HEX triplet: FA, 73 and B7. RGB value is (250,115,183). Sum of RGB (Red+Green+Blue) = 250+115+183=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73B7 is #058C48. Grayscale: #A2A2A2. Windows color (decimal): -363593 or 12022778. OLE color: 12022778.
HSL color Cylindrical-coordinate representation of color #FA73B7: hue angle of 329.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73B7 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 183 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.02 |
| HSL | 329.78º | 0.93% | 0.72% | - |
| HSV(B) | 329.78º | 0.54% | 0.98% | - |
| XYZ | 54.1 | 36 | 48.9 | - |
| YUV | 163.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 183 | 0 | 0.54 | 0.27 | 0.02 | 329.78 | 0.93 | 0.72 |
| Hex | FA | 73 | B7 | 0 | 36 | 1B | 2 | 14A | 5D | 48 |
| Octal | 372 | 163 | 267 | 0 | 66 | 33 | 2 | 512 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10110111 | 0 | 110110 | 11011 | 10 | 101001010 | 1011101 | 1001000 |
Color Harmonies of #FA73B7
Complementary color
Monochromatic Colors of #FA73B7
Black with #FA73B7
Text Example
Text Example
White with #FA73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73B7; }
p { color: rgb(250,115,183); }
H1.HeaderClassName
{
color: #FA73B7;
}
.AnyTagClassName
{
color: #FA73B7;
}
</style>
background-color css
<style>
a { background-color: #FA73B7; }
a { background-color: rgb(250,115,183); }
div.DivClassName
{
background-color: #FA73B7;
}
.BgClassName
{
background-color: #FA73B7;
}
</style>
border-color css
<style>
span { border-color: #FA73B7; }
span { border-color: rgb(250,115,183); }
td.TdClassName
{
border-color: #FA73B7;
}
.TagClassName
{
border-color: #FA73B7;
}
</style>