Shades of Hit Pink #F2A06C
Tints of Hit Pink #F2A06C
RGB
CMYK
RGB Variations
Color information
#F2A06C (or 0xF2A06C) is known color: Hit Pink. HEX triplet: F2, A0 and 6C. RGB value is (242,160,108). Sum of RGB (Red+Green+Blue) = 242+160+108=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A06C is #0D5F93. Grayscale: #B2B2B2. Windows color (decimal): -876436 or 7119090. OLE color: 7119090.
HSL color Cylindrical-coordinate representation of color #F2A06C: hue angle of 23.28º 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 #F2A06C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 108 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.05 |
| HSL | 23.28º | 0.84% | 0.69% | - |
| HSV(B) | 23.28º | 0.55% | 0.95% | - |
| XYZ | 51.9 | 45.1 | 20.16 | - |
| YUV | 178.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 108 | 0 | 0.34 | 0.55 | 0.05 | 23.28 | 0.84 | 0.69 |
| Hex | F2 | A0 | 6C | 0 | 22 | 37 | 5 | 17 | 54 | 45 |
| Octal | 362 | 240 | 154 | 0 | 42 | 67 | 5 | 27 | 124 | 105 |
| Binary | 11110010 | 10100000 | 1101100 | 0 | 100010 | 110111 | 101 | 10111 | 1010100 | 1000101 |
Color Harmonies of #F2A06C
Complementary color
Monochromatic Colors of #F2A06C
Black with #F2A06C
Text Example
Text Example
White with #F2A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A06C; }
p { color: rgb(242,160,108); }
H1.HeaderClassName
{
color: #F2A06C;
}
.AnyTagClassName
{
color: #F2A06C;
}
</style>
background-color css
<style>
a { background-color: #F2A06C; }
a { background-color: rgb(242,160,108); }
div.DivClassName
{
background-color: #F2A06C;
}
.BgClassName
{
background-color: #F2A06C;
}
</style>
border-color css
<style>
span { border-color: #F2A06C; }
span { border-color: rgb(242,160,108); }
td.TdClassName
{
border-color: #F2A06C;
}
.TagClassName
{
border-color: #F2A06C;
}
</style>