Shades of Hit Pink #F89C72
Tints of Hit Pink #F89C72
RGB
CMYK
RGB Variations
Color information
#F89C72 (or 0xF89C72) is known color: Hit Pink. HEX triplet: F8, 9C and 72. RGB value is (248,156,114). Sum of RGB (Red+Green+Blue) = 248+156+114=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C72 is #07638D. Grayscale: #B2B2B2. Windows color (decimal): -484238 or 7511288. OLE color: 7511288.
HSL color Cylindrical-coordinate representation of color #F89C72: hue angle of 18.81º 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 #F89C72 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 114 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.03 |
| HSL | 18.81º | 0.91% | 0.71% | - |
| HSV(B) | 18.81º | 0.54% | 0.97% | - |
| XYZ | 53.64 | 44.95 | 21.77 | - |
| YUV | 178.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 114 | 0 | 0.37 | 0.54 | 0.03 | 18.81 | 0.91 | 0.71 |
| Hex | F8 | 9C | 72 | 0 | 25 | 36 | 3 | 13 | 5B | 47 |
| Octal | 370 | 234 | 162 | 0 | 45 | 66 | 3 | 23 | 133 | 107 |
| Binary | 11111000 | 10011100 | 1110010 | 0 | 100101 | 110110 | 11 | 10011 | 1011011 | 1000111 |
Color Harmonies of #F89C72
Complementary color
Monochromatic Colors of #F89C72
Black with #F89C72
Text Example
Text Example
White with #F89C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C72; }
p { color: rgb(248,156,114); }
H1.HeaderClassName
{
color: #F89C72;
}
.AnyTagClassName
{
color: #F89C72;
}
</style>
background-color css
<style>
a { background-color: #F89C72; }
a { background-color: rgb(248,156,114); }
div.DivClassName
{
background-color: #F89C72;
}
.BgClassName
{
background-color: #F89C72;
}
</style>
border-color css
<style>
span { border-color: #F89C72; }
span { border-color: rgb(248,156,114); }
td.TdClassName
{
border-color: #F89C72;
}
.TagClassName
{
border-color: #F89C72;
}
</style>