Shades of Hit Pink #F6A072
Tints of Hit Pink #F6A072
RGB
CMYK
RGB Variations
Color information
#F6A072 (or 0xF6A072) is known color: Hit Pink. HEX triplet: F6, A0 and 72. RGB value is (246,160,114). Sum of RGB (Red+Green+Blue) = 246+160+114=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A072 is #095F8D. Grayscale: #B4B4B4. Windows color (decimal): -614286 or 7512310. OLE color: 7512310.
HSL color Cylindrical-coordinate representation of color #F6A072: hue angle of 20.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6A072 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 114 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.04 |
| HSL | 20.91º | 0.88% | 0.71% | - |
| HSV(B) | 20.91º | 0.54% | 0.96% | - |
| XYZ | 53.61 | 45.95 | 21.96 | - |
| YUV | 180.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 114 | 0 | 0.35 | 0.54 | 0.04 | 20.91 | 0.88 | 0.71 |
| Hex | F6 | A0 | 72 | 0 | 23 | 36 | 4 | 15 | 58 | 47 |
| Octal | 366 | 240 | 162 | 0 | 43 | 66 | 4 | 25 | 130 | 107 |
| Binary | 11110110 | 10100000 | 1110010 | 0 | 100011 | 110110 | 100 | 10101 | 1011000 | 1000111 |
Color Harmonies of #F6A072
Complementary color
Monochromatic Colors of #F6A072
Black with #F6A072
Text Example
Text Example
White with #F6A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A072; }
p { color: rgb(246,160,114); }
H1.HeaderClassName
{
color: #F6A072;
}
.AnyTagClassName
{
color: #F6A072;
}
</style>
background-color css
<style>
a { background-color: #F6A072; }
a { background-color: rgb(246,160,114); }
div.DivClassName
{
background-color: #F6A072;
}
.BgClassName
{
background-color: #F6A072;
}
</style>
border-color css
<style>
span { border-color: #F6A072; }
span { border-color: rgb(246,160,114); }
td.TdClassName
{
border-color: #F6A072;
}
.TagClassName
{
border-color: #F6A072;
}
</style>