Shades of Hit Pink #F2A16E
Tints of Hit Pink #F2A16E
RGB
CMYK
RGB Variations
Color information
#F2A16E (or 0xF2A16E) is known color: Hit Pink. HEX triplet: F2, A1 and 6E. RGB value is (242,161,110). Sum of RGB (Red+Green+Blue) = 242+161+110=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A16E is #0D5E91. Grayscale: #B3B3B3. Windows color (decimal): -876178 or 7250418. OLE color: 7250418.
HSL color Cylindrical-coordinate representation of color #F2A16E: hue angle of 23.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2A16E is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 110 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.05 |
| HSL | 23.18º | 0.84% | 0.69% | - |
| HSV(B) | 23.18º | 0.55% | 0.95% | - |
| XYZ | 52.18 | 45.49 | 20.78 | - |
| YUV | 179.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 110 | 0 | 0.33 | 0.55 | 0.05 | 23.18 | 0.84 | 0.69 |
| Hex | F2 | A1 | 6E | 0 | 21 | 37 | 5 | 17 | 54 | 45 |
| Octal | 362 | 241 | 156 | 0 | 41 | 67 | 5 | 27 | 124 | 105 |
| Binary | 11110010 | 10100001 | 1101110 | 0 | 100001 | 110111 | 101 | 10111 | 1010100 | 1000101 |
Color Harmonies of #F2A16E
Complementary color
Monochromatic Colors of #F2A16E
Black with #F2A16E
Text Example
Text Example
White with #F2A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A16E; }
p { color: rgb(242,161,110); }
H1.HeaderClassName
{
color: #F2A16E;
}
.AnyTagClassName
{
color: #F2A16E;
}
</style>
background-color css
<style>
a { background-color: #F2A16E; }
a { background-color: rgb(242,161,110); }
div.DivClassName
{
background-color: #F2A16E;
}
.BgClassName
{
background-color: #F2A16E;
}
</style>
border-color css
<style>
span { border-color: #F2A16E; }
span { border-color: rgb(242,161,110); }
td.TdClassName
{
border-color: #F2A16E;
}
.TagClassName
{
border-color: #F2A16E;
}
</style>