Shades of Hot Pink #FA71B7
Tints of Hot Pink #FA71B7
RGB
CMYK
RGB Variations
Color information
#FA71B7 (or 0xFA71B7) is known color: Hot Pink. HEX triplet: FA, 71 and B7. RGB value is (250,113,183). Sum of RGB (Red+Green+Blue) = 250+113+183=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71B7 is #058E48. Grayscale: #A1A1A1. Windows color (decimal): -364105 or 12022266. OLE color: 12022266.
HSL color Cylindrical-coordinate representation of color #FA71B7: hue angle of 329.34º 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 #FA71B7 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 183 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.02 |
| HSL | 329.34º | 0.93% | 0.71% | - |
| HSV(B) | 329.34º | 0.55% | 0.98% | - |
| XYZ | 53.88 | 35.55 | 48.82 | - |
| YUV | 161.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 183 | 0 | 0.55 | 0.27 | 0.02 | 329.34 | 0.93 | 0.71 |
| Hex | FA | 71 | B7 | 0 | 37 | 1B | 2 | 149 | 5D | 47 |
| Octal | 372 | 161 | 267 | 0 | 67 | 33 | 2 | 511 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10110111 | 0 | 110111 | 11011 | 10 | 101001001 | 1011101 | 1000111 |
Color Harmonies of #FA71B7
Complementary color
Monochromatic Colors of #FA71B7
Black with #FA71B7
Text Example
Text Example
White with #FA71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71B7; }
p { color: rgb(250,113,183); }
H1.HeaderClassName
{
color: #FA71B7;
}
.AnyTagClassName
{
color: #FA71B7;
}
</style>
background-color css
<style>
a { background-color: #FA71B7; }
a { background-color: rgb(250,113,183); }
div.DivClassName
{
background-color: #FA71B7;
}
.BgClassName
{
background-color: #FA71B7;
}
</style>
border-color css
<style>
span { border-color: #FA71B7; }
span { border-color: rgb(250,113,183); }
td.TdClassName
{
border-color: #FA71B7;
}
.TagClassName
{
border-color: #FA71B7;
}
</style>