Shades of Hit Pink #FAA273
Tints of Hit Pink #FAA273
RGB
CMYK
RGB Variations
Color information
#FAA273 (or 0xFAA273) is known color: Hit Pink. HEX triplet: FA, A2 and 73. RGB value is (250,162,115). Sum of RGB (Red+Green+Blue) = 250+162+115=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA273 is #055D8C. Grayscale: #B7B7B7. Windows color (decimal): -351629 or 7578362. OLE color: 7578362.
HSL color Cylindrical-coordinate representation of color #FAA273: hue angle of 20.89º 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 #FAA273 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 115 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.02 |
| HSL | 20.89º | 0.93% | 0.72% | - |
| HSV(B) | 20.89º | 0.54% | 0.98% | - |
| XYZ | 55.44 | 47.4 | 22.45 | - |
| YUV | 182.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 115 | 0 | 0.35 | 0.54 | 0.02 | 20.89 | 0.93 | 0.72 |
| Hex | FA | A2 | 73 | 0 | 23 | 36 | 2 | 15 | 5D | 48 |
| Octal | 372 | 242 | 163 | 0 | 43 | 66 | 2 | 25 | 135 | 110 |
| Binary | 11111010 | 10100010 | 1110011 | 0 | 100011 | 110110 | 10 | 10101 | 1011101 | 1001000 |
Color Harmonies of #FAA273
Complementary color
Monochromatic Colors of #FAA273
Black with #FAA273
Text Example
Text Example
White with #FAA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA273; }
p { color: rgb(250,162,115); }
H1.HeaderClassName
{
color: #FAA273;
}
.AnyTagClassName
{
color: #FAA273;
}
</style>
background-color css
<style>
a { background-color: #FAA273; }
a { background-color: rgb(250,162,115); }
div.DivClassName
{
background-color: #FAA273;
}
.BgClassName
{
background-color: #FAA273;
}
</style>
border-color css
<style>
span { border-color: #FAA273; }
span { border-color: rgb(250,162,115); }
td.TdClassName
{
border-color: #FAA273;
}
.TagClassName
{
border-color: #FAA273;
}
</style>