Shades of Hit Pink #F7A068
Tints of Hit Pink #F7A068
RGB
CMYK
RGB Variations
Color information
#F7A068 (or 0xF7A068) is known color: Hit Pink. HEX triplet: F7, A0 and 68. RGB value is (247,160,104). Sum of RGB (Red+Green+Blue) = 247+160+104=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A068 is #085F97. Grayscale: #B3B3B3. Windows color (decimal): -548760 or 6856951. OLE color: 6856951.
HSL color Cylindrical-coordinate representation of color #F7A068: hue angle of 23.5º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7A068 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 104 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.03 |
| HSL | 23.5º | 0.9% | 0.69% | - |
| HSV(B) | 23.5º | 0.58% | 0.97% | - |
| XYZ | 53.43 | 45.92 | 19.14 | - |
| YUV | 179.63 | 85.32 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 104 | 0 | 0.35 | 0.58 | 0.03 | 23.5 | 0.9 | 0.69 |
| Hex | F7 | A0 | 68 | 0 | 23 | 3A | 3 | 17 | 5A | 45 |
| Octal | 367 | 240 | 150 | 0 | 43 | 72 | 3 | 27 | 132 | 105 |
| Binary | 11110111 | 10100000 | 1101000 | 0 | 100011 | 111010 | 11 | 10111 | 1011010 | 1000101 |
Color Harmonies of #F7A068
Complementary color
Monochromatic Colors of #F7A068
Black with #F7A068
Text Example
Text Example
White with #F7A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A068; }
p { color: rgb(247,160,104); }
H1.HeaderClassName
{
color: #F7A068;
}
.AnyTagClassName
{
color: #F7A068;
}
</style>
background-color css
<style>
a { background-color: #F7A068; }
a { background-color: rgb(247,160,104); }
div.DivClassName
{
background-color: #F7A068;
}
.BgClassName
{
background-color: #F7A068;
}
</style>
border-color css
<style>
span { border-color: #F7A068; }
span { border-color: rgb(247,160,104); }
td.TdClassName
{
border-color: #F7A068;
}
.TagClassName
{
border-color: #F7A068;
}
</style>