Shades of Hit Pink #F8A070
Tints of Hit Pink #F8A070
RGB
CMYK
RGB Variations
Color information
#F8A070 (or 0xF8A070) is known color: Hit Pink. HEX triplet: F8, A0 and 70. RGB value is (248,160,112). Sum of RGB (Red+Green+Blue) = 248+160+112=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A070 is #075F8F. Grayscale: #B5B5B5. Windows color (decimal): -483216 or 7381240. OLE color: 7381240.
HSL color Cylindrical-coordinate representation of color #F8A070: hue angle of 21.18º 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 #F8A070 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 112 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.03 |
| HSL | 21.18º | 0.91% | 0.71% | - |
| HSV(B) | 21.18º | 0.55% | 0.97% | - |
| XYZ | 54.21 | 46.27 | 21.4 | - |
| YUV | 180.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 112 | 0 | 0.35 | 0.55 | 0.03 | 21.18 | 0.91 | 0.71 |
| Hex | F8 | A0 | 70 | 0 | 23 | 37 | 3 | 15 | 5B | 47 |
| Octal | 370 | 240 | 160 | 0 | 43 | 67 | 3 | 25 | 133 | 107 |
| Binary | 11111000 | 10100000 | 1110000 | 0 | 100011 | 110111 | 11 | 10101 | 1011011 | 1000111 |
Color Harmonies of #F8A070
Complementary color
Monochromatic Colors of #F8A070
Black with #F8A070
Text Example
Text Example
White with #F8A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A070; }
p { color: rgb(248,160,112); }
H1.HeaderClassName
{
color: #F8A070;
}
.AnyTagClassName
{
color: #F8A070;
}
</style>
background-color css
<style>
a { background-color: #F8A070; }
a { background-color: rgb(248,160,112); }
div.DivClassName
{
background-color: #F8A070;
}
.BgClassName
{
background-color: #F8A070;
}
</style>
border-color css
<style>
span { border-color: #F8A070; }
span { border-color: rgb(248,160,112); }
td.TdClassName
{
border-color: #F8A070;
}
.TagClassName
{
border-color: #F8A070;
}
</style>