Shades of Hit Pink #F2A170
Tints of Hit Pink #F2A170
RGB
CMYK
RGB Variations
Color information
#F2A170 (or 0xF2A170) is known color: Hit Pink. HEX triplet: F2, A1 and 70. RGB value is (242,161,112). Sum of RGB (Red+Green+Blue) = 242+161+112=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A170 is #0D5E8F. Grayscale: #B3B3B3. Windows color (decimal): -876176 or 7381490. OLE color: 7381490.
HSL color Cylindrical-coordinate representation of color #F2A170: hue angle of 22.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2A170 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 112 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.05 |
| HSL | 22.62º | 0.83% | 0.69% | - |
| HSV(B) | 22.62º | 0.54% | 0.95% | - |
| XYZ | 52.29 | 45.54 | 21.36 | - |
| YUV | 179.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 112 | 0 | 0.33 | 0.54 | 0.05 | 22.62 | 0.83 | 0.69 |
| Hex | F2 | A1 | 70 | 0 | 21 | 36 | 5 | 17 | 53 | 45 |
| Octal | 362 | 241 | 160 | 0 | 41 | 66 | 5 | 27 | 123 | 105 |
| Binary | 11110010 | 10100001 | 1110000 | 0 | 100001 | 110110 | 101 | 10111 | 1010011 | 1000101 |
Color Harmonies of #F2A170
Complementary color
Monochromatic Colors of #F2A170
Black with #F2A170
Text Example
Text Example
White with #F2A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A170; }
p { color: rgb(242,161,112); }
H1.HeaderClassName
{
color: #F2A170;
}
.AnyTagClassName
{
color: #F2A170;
}
</style>
background-color css
<style>
a { background-color: #F2A170; }
a { background-color: rgb(242,161,112); }
div.DivClassName
{
background-color: #F2A170;
}
.BgClassName
{
background-color: #F2A170;
}
</style>
border-color css
<style>
span { border-color: #F2A170; }
span { border-color: rgb(242,161,112); }
td.TdClassName
{
border-color: #F2A170;
}
.TagClassName
{
border-color: #F2A170;
}
</style>