Shades of Hit Pink #F8A970
Tints of Hit Pink #F8A970
RGB
CMYK
RGB Variations
Color information
#F8A970 (or 0xF8A970) is known color: Hit Pink. HEX triplet: F8, A9 and 70. RGB value is (248,169,112). Sum of RGB (Red+Green+Blue) = 248+169+112=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A970 is #07568F. Grayscale: #BABABA. Windows color (decimal): -480912 or 7383544. OLE color: 7383544.
HSL color Cylindrical-coordinate representation of color #F8A970: hue angle of 25.15º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8A970 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 112 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.03 |
| HSL | 25.15º | 0.91% | 0.71% | - |
| HSV(B) | 25.15º | 0.55% | 0.97% | - |
| XYZ | 55.82 | 49.5 | 21.94 | - |
| YUV | 186.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 112 | 0 | 0.32 | 0.55 | 0.03 | 25.15 | 0.91 | 0.71 |
| Hex | F8 | A9 | 70 | 0 | 20 | 37 | 3 | 19 | 5B | 47 |
| Octal | 370 | 251 | 160 | 0 | 40 | 67 | 3 | 31 | 133 | 107 |
| Binary | 11111000 | 10101001 | 1110000 | 0 | 100000 | 110111 | 11 | 11001 | 1011011 | 1000111 |
Color Harmonies of #F8A970
Complementary color
Monochromatic Colors of #F8A970
Black with #F8A970
Text Example
Text Example
White with #F8A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A970; }
p { color: rgb(248,169,112); }
H1.HeaderClassName
{
color: #F8A970;
}
.AnyTagClassName
{
color: #F8A970;
}
</style>
background-color css
<style>
a { background-color: #F8A970; }
a { background-color: rgb(248,169,112); }
div.DivClassName
{
background-color: #F8A970;
}
.BgClassName
{
background-color: #F8A970;
}
</style>
border-color css
<style>
span { border-color: #F8A970; }
span { border-color: rgb(248,169,112); }
td.TdClassName
{
border-color: #F8A970;
}
.TagClassName
{
border-color: #F8A970;
}
</style>