Shades of Hit Pink #FAA06A
Tints of Hit Pink #FAA06A
RGB
CMYK
RGB Variations
Color information
#FAA06A (or 0xFAA06A) is known color: Hit Pink. HEX triplet: FA, A0 and 6A. RGB value is (250,160,106). Sum of RGB (Red+Green+Blue) = 250+160+106=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA06A is #055F95. Grayscale: #B5B5B5. Windows color (decimal): -352150 or 6988026. OLE color: 6988026.
HSL color Cylindrical-coordinate representation of color #FAA06A: hue angle of 22.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA06A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 106 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.02 |
| HSL | 22.5º | 0.94% | 0.7% | - |
| HSV(B) | 22.5º | 0.58% | 0.98% | - |
| XYZ | 54.6 | 46.51 | 19.73 | - |
| YUV | 180.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 106 | 0 | 0.36 | 0.58 | 0.02 | 22.5 | 0.94 | 0.7 |
| Hex | FA | A0 | 6A | 0 | 24 | 3A | 2 | 16 | 5E | 46 |
| Octal | 372 | 240 | 152 | 0 | 44 | 72 | 2 | 26 | 136 | 106 |
| Binary | 11111010 | 10100000 | 1101010 | 0 | 100100 | 111010 | 10 | 10110 | 1011110 | 1000110 |
Color Harmonies of #FAA06A
Complementary color
Monochromatic Colors of #FAA06A
Black with #FAA06A
Text Example
Text Example
White with #FAA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA06A; }
p { color: rgb(250,160,106); }
H1.HeaderClassName
{
color: #FAA06A;
}
.AnyTagClassName
{
color: #FAA06A;
}
</style>
background-color css
<style>
a { background-color: #FAA06A; }
a { background-color: rgb(250,160,106); }
div.DivClassName
{
background-color: #FAA06A;
}
.BgClassName
{
background-color: #FAA06A;
}
</style>
border-color css
<style>
span { border-color: #FAA06A; }
span { border-color: rgb(250,160,106); }
td.TdClassName
{
border-color: #FAA06A;
}
.TagClassName
{
border-color: #FAA06A;
}
</style>