Shades of Hit Pink #F59F70
Tints of Hit Pink #F59F70
RGB
CMYK
RGB Variations
Color information
#F59F70 (or 0xF59F70) is known color: Hit Pink. HEX triplet: F5, 9F and 70. RGB value is (245,159,112). Sum of RGB (Red+Green+Blue) = 245+159+112=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59F70 is #0A608F. Grayscale: #B3B3B3. Windows color (decimal): -680080 or 7380981. OLE color: 7380981.
HSL color Cylindrical-coordinate representation of color #F59F70: hue angle of 21.2º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F59F70 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 112 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.04 |
| HSL | 21.2º | 0.87% | 0.7% | - |
| HSV(B) | 21.2º | 0.54% | 0.96% | - |
| XYZ | 52.98 | 45.38 | 21.3 | - |
| YUV | 179.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 112 | 0 | 0.35 | 0.54 | 0.04 | 21.2 | 0.87 | 0.7 |
| Hex | F5 | 9F | 70 | 0 | 23 | 36 | 4 | 15 | 57 | 46 |
| Octal | 365 | 237 | 160 | 0 | 43 | 66 | 4 | 25 | 127 | 106 |
| Binary | 11110101 | 10011111 | 1110000 | 0 | 100011 | 110110 | 100 | 10101 | 1010111 | 1000110 |
Color Harmonies of #F59F70
Complementary color
Monochromatic Colors of #F59F70
Black with #F59F70
Text Example
Text Example
White with #F59F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59F70; }
p { color: rgb(245,159,112); }
H1.HeaderClassName
{
color: #F59F70;
}
.AnyTagClassName
{
color: #F59F70;
}
</style>
background-color css
<style>
a { background-color: #F59F70; }
a { background-color: rgb(245,159,112); }
div.DivClassName
{
background-color: #F59F70;
}
.BgClassName
{
background-color: #F59F70;
}
</style>
border-color css
<style>
span { border-color: #F59F70; }
span { border-color: rgb(245,159,112); }
td.TdClassName
{
border-color: #F59F70;
}
.TagClassName
{
border-color: #F59F70;
}
</style>