Shades of Hit Pink #F2A06E
Tints of Hit Pink #F2A06E
RGB
CMYK
RGB Variations
Color information
#F2A06E (or 0xF2A06E) is known color: Hit Pink. HEX triplet: F2, A0 and 6E. RGB value is (242,160,110). Sum of RGB (Red+Green+Blue) = 242+160+110=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A06E is #0D5F91. Grayscale: #B3B3B3. Windows color (decimal): -876434 or 7250162. OLE color: 7250162.
HSL color Cylindrical-coordinate representation of color #F2A06E: hue angle of 22.73º 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 #F2A06E is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 110 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.05 |
| HSL | 22.73º | 0.84% | 0.69% | - |
| HSV(B) | 22.73º | 0.55% | 0.95% | - |
| XYZ | 52 | 45.14 | 20.72 | - |
| YUV | 178.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 110 | 0 | 0.34 | 0.55 | 0.05 | 22.73 | 0.84 | 0.69 |
| Hex | F2 | A0 | 6E | 0 | 22 | 37 | 5 | 17 | 54 | 45 |
| Octal | 362 | 240 | 156 | 0 | 42 | 67 | 5 | 27 | 124 | 105 |
| Binary | 11110010 | 10100000 | 1101110 | 0 | 100010 | 110111 | 101 | 10111 | 1010100 | 1000101 |
Color Harmonies of #F2A06E
Complementary color
Monochromatic Colors of #F2A06E
Black with #F2A06E
Text Example
Text Example
White with #F2A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A06E; }
p { color: rgb(242,160,110); }
H1.HeaderClassName
{
color: #F2A06E;
}
.AnyTagClassName
{
color: #F2A06E;
}
</style>
background-color css
<style>
a { background-color: #F2A06E; }
a { background-color: rgb(242,160,110); }
div.DivClassName
{
background-color: #F2A06E;
}
.BgClassName
{
background-color: #F2A06E;
}
</style>
border-color css
<style>
span { border-color: #F2A06E; }
span { border-color: rgb(242,160,110); }
td.TdClassName
{
border-color: #F2A06E;
}
.TagClassName
{
border-color: #F2A06E;
}
</style>