Shades of Hit Pink #F0A370
Tints of Hit Pink #F0A370
RGB
CMYK
RGB Variations
Color information
#F0A370 (or 0xF0A370) is known color: Hit Pink. HEX triplet: F0, A3 and 70. RGB value is (240,163,112). Sum of RGB (Red+Green+Blue) = 240+163+112=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A370 is #0F5C8F. Grayscale: #B4B4B4. Windows color (decimal): -1006736 or 7382000. OLE color: 7382000.
HSL color Cylindrical-coordinate representation of color #F0A370: hue angle of 23.91º 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 #F0A370 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 112 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.06 |
| HSL | 23.91º | 0.81% | 0.69% | - |
| HSV(B) | 23.91º | 0.53% | 0.94% | - |
| XYZ | 51.96 | 45.89 | 21.45 | - |
| YUV | 180.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 112 | 0 | 0.32 | 0.53 | 0.06 | 23.91 | 0.81 | 0.69 |
| Hex | F0 | A3 | 70 | 0 | 20 | 35 | 6 | 18 | 51 | 45 |
| Octal | 360 | 243 | 160 | 0 | 40 | 65 | 6 | 30 | 121 | 105 |
| Binary | 11110000 | 10100011 | 1110000 | 0 | 100000 | 110101 | 110 | 11000 | 1010001 | 1000101 |
Color Harmonies of #F0A370
Complementary color
Monochromatic Colors of #F0A370
Black with #F0A370
Text Example
Text Example
White with #F0A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A370; }
p { color: rgb(240,163,112); }
H1.HeaderClassName
{
color: #F0A370;
}
.AnyTagClassName
{
color: #F0A370;
}
</style>
background-color css
<style>
a { background-color: #F0A370; }
a { background-color: rgb(240,163,112); }
div.DivClassName
{
background-color: #F0A370;
}
.BgClassName
{
background-color: #F0A370;
}
</style>
border-color css
<style>
span { border-color: #F0A370; }
span { border-color: rgb(240,163,112); }
td.TdClassName
{
border-color: #F0A370;
}
.TagClassName
{
border-color: #F0A370;
}
</style>