Shades of Hit Pink #F99F70
Tints of Hit Pink #F99F70
RGB
CMYK
RGB Variations
Color information
#F99F70 (or 0xF99F70) is known color: Hit Pink. HEX triplet: F9, 9F and 70. RGB value is (249,159,112). Sum of RGB (Red+Green+Blue) = 249+159+112=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F70 is #06608F. Grayscale: #B4B4B4. Windows color (decimal): -417936 or 7380985. OLE color: 7380985.
HSL color Cylindrical-coordinate representation of color #F99F70: hue angle of 20.58º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F99F70 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 112 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.02 |
| HSL | 20.58º | 0.92% | 0.71% | - |
| HSV(B) | 20.58º | 0.55% | 0.98% | - |
| XYZ | 54.39 | 46.11 | 21.36 | - |
| YUV | 180.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 112 | 0 | 0.36 | 0.55 | 0.02 | 20.58 | 0.92 | 0.71 |
| Hex | F9 | 9F | 70 | 0 | 24 | 37 | 2 | 15 | 5C | 47 |
| Octal | 371 | 237 | 160 | 0 | 44 | 67 | 2 | 25 | 134 | 107 |
| Binary | 11111001 | 10011111 | 1110000 | 0 | 100100 | 110111 | 10 | 10101 | 1011100 | 1000111 |
Color Harmonies of #F99F70
Complementary color
Monochromatic Colors of #F99F70
Black with #F99F70
Text Example
Text Example
White with #F99F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F70; }
p { color: rgb(249,159,112); }
H1.HeaderClassName
{
color: #F99F70;
}
.AnyTagClassName
{
color: #F99F70;
}
</style>
background-color css
<style>
a { background-color: #F99F70; }
a { background-color: rgb(249,159,112); }
div.DivClassName
{
background-color: #F99F70;
}
.BgClassName
{
background-color: #F99F70;
}
</style>
border-color css
<style>
span { border-color: #F99F70; }
span { border-color: rgb(249,159,112); }
td.TdClassName
{
border-color: #F99F70;
}
.TagClassName
{
border-color: #F99F70;
}
</style>