Shades of Hit Pink #FAA568
Tints of Hit Pink #FAA568
RGB
CMYK
RGB Variations
Color information
#FAA568 (or 0xFAA568) is known color: Hit Pink. HEX triplet: FA, A5 and 68. RGB value is (250,165,104). Sum of RGB (Red+Green+Blue) = 250+165+104=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA568 is #055A97. Grayscale: #B7B7B7. Windows color (decimal): -350872 or 6858234. OLE color: 6858234.
HSL color Cylindrical-coordinate representation of color #FAA568: hue angle of 25.07º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA568 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 104 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.02 |
| HSL | 25.07º | 0.94% | 0.69% | - |
| HSV(B) | 25.07º | 0.58% | 0.98% | - |
| XYZ | 55.38 | 48.23 | 19.49 | - |
| YUV | 183.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 104 | 0 | 0.34 | 0.58 | 0.02 | 25.07 | 0.94 | 0.69 |
| Hex | FA | A5 | 68 | 0 | 22 | 3A | 2 | 19 | 5E | 45 |
| Octal | 372 | 245 | 150 | 0 | 42 | 72 | 2 | 31 | 136 | 105 |
| Binary | 11111010 | 10100101 | 1101000 | 0 | 100010 | 111010 | 10 | 11001 | 1011110 | 1000101 |
Color Harmonies of #FAA568
Complementary color
Monochromatic Colors of #FAA568
Black with #FAA568
Text Example
Text Example
White with #FAA568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA568; }
p { color: rgb(250,165,104); }
H1.HeaderClassName
{
color: #FAA568;
}
.AnyTagClassName
{
color: #FAA568;
}
</style>
background-color css
<style>
a { background-color: #FAA568; }
a { background-color: rgb(250,165,104); }
div.DivClassName
{
background-color: #FAA568;
}
.BgClassName
{
background-color: #FAA568;
}
</style>
border-color css
<style>
span { border-color: #FAA568; }
span { border-color: rgb(250,165,104); }
td.TdClassName
{
border-color: #FAA568;
}
.TagClassName
{
border-color: #FAA568;
}
</style>