Shades of Hit Pink #FAA36C
Tints of Hit Pink #FAA36C
RGB
CMYK
RGB Variations
Color information
#FAA36C (or 0xFAA36C) is known color: Hit Pink. HEX triplet: FA, A3 and 6C. RGB value is (250,163,108). Sum of RGB (Red+Green+Blue) = 250+163+108=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA36C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA36C is #055C93. Grayscale: #B7B7B7. Windows color (decimal): -351380 or 7119866. OLE color: 7119866.
HSL color Cylindrical-coordinate representation of color #FAA36C: hue angle of 23.24º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAA36C is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 108 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.02 |
| HSL | 23.24º | 0.93% | 0.7% | - |
| HSV(B) | 23.24º | 0.57% | 0.98% | - |
| XYZ | 55.23 | 47.6 | 20.46 | - |
| YUV | 182.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 108 | 0 | 0.35 | 0.57 | 0.02 | 23.24 | 0.93 | 0.7 |
| Hex | FA | A3 | 6C | 0 | 23 | 39 | 2 | 17 | 5D | 46 |
| Octal | 372 | 243 | 154 | 0 | 43 | 71 | 2 | 27 | 135 | 106 |
| Binary | 11111010 | 10100011 | 1101100 | 0 | 100011 | 111001 | 10 | 10111 | 1011101 | 1000110 |
Color Harmonies of #FAA36C
Complementary color
Monochromatic Colors of #FAA36C
Black with #FAA36C
Text Example
Text Example
White with #FAA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA36C; }
p { color: rgb(250,163,108); }
H1.HeaderClassName
{
color: #FAA36C;
}
.AnyTagClassName
{
color: #FAA36C;
}
</style>
background-color css
<style>
a { background-color: #FAA36C; }
a { background-color: rgb(250,163,108); }
div.DivClassName
{
background-color: #FAA36C;
}
.BgClassName
{
background-color: #FAA36C;
}
</style>
border-color css
<style>
span { border-color: #FAA36C; }
span { border-color: rgb(250,163,108); }
td.TdClassName
{
border-color: #FAA36C;
}
.TagClassName
{
border-color: #FAA36C;
}
</style>