Shades of Hit Pink #F7A36C
Tints of Hit Pink #F7A36C
RGB
CMYK
RGB Variations
Color information
#F7A36C (or 0xF7A36C) is known color: Hit Pink. HEX triplet: F7, A3 and 6C. RGB value is (247,163,108). Sum of RGB (Red+Green+Blue) = 247+163+108=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A36C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A36C is #085C93. Grayscale: #B6B6B6. Windows color (decimal): -547988 or 7119863. OLE color: 7119863.
HSL color Cylindrical-coordinate representation of color #F7A36C: hue angle of 23.74º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7A36C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 108 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.03 |
| HSL | 23.74º | 0.9% | 0.7% | - |
| HSV(B) | 23.74º | 0.56% | 0.97% | - |
| XYZ | 54.16 | 47.05 | 20.41 | - |
| YUV | 181.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 108 | 0 | 0.34 | 0.56 | 0.03 | 23.74 | 0.9 | 0.7 |
| Hex | F7 | A3 | 6C | 0 | 22 | 38 | 3 | 18 | 5A | 46 |
| Octal | 367 | 243 | 154 | 0 | 42 | 70 | 3 | 30 | 132 | 106 |
| Binary | 11110111 | 10100011 | 1101100 | 0 | 100010 | 111000 | 11 | 11000 | 1011010 | 1000110 |
Color Harmonies of #F7A36C
Complementary color
Monochromatic Colors of #F7A36C
Black with #F7A36C
Text Example
Text Example
White with #F7A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A36C; }
p { color: rgb(247,163,108); }
H1.HeaderClassName
{
color: #F7A36C;
}
.AnyTagClassName
{
color: #F7A36C;
}
</style>
background-color css
<style>
a { background-color: #F7A36C; }
a { background-color: rgb(247,163,108); }
div.DivClassName
{
background-color: #F7A36C;
}
.BgClassName
{
background-color: #F7A36C;
}
</style>
border-color css
<style>
span { border-color: #F7A36C; }
span { border-color: rgb(247,163,108); }
td.TdClassName
{
border-color: #F7A36C;
}
.TagClassName
{
border-color: #F7A36C;
}
</style>