Shades of Hit Pink #F2A76D
Tints of Hit Pink #F2A76D
RGB
CMYK
RGB Variations
Color information
#F2A76D (or 0xF2A76D) is known color: Hit Pink. HEX triplet: F2, A7 and 6D. RGB value is (242,167,109). Sum of RGB (Red+Green+Blue) = 242+167+109=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A76D is #0D5892. Grayscale: #B7B7B7. Windows color (decimal): -874643 or 7186418. OLE color: 7186418.
HSL color Cylindrical-coordinate representation of color #F2A76D: hue angle of 26.17º 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 #F2A76D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 109 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.05 |
| HSL | 26.17º | 0.84% | 0.69% | - |
| HSV(B) | 26.17º | 0.55% | 0.95% | - |
| XYZ | 53.2 | 47.62 | 20.86 | - |
| YUV | 182.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 109 | 0 | 0.31 | 0.55 | 0.05 | 26.17 | 0.84 | 0.69 |
| Hex | F2 | A7 | 6D | 0 | 1F | 37 | 5 | 1A | 54 | 45 |
| Octal | 362 | 247 | 155 | 0 | 37 | 67 | 5 | 32 | 124 | 105 |
| Binary | 11110010 | 10100111 | 1101101 | 0 | 11111 | 110111 | 101 | 11010 | 1010100 | 1000101 |
Color Harmonies of #F2A76D
Complementary color
Monochromatic Colors of #F2A76D
Black with #F2A76D
Text Example
Text Example
White with #F2A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A76D; }
p { color: rgb(242,167,109); }
H1.HeaderClassName
{
color: #F2A76D;
}
.AnyTagClassName
{
color: #F2A76D;
}
</style>
background-color css
<style>
a { background-color: #F2A76D; }
a { background-color: rgb(242,167,109); }
div.DivClassName
{
background-color: #F2A76D;
}
.BgClassName
{
background-color: #F2A76D;
}
</style>
border-color css
<style>
span { border-color: #F2A76D; }
span { border-color: rgb(242,167,109); }
td.TdClassName
{
border-color: #F2A76D;
}
.TagClassName
{
border-color: #F2A76D;
}
</style>