Shades of Hit Pink #FFA666
Tints of Hit Pink #FFA666
RGB
CMYK
RGB Variations
Color information
#FFA666 (or 0xFFA666) is known color: Hit Pink. HEX triplet: FF, A6 and 66. RGB value is (255,166,102). Sum of RGB (Red+Green+Blue) = 255+166+102=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA666 is #005999. Grayscale: #B9B9B9. Windows color (decimal): -22938 or 6727423. OLE color: 6727423.
HSL color Cylindrical-coordinate representation of color #FFA666: hue angle of 25.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA666 is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 102 | - |
| CMYK | 0 | 0.35 | 0.6 | 0 |
| HSL | 25.1º | 1% | 0.7% | - |
| HSV(B) | 25.1º | 0.6% | 1% | - |
| XYZ | 57.27 | 49.49 | 19.1 | - |
| YUV | 185.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 102 | 0 | 0.35 | 0.6 | 0 | 25.1 | 1 | 0.7 |
| Hex | FF | A6 | 66 | 0 | 23 | 3C | 0 | 19 | 64 | 46 |
| Octal | 377 | 246 | 146 | 0 | 43 | 74 | 0 | 31 | 144 | 106 |
| Binary | 11111111 | 10100110 | 1100110 | 0 | 100011 | 111100 | 0 | 11001 | 1100100 | 1000110 |
Color Harmonies of #FFA666
Complementary color
Monochromatic Colors of #FFA666
Black with #FFA666
Text Example
Text Example
White with #FFA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA666; }
p { color: rgb(255,166,102); }
H1.HeaderClassName
{
color: #FFA666;
}
.AnyTagClassName
{
color: #FFA666;
}
</style>
background-color css
<style>
a { background-color: #FFA666; }
a { background-color: rgb(255,166,102); }
div.DivClassName
{
background-color: #FFA666;
}
.BgClassName
{
background-color: #FFA666;
}
</style>
border-color css
<style>
span { border-color: #FFA666; }
span { border-color: rgb(255,166,102); }
td.TdClassName
{
border-color: #FFA666;
}
.TagClassName
{
border-color: #FFA666;
}
</style>