Shades of Hit Pink #FFA669
Tints of Hit Pink #FFA669
RGB
CMYK
RGB Variations
Color information
#FFA669 (or 0xFFA669) is known color: Hit Pink. HEX triplet: FF, A6 and 69. RGB value is (255,166,105). Sum of RGB (Red+Green+Blue) = 255+166+105=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA669 is #005996. Grayscale: #B9B9B9. Windows color (decimal): -22935 or 6924031. OLE color: 6924031.
HSL color Cylindrical-coordinate representation of color #FFA669: hue angle of 24.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFA669 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 105 | - |
| CMYK | 0 | 0.35 | 0.59 | 0 |
| HSL | 24.4º | 1% | 0.71% | - |
| HSV(B) | 24.4º | 0.59% | 1% | - |
| XYZ | 57.43 | 49.55 | 19.9 | - |
| YUV | 185.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 105 | 0 | 0.35 | 0.59 | 0 | 24.4 | 1 | 0.71 |
| Hex | FF | A6 | 69 | 0 | 23 | 3B | 0 | 18 | 64 | 47 |
| Octal | 377 | 246 | 151 | 0 | 43 | 73 | 0 | 30 | 144 | 107 |
| Binary | 11111111 | 10100110 | 1101001 | 0 | 100011 | 111011 | 0 | 11000 | 1100100 | 1000111 |
Color Harmonies of #FFA669
Complementary color
Monochromatic Colors of #FFA669
Black with #FFA669
Text Example
Text Example
White with #FFA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA669; }
p { color: rgb(255,166,105); }
H1.HeaderClassName
{
color: #FFA669;
}
.AnyTagClassName
{
color: #FFA669;
}
</style>
background-color css
<style>
a { background-color: #FFA669; }
a { background-color: rgb(255,166,105); }
div.DivClassName
{
background-color: #FFA669;
}
.BgClassName
{
background-color: #FFA669;
}
</style>
border-color css
<style>
span { border-color: #FFA669; }
span { border-color: rgb(255,166,105); }
td.TdClassName
{
border-color: #FFA669;
}
.TagClassName
{
border-color: #FFA669;
}
</style>