Shades of Hit Pink #FAA569
Tints of Hit Pink #FAA569
RGB
CMYK
RGB Variations
Color information
#FAA569 (or 0xFAA569) is known color: Hit Pink. HEX triplet: FA, A5 and 69. RGB value is (250,165,105). Sum of RGB (Red+Green+Blue) = 250+165+105=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA569 is #055A96. Grayscale: #B7B7B7. Windows color (decimal): -350871 or 6923770. OLE color: 6923770.
HSL color Cylindrical-coordinate representation of color #FAA569: hue angle of 24.83º 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 #FAA569 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 105 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.02 |
| HSL | 24.83º | 0.94% | 0.7% | - |
| HSV(B) | 24.83º | 0.58% | 0.98% | - |
| XYZ | 55.43 | 48.25 | 19.76 | - |
| YUV | 183.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 105 | 0 | 0.34 | 0.58 | 0.02 | 24.83 | 0.94 | 0.7 |
| Hex | FA | A5 | 69 | 0 | 22 | 3A | 2 | 19 | 5E | 46 |
| Octal | 372 | 245 | 151 | 0 | 42 | 72 | 2 | 31 | 136 | 106 |
| Binary | 11111010 | 10100101 | 1101001 | 0 | 100010 | 111010 | 10 | 11001 | 1011110 | 1000110 |
Color Harmonies of #FAA569
Complementary color
Monochromatic Colors of #FAA569
Black with #FAA569
Text Example
Text Example
White with #FAA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA569; }
p { color: rgb(250,165,105); }
H1.HeaderClassName
{
color: #FAA569;
}
.AnyTagClassName
{
color: #FAA569;
}
</style>
background-color css
<style>
a { background-color: #FAA569; }
a { background-color: rgb(250,165,105); }
div.DivClassName
{
background-color: #FAA569;
}
.BgClassName
{
background-color: #FAA569;
}
</style>
border-color css
<style>
span { border-color: #FAA569; }
span { border-color: rgb(250,165,105); }
td.TdClassName
{
border-color: #FAA569;
}
.TagClassName
{
border-color: #FAA569;
}
</style>