Shades of Hit Pink #F8A370
Tints of Hit Pink #F8A370
RGB
CMYK
RGB Variations
Color information
#F8A370 (or 0xF8A370) is known color: Hit Pink. HEX triplet: F8, A3 and 70. RGB value is (248,163,112). Sum of RGB (Red+Green+Blue) = 248+163+112=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A370 is #075C8F. Grayscale: #B6B6B6. Windows color (decimal): -482448 or 7382008. OLE color: 7382008.
HSL color Cylindrical-coordinate representation of color #F8A370: hue angle of 22.5º 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 #F8A370 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 112 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.03 |
| HSL | 22.5º | 0.91% | 0.71% | - |
| HSV(B) | 22.5º | 0.55% | 0.97% | - |
| XYZ | 54.73 | 47.32 | 21.58 | - |
| YUV | 182.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 112 | 0 | 0.34 | 0.55 | 0.03 | 22.5 | 0.91 | 0.71 |
| Hex | F8 | A3 | 70 | 0 | 22 | 37 | 3 | 16 | 5B | 47 |
| Octal | 370 | 243 | 160 | 0 | 42 | 67 | 3 | 26 | 133 | 107 |
| Binary | 11111000 | 10100011 | 1110000 | 0 | 100010 | 110111 | 11 | 10110 | 1011011 | 1000111 |
Color Harmonies of #F8A370
Complementary color
Monochromatic Colors of #F8A370
Black with #F8A370
Text Example
Text Example
White with #F8A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A370; }
p { color: rgb(248,163,112); }
H1.HeaderClassName
{
color: #F8A370;
}
.AnyTagClassName
{
color: #F8A370;
}
</style>
background-color css
<style>
a { background-color: #F8A370; }
a { background-color: rgb(248,163,112); }
div.DivClassName
{
background-color: #F8A370;
}
.BgClassName
{
background-color: #F8A370;
}
</style>
border-color css
<style>
span { border-color: #F8A370; }
span { border-color: rgb(248,163,112); }
td.TdClassName
{
border-color: #F8A370;
}
.TagClassName
{
border-color: #F8A370;
}
</style>