Shades of Hit Pink #F99E70
Tints of Hit Pink #F99E70
RGB
CMYK
RGB Variations
Color information
#F99E70 (or 0xF99E70) is known color: Hit Pink. HEX triplet: F9, 9E and 70. RGB value is (249,158,112). Sum of RGB (Red+Green+Blue) = 249+158+112=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99E70 is #06618F. Grayscale: #B4B4B4. Windows color (decimal): -418192 or 7380729. OLE color: 7380729.
HSL color Cylindrical-coordinate representation of color #F99E70: hue angle of 20.15º 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 #F99E70 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 112 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.02 |
| HSL | 20.15º | 0.92% | 0.71% | - |
| HSV(B) | 20.15º | 0.55% | 0.98% | - |
| XYZ | 54.22 | 45.76 | 21.3 | - |
| YUV | 179.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 112 | 0 | 0.37 | 0.55 | 0.02 | 20.15 | 0.92 | 0.71 |
| Hex | F9 | 9E | 70 | 0 | 25 | 37 | 2 | 14 | 5C | 47 |
| Octal | 371 | 236 | 160 | 0 | 45 | 67 | 2 | 24 | 134 | 107 |
| Binary | 11111001 | 10011110 | 1110000 | 0 | 100101 | 110111 | 10 | 10100 | 1011100 | 1000111 |
Color Harmonies of #F99E70
Complementary color
Monochromatic Colors of #F99E70
Black with #F99E70
Text Example
Text Example
White with #F99E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E70; }
p { color: rgb(249,158,112); }
H1.HeaderClassName
{
color: #F99E70;
}
.AnyTagClassName
{
color: #F99E70;
}
</style>
background-color css
<style>
a { background-color: #F99E70; }
a { background-color: rgb(249,158,112); }
div.DivClassName
{
background-color: #F99E70;
}
.BgClassName
{
background-color: #F99E70;
}
</style>
border-color css
<style>
span { border-color: #F99E70; }
span { border-color: rgb(249,158,112); }
td.TdClassName
{
border-color: #F99E70;
}
.TagClassName
{
border-color: #F99E70;
}
</style>