Shades of Hit Pink #F0A272
Tints of Hit Pink #F0A272
RGB
CMYK
RGB Variations
Color information
#F0A272 (or 0xF0A272) is known color: Hit Pink. HEX triplet: F0, A2 and 72. RGB value is (240,162,114). Sum of RGB (Red+Green+Blue) = 240+162+114=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A272 is #0F5D8D. Grayscale: #B4B4B4. Windows color (decimal): -1006990 or 7512816. OLE color: 7512816.
HSL color Cylindrical-coordinate representation of color #F0A272: hue angle of 22.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0A272 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 114 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.06 |
| HSL | 22.86º | 0.81% | 0.69% | - |
| HSV(B) | 22.86º | 0.53% | 0.94% | - |
| XYZ | 51.89 | 45.58 | 21.98 | - |
| YUV | 179.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 114 | 0 | 0.32 | 0.52 | 0.06 | 22.86 | 0.81 | 0.69 |
| Hex | F0 | A2 | 72 | 0 | 20 | 34 | 6 | 17 | 51 | 45 |
| Octal | 360 | 242 | 162 | 0 | 40 | 64 | 6 | 27 | 121 | 105 |
| Binary | 11110000 | 10100010 | 1110010 | 0 | 100000 | 110100 | 110 | 10111 | 1010001 | 1000101 |
Color Harmonies of #F0A272
Complementary color
Monochromatic Colors of #F0A272
Black with #F0A272
Text Example
Text Example
White with #F0A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A272; }
p { color: rgb(240,162,114); }
H1.HeaderClassName
{
color: #F0A272;
}
.AnyTagClassName
{
color: #F0A272;
}
</style>
background-color css
<style>
a { background-color: #F0A272; }
a { background-color: rgb(240,162,114); }
div.DivClassName
{
background-color: #F0A272;
}
.BgClassName
{
background-color: #F0A272;
}
</style>
border-color css
<style>
span { border-color: #F0A272; }
span { border-color: rgb(240,162,114); }
td.TdClassName
{
border-color: #F0A272;
}
.TagClassName
{
border-color: #F0A272;
}
</style>