Shades of Hit Pink #FAA274
Tints of Hit Pink #FAA274
RGB
CMYK
RGB Variations
Color information
#FAA274 (or 0xFAA274) is known color: Hit Pink. HEX triplet: FA, A2 and 74. RGB value is (250,162,116). Sum of RGB (Red+Green+Blue) = 250+162+116=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA274 is #055D8B. Grayscale: #B7B7B7. Windows color (decimal): -351628 or 7643898. OLE color: 7643898.
HSL color Cylindrical-coordinate representation of color #FAA274: hue angle of 20.6º 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 #FAA274 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 116 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.02 |
| HSL | 20.6º | 0.93% | 0.72% | - |
| HSV(B) | 20.6º | 0.54% | 0.98% | - |
| XYZ | 55.5 | 47.43 | 22.75 | - |
| YUV | 183.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 116 | 0 | 0.35 | 0.54 | 0.02 | 20.6 | 0.93 | 0.72 |
| Hex | FA | A2 | 74 | 0 | 23 | 36 | 2 | 15 | 5D | 48 |
| Octal | 372 | 242 | 164 | 0 | 43 | 66 | 2 | 25 | 135 | 110 |
| Binary | 11111010 | 10100010 | 1110100 | 0 | 100011 | 110110 | 10 | 10101 | 1011101 | 1001000 |
Color Harmonies of #FAA274
Complementary color
Monochromatic Colors of #FAA274
Black with #FAA274
Text Example
Text Example
White with #FAA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA274; }
p { color: rgb(250,162,116); }
H1.HeaderClassName
{
color: #FAA274;
}
.AnyTagClassName
{
color: #FAA274;
}
</style>
background-color css
<style>
a { background-color: #FAA274; }
a { background-color: rgb(250,162,116); }
div.DivClassName
{
background-color: #FAA274;
}
.BgClassName
{
background-color: #FAA274;
}
</style>
border-color css
<style>
span { border-color: #FAA274; }
span { border-color: rgb(250,162,116); }
td.TdClassName
{
border-color: #FAA274;
}
.TagClassName
{
border-color: #FAA274;
}
</style>