Shades of Hit Pink #FFA46A
Tints of Hit Pink #FFA46A
RGB
CMYK
RGB Variations
Color information
#FFA46A (or 0xFFA46A) is known color: Hit Pink. HEX triplet: FF, A4 and 6A. RGB value is (255,164,106). Sum of RGB (Red+Green+Blue) = 255+164+106=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA46A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA46A is #005B95. Grayscale: #B8B8B8. Windows color (decimal): -23446 or 6989055. OLE color: 6989055.
HSL color Cylindrical-coordinate representation of color #FFA46A: hue angle of 23.36º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFA46A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 106 | - |
| CMYK | 0 | 0.36 | 0.58 | 0 |
| HSL | 23.36º | 1% | 0.71% | - |
| HSV(B) | 23.36º | 0.58% | 1% | - |
| XYZ | 57.12 | 48.85 | 20.05 | - |
| YUV | 184.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 106 | 0 | 0.36 | 0.58 | 0 | 23.36 | 1 | 0.71 |
| Hex | FF | A4 | 6A | 0 | 24 | 3A | 0 | 17 | 64 | 47 |
| Octal | 377 | 244 | 152 | 0 | 44 | 72 | 0 | 27 | 144 | 107 |
| Binary | 11111111 | 10100100 | 1101010 | 0 | 100100 | 111010 | 0 | 10111 | 1100100 | 1000111 |
Color Harmonies of #FFA46A
Complementary color
Monochromatic Colors of #FFA46A
Black with #FFA46A
Text Example
Text Example
White with #FFA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA46A; }
p { color: rgb(255,164,106); }
H1.HeaderClassName
{
color: #FFA46A;
}
.AnyTagClassName
{
color: #FFA46A;
}
</style>
background-color css
<style>
a { background-color: #FFA46A; }
a { background-color: rgb(255,164,106); }
div.DivClassName
{
background-color: #FFA46A;
}
.BgClassName
{
background-color: #FFA46A;
}
</style>
border-color css
<style>
span { border-color: #FFA46A; }
span { border-color: rgb(255,164,106); }
td.TdClassName
{
border-color: #FFA46A;
}
.TagClassName
{
border-color: #FFA46A;
}
</style>