Shades of Hit Pink #F99C70
Tints of Hit Pink #F99C70
RGB
CMYK
RGB Variations
Color information
#F99C70 (or 0xF99C70) is known color: Hit Pink. HEX triplet: F9, 9C and 70. RGB value is (249,156,112). Sum of RGB (Red+Green+Blue) = 249+156+112=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C70 is #06638F. Grayscale: #B3B3B3. Windows color (decimal): -418704 or 7380217. OLE color: 7380217.
HSL color Cylindrical-coordinate representation of color #F99C70: hue angle of 19.27º 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 #F99C70 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 112 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.02 |
| HSL | 19.27º | 0.92% | 0.71% | - |
| HSV(B) | 19.27º | 0.55% | 0.98% | - |
| XYZ | 53.88 | 45.09 | 21.19 | - |
| YUV | 178.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 112 | 0 | 0.37 | 0.55 | 0.02 | 19.27 | 0.92 | 0.71 |
| Hex | F9 | 9C | 70 | 0 | 25 | 37 | 2 | 13 | 5C | 47 |
| Octal | 371 | 234 | 160 | 0 | 45 | 67 | 2 | 23 | 134 | 107 |
| Binary | 11111001 | 10011100 | 1110000 | 0 | 100101 | 110111 | 10 | 10011 | 1011100 | 1000111 |
Color Harmonies of #F99C70
Complementary color
Monochromatic Colors of #F99C70
Black with #F99C70
Text Example
Text Example
White with #F99C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C70; }
p { color: rgb(249,156,112); }
H1.HeaderClassName
{
color: #F99C70;
}
.AnyTagClassName
{
color: #F99C70;
}
</style>
background-color css
<style>
a { background-color: #F99C70; }
a { background-color: rgb(249,156,112); }
div.DivClassName
{
background-color: #F99C70;
}
.BgClassName
{
background-color: #F99C70;
}
</style>
border-color css
<style>
span { border-color: #F99C70; }
span { border-color: rgb(249,156,112); }
td.TdClassName
{
border-color: #F99C70;
}
.TagClassName
{
border-color: #F99C70;
}
</style>