Shades of Hit Pink #F8A474
Tints of Hit Pink #F8A474
RGB
CMYK
RGB Variations
Color information
#F8A474 (or 0xF8A474) is known color: Hit Pink. HEX triplet: F8, A4 and 74. RGB value is (248,164,116). Sum of RGB (Red+Green+Blue) = 248+164+116=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A474 is #075B8B. Grayscale: #B7B7B7. Windows color (decimal): -482188 or 7644408. OLE color: 7644408.
HSL color Cylindrical-coordinate representation of color #F8A474: hue angle of 21.82º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8A474 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 116 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.03 |
| HSL | 21.82º | 0.9% | 0.71% | - |
| HSV(B) | 21.82º | 0.53% | 0.97% | - |
| XYZ | 55.14 | 47.77 | 22.84 | - |
| YUV | 183.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 116 | 0 | 0.34 | 0.53 | 0.03 | 21.82 | 0.9 | 0.71 |
| Hex | F8 | A4 | 74 | 0 | 22 | 35 | 3 | 16 | 5A | 47 |
| Octal | 370 | 244 | 164 | 0 | 42 | 65 | 3 | 26 | 132 | 107 |
| Binary | 11111000 | 10100100 | 1110100 | 0 | 100010 | 110101 | 11 | 10110 | 1011010 | 1000111 |
Color Harmonies of #F8A474
Complementary color
Monochromatic Colors of #F8A474
Black with #F8A474
Text Example
Text Example
White with #F8A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A474; }
p { color: rgb(248,164,116); }
H1.HeaderClassName
{
color: #F8A474;
}
.AnyTagClassName
{
color: #F8A474;
}
</style>
background-color css
<style>
a { background-color: #F8A474; }
a { background-color: rgb(248,164,116); }
div.DivClassName
{
background-color: #F8A474;
}
.BgClassName
{
background-color: #F8A474;
}
</style>
border-color css
<style>
span { border-color: #F8A474; }
span { border-color: rgb(248,164,116); }
td.TdClassName
{
border-color: #F8A474;
}
.TagClassName
{
border-color: #F8A474;
}
</style>