Shades of Hit Pink #F8A66E
Tints of Hit Pink #F8A66E
RGB
CMYK
RGB Variations
Color information
#F8A66E (or 0xF8A66E) is known color: Hit Pink. HEX triplet: F8, A6 and 6E. RGB value is (248,166,110). Sum of RGB (Red+Green+Blue) = 248+166+110=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A66E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A66E is #075991. Grayscale: #B8B8B8. Windows color (decimal): -481682 or 7251704. OLE color: 7251704.
HSL color Cylindrical-coordinate representation of color #F8A66E: hue angle of 24.35º 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 #F8A66E is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 110 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.03 |
| HSL | 24.35º | 0.91% | 0.7% | - |
| HSV(B) | 24.35º | 0.56% | 0.97% | - |
| XYZ | 55.16 | 48.35 | 21.18 | - |
| YUV | 184.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 110 | 0 | 0.33 | 0.56 | 0.03 | 24.35 | 0.91 | 0.7 |
| Hex | F8 | A6 | 6E | 0 | 21 | 38 | 3 | 18 | 5B | 46 |
| Octal | 370 | 246 | 156 | 0 | 41 | 70 | 3 | 30 | 133 | 106 |
| Binary | 11111000 | 10100110 | 1101110 | 0 | 100001 | 111000 | 11 | 11000 | 1011011 | 1000110 |
Color Harmonies of #F8A66E
Complementary color
Monochromatic Colors of #F8A66E
Black with #F8A66E
Text Example
Text Example
White with #F8A66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A66E; }
p { color: rgb(248,166,110); }
H1.HeaderClassName
{
color: #F8A66E;
}
.AnyTagClassName
{
color: #F8A66E;
}
</style>
background-color css
<style>
a { background-color: #F8A66E; }
a { background-color: rgb(248,166,110); }
div.DivClassName
{
background-color: #F8A66E;
}
.BgClassName
{
background-color: #F8A66E;
}
</style>
border-color css
<style>
span { border-color: #F8A66E; }
span { border-color: rgb(248,166,110); }
td.TdClassName
{
border-color: #F8A66E;
}
.TagClassName
{
border-color: #F8A66E;
}
</style>