Shades of Hit Pink #F0A270
Tints of Hit Pink #F0A270
RGB
CMYK
RGB Variations
Color information
#F0A270 (or 0xF0A270) is known color: Hit Pink. HEX triplet: F0, A2 and 70. RGB value is (240,162,112). Sum of RGB (Red+Green+Blue) = 240+162+112=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A270 is #0F5D8F. Grayscale: #B3B3B3. Windows color (decimal): -1006992 or 7381744. OLE color: 7381744.
HSL color Cylindrical-coordinate representation of color #F0A270: hue angle of 23.44º 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 #F0A270 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 112 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.06 |
| HSL | 23.44º | 0.81% | 0.69% | - |
| HSV(B) | 23.44º | 0.53% | 0.94% | - |
| XYZ | 51.78 | 45.54 | 21.39 | - |
| YUV | 179.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 112 | 0 | 0.32 | 0.53 | 0.06 | 23.44 | 0.81 | 0.69 |
| Hex | F0 | A2 | 70 | 0 | 20 | 35 | 6 | 17 | 51 | 45 |
| Octal | 360 | 242 | 160 | 0 | 40 | 65 | 6 | 27 | 121 | 105 |
| Binary | 11110000 | 10100010 | 1110000 | 0 | 100000 | 110101 | 110 | 10111 | 1010001 | 1000101 |
Color Harmonies of #F0A270
Complementary color
Monochromatic Colors of #F0A270
Black with #F0A270
Text Example
Text Example
White with #F0A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A270; }
p { color: rgb(240,162,112); }
H1.HeaderClassName
{
color: #F0A270;
}
.AnyTagClassName
{
color: #F0A270;
}
</style>
background-color css
<style>
a { background-color: #F0A270; }
a { background-color: rgb(240,162,112); }
div.DivClassName
{
background-color: #F0A270;
}
.BgClassName
{
background-color: #F0A270;
}
</style>
border-color css
<style>
span { border-color: #F0A270; }
span { border-color: rgb(240,162,112); }
td.TdClassName
{
border-color: #F0A270;
}
.TagClassName
{
border-color: #F0A270;
}
</style>