Shades of Hit Pink #F09F70
Tints of Hit Pink #F09F70
RGB
CMYK
RGB Variations
Color information
#F09F70 (or 0xF09F70) is known color: Hit Pink. HEX triplet: F0, 9F and 70. RGB value is (240,159,112). Sum of RGB (Red+Green+Blue) = 240+159+112=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09F70 is #0F608F. Grayscale: #B2B2B2. Windows color (decimal): -1007760 or 7380976. OLE color: 7380976.
HSL color Cylindrical-coordinate representation of color #F09F70: hue angle of 22.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F09F70 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 112 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.06 |
| HSL | 22.03º | 0.81% | 0.69% | - |
| HSV(B) | 22.03º | 0.53% | 0.94% | - |
| XYZ | 51.26 | 44.49 | 21.22 | - |
| YUV | 177.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 112 | 0 | 0.34 | 0.53 | 0.06 | 22.03 | 0.81 | 0.69 |
| Hex | F0 | 9F | 70 | 0 | 22 | 35 | 6 | 16 | 51 | 45 |
| Octal | 360 | 237 | 160 | 0 | 42 | 65 | 6 | 26 | 121 | 105 |
| Binary | 11110000 | 10011111 | 1110000 | 0 | 100010 | 110101 | 110 | 10110 | 1010001 | 1000101 |
Color Harmonies of #F09F70
Complementary color
Monochromatic Colors of #F09F70
Black with #F09F70
Text Example
Text Example
White with #F09F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F70; }
p { color: rgb(240,159,112); }
H1.HeaderClassName
{
color: #F09F70;
}
.AnyTagClassName
{
color: #F09F70;
}
</style>
background-color css
<style>
a { background-color: #F09F70; }
a { background-color: rgb(240,159,112); }
div.DivClassName
{
background-color: #F09F70;
}
.BgClassName
{
background-color: #F09F70;
}
</style>
border-color css
<style>
span { border-color: #F09F70; }
span { border-color: rgb(240,159,112); }
td.TdClassName
{
border-color: #F09F70;
}
.TagClassName
{
border-color: #F09F70;
}
</style>