Shades of Hot Pink #FA76B0
Tints of Hot Pink #FA76B0
RGB
CMYK
RGB Variations
Color information
#FA76B0 (or 0xFA76B0) is known color: Hot Pink. HEX triplet: FA, 76 and B0. RGB value is (250,118,176). Sum of RGB (Red+Green+Blue) = 250+118+176=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA76B0 is #05894F. Grayscale: #A3A3A3. Windows color (decimal): -362832 or 11564794. OLE color: 11564794.
HSL color Cylindrical-coordinate representation of color #FA76B0: hue angle of 333.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76B0 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 176 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.02 |
| HSL | 333.64º | 0.93% | 0.72% | - |
| HSV(B) | 333.64º | 0.53% | 0.98% | - |
| XYZ | 53.74 | 36.42 | 45.27 | - |
| YUV | 164.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 176 | 0 | 0.53 | 0.30 | 0.02 | 333.64 | 0.93 | 0.72 |
| Hex | FA | 76 | B0 | 0 | 35 | 1E | 2 | 14E | 5D | 48 |
| Octal | 372 | 166 | 260 | 0 | 65 | 36 | 2 | 516 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10110000 | 0 | 110101 | 11110 | 10 | 101001110 | 1011101 | 1001000 |
Color Harmonies of #FA76B0
Complementary color
Monochromatic Colors of #FA76B0
Black with #FA76B0
Text Example
Text Example
White with #FA76B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76B0; }
p { color: rgb(250,118,176); }
H1.HeaderClassName
{
color: #FA76B0;
}
.AnyTagClassName
{
color: #FA76B0;
}
</style>
background-color css
<style>
a { background-color: #FA76B0; }
a { background-color: rgb(250,118,176); }
div.DivClassName
{
background-color: #FA76B0;
}
.BgClassName
{
background-color: #FA76B0;
}
</style>
border-color css
<style>
span { border-color: #FA76B0; }
span { border-color: rgb(250,118,176); }
td.TdClassName
{
border-color: #FA76B0;
}
.TagClassName
{
border-color: #FA76B0;
}
</style>