Shades of Hit Pink #FAA372
Tints of Hit Pink #FAA372
RGB
CMYK
RGB Variations
Color information
#FAA372 (or 0xFAA372) is known color: Hit Pink. HEX triplet: FA, A3 and 72. RGB value is (250,163,114). Sum of RGB (Red+Green+Blue) = 250+163+114=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA372 is #055C8D. Grayscale: #B7B7B7. Windows color (decimal): -351374 or 7513082. OLE color: 7513082.
HSL color Cylindrical-coordinate representation of color #FAA372: hue angle of 21.62º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAA372 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 114 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.02 |
| HSL | 21.62º | 0.93% | 0.71% | - |
| HSV(B) | 21.62º | 0.54% | 0.98% | - |
| XYZ | 55.56 | 47.73 | 22.2 | - |
| YUV | 183.43 | 88.82 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 114 | 0 | 0.35 | 0.54 | 0.02 | 21.62 | 0.93 | 0.71 |
| Hex | FA | A3 | 72 | 0 | 23 | 36 | 2 | 16 | 5D | 47 |
| Octal | 372 | 243 | 162 | 0 | 43 | 66 | 2 | 26 | 135 | 107 |
| Binary | 11111010 | 10100011 | 1110010 | 0 | 100011 | 110110 | 10 | 10110 | 1011101 | 1000111 |
Color Harmonies of #FAA372
Complementary color
Monochromatic Colors of #FAA372
Black with #FAA372
Text Example
Text Example
White with #FAA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA372; }
p { color: rgb(250,163,114); }
H1.HeaderClassName
{
color: #FAA372;
}
.AnyTagClassName
{
color: #FAA372;
}
</style>
background-color css
<style>
a { background-color: #FAA372; }
a { background-color: rgb(250,163,114); }
div.DivClassName
{
background-color: #FAA372;
}
.BgClassName
{
background-color: #FAA372;
}
</style>
border-color css
<style>
span { border-color: #FAA372; }
span { border-color: rgb(250,163,114); }
td.TdClassName
{
border-color: #FAA372;
}
.TagClassName
{
border-color: #FAA372;
}
</style>