Shades of Hit Pink #F79D6C
Tints of Hit Pink #F79D6C
RGB
CMYK
RGB Variations
Color information
#F79D6C (or 0xF79D6C) is known color: Hit Pink. HEX triplet: F7, 9D and 6C. RGB value is (247,157,108). Sum of RGB (Red+Green+Blue) = 247+157+108=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F79D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79D6C is #086293. Grayscale: #B2B2B2. Windows color (decimal): -549524 or 7118327. OLE color: 7118327.
HSL color Cylindrical-coordinate representation of color #F79D6C: hue angle of 21.15º 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 #F79D6C is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 157 | 108 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.03 |
| HSL | 21.15º | 0.9% | 0.7% | - |
| HSV(B) | 21.15º | 0.56% | 0.97% | - |
| XYZ | 53.12 | 44.97 | 20.07 | - |
| YUV | 178.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 157 | 108 | 0 | 0.36 | 0.56 | 0.03 | 21.15 | 0.9 | 0.7 |
| Hex | F7 | 9D | 6C | 0 | 24 | 38 | 3 | 15 | 5A | 46 |
| Octal | 367 | 235 | 154 | 0 | 44 | 70 | 3 | 25 | 132 | 106 |
| Binary | 11110111 | 10011101 | 1101100 | 0 | 100100 | 111000 | 11 | 10101 | 1011010 | 1000110 |
Color Harmonies of #F79D6C
Complementary color
Monochromatic Colors of #F79D6C
Black with #F79D6C
Text Example
Text Example
White with #F79D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79D6C; }
p { color: rgb(247,157,108); }
H1.HeaderClassName
{
color: #F79D6C;
}
.AnyTagClassName
{
color: #F79D6C;
}
</style>
background-color css
<style>
a { background-color: #F79D6C; }
a { background-color: rgb(247,157,108); }
div.DivClassName
{
background-color: #F79D6C;
}
.BgClassName
{
background-color: #F79D6C;
}
</style>
border-color css
<style>
span { border-color: #F79D6C; }
span { border-color: rgb(247,157,108); }
td.TdClassName
{
border-color: #F79D6C;
}
.TagClassName
{
border-color: #F79D6C;
}
</style>