Shades of Hit Pink #F89B70
Tints of Hit Pink #F89B70
RGB
CMYK
RGB Variations
Color information
#F89B70 (or 0xF89B70) is known color: Hit Pink. HEX triplet: F8, 9B and 70. RGB value is (248,155,112). Sum of RGB (Red+Green+Blue) = 248+155+112=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B70 is #07648F. Grayscale: #B2B2B2. Windows color (decimal): -484496 or 7379960. OLE color: 7379960.
HSL color Cylindrical-coordinate representation of color #F89B70: hue angle of 18.97º 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 #F89B70 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 112 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.03 |
| HSL | 18.97º | 0.91% | 0.71% | - |
| HSV(B) | 18.97º | 0.55% | 0.97% | - |
| XYZ | 53.36 | 44.57 | 21.12 | - |
| YUV | 177.91 | 90.81 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 112 | 0 | 0.38 | 0.55 | 0.03 | 18.97 | 0.91 | 0.71 |
| Hex | F8 | 9B | 70 | 0 | 26 | 37 | 3 | 13 | 5B | 47 |
| Octal | 370 | 233 | 160 | 0 | 46 | 67 | 3 | 23 | 133 | 107 |
| Binary | 11111000 | 10011011 | 1110000 | 0 | 100110 | 110111 | 11 | 10011 | 1011011 | 1000111 |
Color Harmonies of #F89B70
Complementary color
Monochromatic Colors of #F89B70
Black with #F89B70
Text Example
Text Example
White with #F89B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B70; }
p { color: rgb(248,155,112); }
H1.HeaderClassName
{
color: #F89B70;
}
.AnyTagClassName
{
color: #F89B70;
}
</style>
background-color css
<style>
a { background-color: #F89B70; }
a { background-color: rgb(248,155,112); }
div.DivClassName
{
background-color: #F89B70;
}
.BgClassName
{
background-color: #F89B70;
}
</style>
border-color css
<style>
span { border-color: #F89B70; }
span { border-color: rgb(248,155,112); }
td.TdClassName
{
border-color: #F89B70;
}
.TagClassName
{
border-color: #F89B70;
}
</style>