Shades of Hit Pink #FAA276
Tints of Hit Pink #FAA276
RGB
CMYK
RGB Variations
Color information
#FAA276 (or 0xFAA276) is known color: Hit Pink. HEX triplet: FA, A2 and 76. RGB value is (250,162,118). Sum of RGB (Red+Green+Blue) = 250+162+118=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA276 is #055D89. Grayscale: #B7B7B7. Windows color (decimal): -351626 or 7774970. OLE color: 7774970.
HSL color Cylindrical-coordinate representation of color #FAA276: hue angle of 20º 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 #FAA276 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 118 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.02 |
| HSL | 20º | 0.93% | 0.72% | - |
| HSV(B) | 20º | 0.53% | 0.98% | - |
| XYZ | 55.61 | 47.47 | 23.37 | - |
| YUV | 183.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 118 | 0 | 0.35 | 0.53 | 0.02 | 20 | 0.93 | 0.72 |
| Hex | FA | A2 | 76 | 0 | 23 | 35 | 2 | 14 | 5D | 48 |
| Octal | 372 | 242 | 166 | 0 | 43 | 65 | 2 | 24 | 135 | 110 |
| Binary | 11111010 | 10100010 | 1110110 | 0 | 100011 | 110101 | 10 | 10100 | 1011101 | 1001000 |
Color Harmonies of #FAA276
Complementary color
Monochromatic Colors of #FAA276
Black with #FAA276
Text Example
Text Example
White with #FAA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA276; }
p { color: rgb(250,162,118); }
H1.HeaderClassName
{
color: #FAA276;
}
.AnyTagClassName
{
color: #FAA276;
}
</style>
background-color css
<style>
a { background-color: #FAA276; }
a { background-color: rgb(250,162,118); }
div.DivClassName
{
background-color: #FAA276;
}
.BgClassName
{
background-color: #FAA276;
}
</style>
border-color css
<style>
span { border-color: #FAA276; }
span { border-color: rgb(250,162,118); }
td.TdClassName
{
border-color: #FAA276;
}
.TagClassName
{
border-color: #FAA276;
}
</style>