Shades of Hit Pink #F2A66D
Tints of Hit Pink #F2A66D
RGB
CMYK
RGB Variations
Color information
#F2A66D (or 0xF2A66D) is known color: Hit Pink. HEX triplet: F2, A6 and 6D. RGB value is (242,166,109). Sum of RGB (Red+Green+Blue) = 242+166+109=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A66D is #0D5992. Grayscale: #B6B6B6. Windows color (decimal): -874899 or 7186162. OLE color: 7186162.
HSL color Cylindrical-coordinate representation of color #F2A66D: hue angle of 25.71º 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 #F2A66D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 109 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.05 |
| HSL | 25.71º | 0.84% | 0.69% | - |
| HSV(B) | 25.71º | 0.55% | 0.95% | - |
| XYZ | 53.01 | 47.25 | 20.79 | - |
| YUV | 182.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 109 | 0 | 0.31 | 0.55 | 0.05 | 25.71 | 0.84 | 0.69 |
| Hex | F2 | A6 | 6D | 0 | 1F | 37 | 5 | 1A | 54 | 45 |
| Octal | 362 | 246 | 155 | 0 | 37 | 67 | 5 | 32 | 124 | 105 |
| Binary | 11110010 | 10100110 | 1101101 | 0 | 11111 | 110111 | 101 | 11010 | 1010100 | 1000101 |
Color Harmonies of #F2A66D
Complementary color
Monochromatic Colors of #F2A66D
Black with #F2A66D
Text Example
Text Example
White with #F2A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A66D; }
p { color: rgb(242,166,109); }
H1.HeaderClassName
{
color: #F2A66D;
}
.AnyTagClassName
{
color: #F2A66D;
}
</style>
background-color css
<style>
a { background-color: #F2A66D; }
a { background-color: rgb(242,166,109); }
div.DivClassName
{
background-color: #F2A66D;
}
.BgClassName
{
background-color: #F2A66D;
}
</style>
border-color css
<style>
span { border-color: #F2A66D; }
span { border-color: rgb(242,166,109); }
td.TdClassName
{
border-color: #F2A66D;
}
.TagClassName
{
border-color: #F2A66D;
}
</style>