Shades of Hot Pink #FA71BC
Tints of Hot Pink #FA71BC
RGB
CMYK
RGB Variations
Color information
#FA71BC (or 0xFA71BC) is known color: Hot Pink. HEX triplet: FA, 71 and BC. RGB value is (250,113,188). Sum of RGB (Red+Green+Blue) = 250+113+188=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71BC is #058E43. Grayscale: #A2A2A2. Windows color (decimal): -364100 or 12349946. OLE color: 12349946.
HSL color Cylindrical-coordinate representation of color #FA71BC: hue angle of 327.15º 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 #FA71BC is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 188 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.02 |
| HSL | 327.15º | 0.93% | 0.71% | - |
| HSV(B) | 327.15º | 0.55% | 0.98% | - |
| XYZ | 54.41 | 35.77 | 51.61 | - |
| YUV | 162.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 188 | 0 | 0.55 | 0.25 | 0.02 | 327.15 | 0.93 | 0.71 |
| Hex | FA | 71 | BC | 0 | 37 | 19 | 2 | 147 | 5D | 47 |
| Octal | 372 | 161 | 274 | 0 | 67 | 31 | 2 | 507 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10111100 | 0 | 110111 | 11001 | 10 | 101000111 | 1011101 | 1000111 |
Color Harmonies of #FA71BC
Complementary color
Monochromatic Colors of #FA71BC
Black with #FA71BC
Text Example
Text Example
White with #FA71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71BC; }
p { color: rgb(250,113,188); }
H1.HeaderClassName
{
color: #FA71BC;
}
.AnyTagClassName
{
color: #FA71BC;
}
</style>
background-color css
<style>
a { background-color: #FA71BC; }
a { background-color: rgb(250,113,188); }
div.DivClassName
{
background-color: #FA71BC;
}
.BgClassName
{
background-color: #FA71BC;
}
</style>
border-color css
<style>
span { border-color: #FA71BC; }
span { border-color: rgb(250,113,188); }
td.TdClassName
{
border-color: #FA71BC;
}
.TagClassName
{
border-color: #FA71BC;
}
</style>