Shades of Hit Pink #F6A86F
Tints of Hit Pink #F6A86F
RGB
CMYK
RGB Variations
Color information
#F6A86F (or 0xF6A86F) is known color: Hit Pink. HEX triplet: F6, A8 and 6F. RGB value is (246,168,111). Sum of RGB (Red+Green+Blue) = 246+168+111=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A86F is #095790. Grayscale: #B9B9B9. Windows color (decimal): -612241 or 7317750. OLE color: 7317750.
HSL color Cylindrical-coordinate representation of color #F6A86F: hue angle of 25.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6A86F is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 111 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.04 |
| HSL | 25.33º | 0.88% | 0.7% | - |
| HSV(B) | 25.33º | 0.55% | 0.96% | - |
| XYZ | 54.88 | 48.75 | 21.56 | - |
| YUV | 184.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 111 | 0 | 0.32 | 0.55 | 0.04 | 25.33 | 0.88 | 0.7 |
| Hex | F6 | A8 | 6F | 0 | 20 | 37 | 4 | 19 | 58 | 46 |
| Octal | 366 | 250 | 157 | 0 | 40 | 67 | 4 | 31 | 130 | 106 |
| Binary | 11110110 | 10101000 | 1101111 | 0 | 100000 | 110111 | 100 | 11001 | 1011000 | 1000110 |
Color Harmonies of #F6A86F
Complementary color
Monochromatic Colors of #F6A86F
Black with #F6A86F
Text Example
Text Example
White with #F6A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A86F; }
p { color: rgb(246,168,111); }
H1.HeaderClassName
{
color: #F6A86F;
}
.AnyTagClassName
{
color: #F6A86F;
}
</style>
background-color css
<style>
a { background-color: #F6A86F; }
a { background-color: rgb(246,168,111); }
div.DivClassName
{
background-color: #F6A86F;
}
.BgClassName
{
background-color: #F6A86F;
}
</style>
border-color css
<style>
span { border-color: #F6A86F; }
span { border-color: rgb(246,168,111); }
td.TdClassName
{
border-color: #F6A86F;
}
.TagClassName
{
border-color: #F6A86F;
}
</style>