Shades of Hit Pink #FAA575
Tints of Hit Pink #FAA575
RGB
CMYK
RGB Variations
Color information
#FAA575 (or 0xFAA575) is known color: Hit Pink. HEX triplet: FA, A5 and 75. RGB value is (250,165,117). Sum of RGB (Red+Green+Blue) = 250+165+117=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA575 is #055A8A. Grayscale: #B9B9B9. Windows color (decimal): -350859 or 7710202. OLE color: 7710202.
HSL color Cylindrical-coordinate representation of color #FAA575: hue angle of 21.65º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAA575 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 117 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.02 |
| HSL | 21.65º | 0.93% | 0.72% | - |
| HSV(B) | 21.65º | 0.53% | 0.98% | - |
| XYZ | 56.09 | 48.52 | 23.24 | - |
| YUV | 184.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 117 | 0 | 0.34 | 0.53 | 0.02 | 21.65 | 0.93 | 0.72 |
| Hex | FA | A5 | 75 | 0 | 22 | 35 | 2 | 16 | 5D | 48 |
| Octal | 372 | 245 | 165 | 0 | 42 | 65 | 2 | 26 | 135 | 110 |
| Binary | 11111010 | 10100101 | 1110101 | 0 | 100010 | 110101 | 10 | 10110 | 1011101 | 1001000 |
Color Harmonies of #FAA575
Complementary color
Monochromatic Colors of #FAA575
Black with #FAA575
Text Example
Text Example
White with #FAA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA575; }
p { color: rgb(250,165,117); }
H1.HeaderClassName
{
color: #FAA575;
}
.AnyTagClassName
{
color: #FAA575;
}
</style>
background-color css
<style>
a { background-color: #FAA575; }
a { background-color: rgb(250,165,117); }
div.DivClassName
{
background-color: #FAA575;
}
.BgClassName
{
background-color: #FAA575;
}
</style>
border-color css
<style>
span { border-color: #FAA575; }
span { border-color: rgb(250,165,117); }
td.TdClassName
{
border-color: #FAA575;
}
.TagClassName
{
border-color: #FAA575;
}
</style>