Shades of Hit Pink #F8A86C
Tints of Hit Pink #F8A86C
RGB
CMYK
RGB Variations
Color information
#F8A86C (or 0xF8A86C) is known color: Hit Pink. HEX triplet: F8, A8 and 6C. RGB value is (248,168,108). Sum of RGB (Red+Green+Blue) = 248+168+108=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A86C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A86C is #075793. Grayscale: #B9B9B9. Windows color (decimal): -481172 or 7121144. OLE color: 7121144.
HSL color Cylindrical-coordinate representation of color #F8A86C: hue angle of 25.71º degrees, saturation: 0.91, 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 #F8A86C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 108 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.03 |
| HSL | 25.71º | 0.91% | 0.7% | - |
| HSV(B) | 25.71º | 0.56% | 0.97% | - |
| XYZ | 55.42 | 49.04 | 20.73 | - |
| YUV | 185.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 108 | 0 | 0.32 | 0.56 | 0.03 | 25.71 | 0.91 | 0.7 |
| Hex | F8 | A8 | 6C | 0 | 20 | 38 | 3 | 1A | 5B | 46 |
| Octal | 370 | 250 | 154 | 0 | 40 | 70 | 3 | 32 | 133 | 106 |
| Binary | 11111000 | 10101000 | 1101100 | 0 | 100000 | 111000 | 11 | 11010 | 1011011 | 1000110 |
Color Harmonies of #F8A86C
Complementary color
Monochromatic Colors of #F8A86C
Black with #F8A86C
Text Example
Text Example
White with #F8A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A86C; }
p { color: rgb(248,168,108); }
H1.HeaderClassName
{
color: #F8A86C;
}
.AnyTagClassName
{
color: #F8A86C;
}
</style>
background-color css
<style>
a { background-color: #F8A86C; }
a { background-color: rgb(248,168,108); }
div.DivClassName
{
background-color: #F8A86C;
}
.BgClassName
{
background-color: #F8A86C;
}
</style>
border-color css
<style>
span { border-color: #F8A86C; }
span { border-color: rgb(248,168,108); }
td.TdClassName
{
border-color: #F8A86C;
}
.TagClassName
{
border-color: #F8A86C;
}
</style>