Shades of Hit Pink #F0A172
Tints of Hit Pink #F0A172
RGB
CMYK
RGB Variations
Color information
#F0A172 (or 0xF0A172) is known color: Hit Pink. HEX triplet: F0, A1 and 72. RGB value is (240,161,114). Sum of RGB (Red+Green+Blue) = 240+161+114=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A172 is #0F5E8D. Grayscale: #B3B3B3. Windows color (decimal): -1007246 or 7512560. OLE color: 7512560.
HSL color Cylindrical-coordinate representation of color #F0A172: hue angle of 22.38º 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 #F0A172 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 114 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.06 |
| HSL | 22.38º | 0.81% | 0.69% | - |
| HSV(B) | 22.38º | 0.53% | 0.94% | - |
| XYZ | 51.72 | 45.23 | 21.92 | - |
| YUV | 179.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 114 | 0 | 0.33 | 0.52 | 0.06 | 22.38 | 0.81 | 0.69 |
| Hex | F0 | A1 | 72 | 0 | 21 | 34 | 6 | 16 | 51 | 45 |
| Octal | 360 | 241 | 162 | 0 | 41 | 64 | 6 | 26 | 121 | 105 |
| Binary | 11110000 | 10100001 | 1110010 | 0 | 100001 | 110100 | 110 | 10110 | 1010001 | 1000101 |
Color Harmonies of #F0A172
Complementary color
Monochromatic Colors of #F0A172
Black with #F0A172
Text Example
Text Example
White with #F0A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A172; }
p { color: rgb(240,161,114); }
H1.HeaderClassName
{
color: #F0A172;
}
.AnyTagClassName
{
color: #F0A172;
}
</style>
background-color css
<style>
a { background-color: #F0A172; }
a { background-color: rgb(240,161,114); }
div.DivClassName
{
background-color: #F0A172;
}
.BgClassName
{
background-color: #F0A172;
}
</style>
border-color css
<style>
span { border-color: #F0A172; }
span { border-color: rgb(240,161,114); }
td.TdClassName
{
border-color: #F0A172;
}
.TagClassName
{
border-color: #F0A172;
}
</style>