Shades of Hit Pink #FFA469
Tints of Hit Pink #FFA469
RGB
CMYK
RGB Variations
Color information
#FFA469 (or 0xFFA469) is known color: Hit Pink. HEX triplet: FF, A4 and 69. RGB value is (255,164,105). Sum of RGB (Red+Green+Blue) = 255+164+105=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA469 is #005B96. Grayscale: #B8B8B8. Windows color (decimal): -23447 or 6923519. OLE color: 6923519.
HSL color Cylindrical-coordinate representation of color #FFA469: hue angle of 23.6º 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 #FFA469 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 105 | - |
| CMYK | 0 | 0.36 | 0.59 | 0 |
| HSL | 23.6º | 1% | 0.71% | - |
| HSV(B) | 23.6º | 0.59% | 1% | - |
| XYZ | 57.07 | 48.83 | 19.78 | - |
| YUV | 184.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 105 | 0 | 0.36 | 0.59 | 0 | 23.6 | 1 | 0.71 |
| Hex | FF | A4 | 69 | 0 | 24 | 3B | 0 | 18 | 64 | 47 |
| Octal | 377 | 244 | 151 | 0 | 44 | 73 | 0 | 30 | 144 | 107 |
| Binary | 11111111 | 10100100 | 1101001 | 0 | 100100 | 111011 | 0 | 11000 | 1100100 | 1000111 |
Color Harmonies of #FFA469
Complementary color
Monochromatic Colors of #FFA469
Black with #FFA469
Text Example
Text Example
White with #FFA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA469; }
p { color: rgb(255,164,105); }
H1.HeaderClassName
{
color: #FFA469;
}
.AnyTagClassName
{
color: #FFA469;
}
</style>
background-color css
<style>
a { background-color: #FFA469; }
a { background-color: rgb(255,164,105); }
div.DivClassName
{
background-color: #FFA469;
}
.BgClassName
{
background-color: #FFA469;
}
</style>
border-color css
<style>
span { border-color: #FFA469; }
span { border-color: rgb(255,164,105); }
td.TdClassName
{
border-color: #FFA469;
}
.TagClassName
{
border-color: #FFA469;
}
</style>