Shades of Hit Pink #F89A70
Tints of Hit Pink #F89A70
RGB
CMYK
RGB Variations
Color information
#F89A70 (or 0xF89A70) is known color: Hit Pink. HEX triplet: F8, 9A and 70. RGB value is (248,154,112). Sum of RGB (Red+Green+Blue) = 248+154+112=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89A70 is #07658F. Grayscale: #B1B1B1. Windows color (decimal): -484752 or 7379704. OLE color: 7379704.
HSL color Cylindrical-coordinate representation of color #F89A70: hue angle of 18.53º 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 #F89A70 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 112 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.03 |
| HSL | 18.53º | 0.91% | 0.71% | - |
| HSV(B) | 18.53º | 0.55% | 0.97% | - |
| XYZ | 53.19 | 44.24 | 21.06 | - |
| YUV | 177.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 112 | 0 | 0.38 | 0.55 | 0.03 | 18.53 | 0.91 | 0.71 |
| Hex | F8 | 9A | 70 | 0 | 26 | 37 | 3 | 13 | 5B | 47 |
| Octal | 370 | 232 | 160 | 0 | 46 | 67 | 3 | 23 | 133 | 107 |
| Binary | 11111000 | 10011010 | 1110000 | 0 | 100110 | 110111 | 11 | 10011 | 1011011 | 1000111 |
Color Harmonies of #F89A70
Complementary color
Monochromatic Colors of #F89A70
Black with #F89A70
Text Example
Text Example
White with #F89A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A70; }
p { color: rgb(248,154,112); }
H1.HeaderClassName
{
color: #F89A70;
}
.AnyTagClassName
{
color: #F89A70;
}
</style>
background-color css
<style>
a { background-color: #F89A70; }
a { background-color: rgb(248,154,112); }
div.DivClassName
{
background-color: #F89A70;
}
.BgClassName
{
background-color: #F89A70;
}
</style>
border-color css
<style>
span { border-color: #F89A70; }
span { border-color: rgb(248,154,112); }
td.TdClassName
{
border-color: #F89A70;
}
.TagClassName
{
border-color: #F89A70;
}
</style>