Shades of Hit Pink #F8A373
Tints of Hit Pink #F8A373
RGB
CMYK
RGB Variations
Color information
#F8A373 (or 0xF8A373) is known color: Hit Pink. HEX triplet: F8, A3 and 73. RGB value is (248,163,115). Sum of RGB (Red+Green+Blue) = 248+163+115=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A373 is #075C8C. Grayscale: #B7B7B7. Windows color (decimal): -482445 or 7578616. OLE color: 7578616.
HSL color Cylindrical-coordinate representation of color #F8A373: hue angle of 21.65º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8A373 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 115 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.03 |
| HSL | 21.65º | 0.9% | 0.71% | - |
| HSV(B) | 21.65º | 0.54% | 0.97% | - |
| XYZ | 54.9 | 47.39 | 22.47 | - |
| YUV | 182.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 115 | 0 | 0.34 | 0.54 | 0.03 | 21.65 | 0.9 | 0.71 |
| Hex | F8 | A3 | 73 | 0 | 22 | 36 | 3 | 16 | 5A | 47 |
| Octal | 370 | 243 | 163 | 0 | 42 | 66 | 3 | 26 | 132 | 107 |
| Binary | 11111000 | 10100011 | 1110011 | 0 | 100010 | 110110 | 11 | 10110 | 1011010 | 1000111 |
Color Harmonies of #F8A373
Complementary color
Monochromatic Colors of #F8A373
Black with #F8A373
Text Example
Text Example
White with #F8A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A373; }
p { color: rgb(248,163,115); }
H1.HeaderClassName
{
color: #F8A373;
}
.AnyTagClassName
{
color: #F8A373;
}
</style>
background-color css
<style>
a { background-color: #F8A373; }
a { background-color: rgb(248,163,115); }
div.DivClassName
{
background-color: #F8A373;
}
.BgClassName
{
background-color: #F8A373;
}
</style>
border-color css
<style>
span { border-color: #F8A373; }
span { border-color: rgb(248,163,115); }
td.TdClassName
{
border-color: #F8A373;
}
.TagClassName
{
border-color: #F8A373;
}
</style>