Shades of Hit Pink #F89A71
Tints of Hit Pink #F89A71
RGB
CMYK
RGB Variations
Color information
#F89A71 (or 0xF89A71) is known color: Hit Pink. HEX triplet: F8, 9A and 71. RGB value is (248,154,113). Sum of RGB (Red+Green+Blue) = 248+154+113=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89A71 is #07658E. Grayscale: #B1B1B1. Windows color (decimal): -484751 or 7445240. OLE color: 7445240.
HSL color Cylindrical-coordinate representation of color #F89A71: hue angle of 18.22º degrees, saturation: 0.91, 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 #F89A71 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 113 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.03 |
| HSL | 18.22º | 0.91% | 0.71% | - |
| HSV(B) | 18.22º | 0.54% | 0.97% | - |
| XYZ | 53.25 | 44.26 | 21.36 | - |
| YUV | 177.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 113 | 0 | 0.38 | 0.54 | 0.03 | 18.22 | 0.91 | 0.71 |
| Hex | F8 | 9A | 71 | 0 | 26 | 36 | 3 | 12 | 5B | 47 |
| Octal | 370 | 232 | 161 | 0 | 46 | 66 | 3 | 22 | 133 | 107 |
| Binary | 11111000 | 10011010 | 1110001 | 0 | 100110 | 110110 | 11 | 10010 | 1011011 | 1000111 |
Color Harmonies of #F89A71
Complementary color
Monochromatic Colors of #F89A71
Black with #F89A71
Text Example
Text Example
White with #F89A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A71; }
p { color: rgb(248,154,113); }
H1.HeaderClassName
{
color: #F89A71;
}
.AnyTagClassName
{
color: #F89A71;
}
</style>
background-color css
<style>
a { background-color: #F89A71; }
a { background-color: rgb(248,154,113); }
div.DivClassName
{
background-color: #F89A71;
}
.BgClassName
{
background-color: #F89A71;
}
</style>
border-color css
<style>
span { border-color: #F89A71; }
span { border-color: rgb(248,154,113); }
td.TdClassName
{
border-color: #F89A71;
}
.TagClassName
{
border-color: #F89A71;
}
</style>