Shades of Hit Pink #FAA574
Tints of Hit Pink #FAA574
RGB
CMYK
RGB Variations
Color information
#FAA574 (or 0xFAA574) is known color: Hit Pink. HEX triplet: FA, A5 and 74. RGB value is (250,165,116). Sum of RGB (Red+Green+Blue) = 250+165+116=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA574 is #055A8B. Grayscale: #B9B9B9. Windows color (decimal): -350860 or 7644666. OLE color: 7644666.
HSL color Cylindrical-coordinate representation of color #FAA574: hue angle of 21.94º 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 #FAA574 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 116 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.02 |
| HSL | 21.94º | 0.93% | 0.72% | - |
| HSV(B) | 21.94º | 0.54% | 0.98% | - |
| XYZ | 56.03 | 48.5 | 22.93 | - |
| YUV | 184.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 116 | 0 | 0.34 | 0.54 | 0.02 | 21.94 | 0.93 | 0.72 |
| Hex | FA | A5 | 74 | 0 | 22 | 36 | 2 | 16 | 5D | 48 |
| Octal | 372 | 245 | 164 | 0 | 42 | 66 | 2 | 26 | 135 | 110 |
| Binary | 11111010 | 10100101 | 1110100 | 0 | 100010 | 110110 | 10 | 10110 | 1011101 | 1001000 |
Color Harmonies of #FAA574
Complementary color
Monochromatic Colors of #FAA574
Black with #FAA574
Text Example
Text Example
White with #FAA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA574; }
p { color: rgb(250,165,116); }
H1.HeaderClassName
{
color: #FAA574;
}
.AnyTagClassName
{
color: #FAA574;
}
</style>
background-color css
<style>
a { background-color: #FAA574; }
a { background-color: rgb(250,165,116); }
div.DivClassName
{
background-color: #FAA574;
}
.BgClassName
{
background-color: #FAA574;
}
</style>
border-color css
<style>
span { border-color: #FAA574; }
span { border-color: rgb(250,165,116); }
td.TdClassName
{
border-color: #FAA574;
}
.TagClassName
{
border-color: #FAA574;
}
</style>