Shades of Hit Pink #FFA475
Tints of Hit Pink #FFA475
RGB
CMYK
RGB Variations
Color information
#FFA475 (or 0xFFA475) is known color: Hit Pink. HEX triplet: FF, A4 and 75. RGB value is (255,164,117). Sum of RGB (Red+Green+Blue) = 255+164+117=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA475 is #005B8A. Grayscale: #BABABA. Windows color (decimal): -23435 or 7709951. OLE color: 7709951.
HSL color Cylindrical-coordinate representation of color #FFA475: hue angle of 20.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA475 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 117 | - |
| CMYK | 0 | 0.36 | 0.54 | 0 |
| HSL | 20.43º | 1% | 0.73% | - |
| HSV(B) | 20.43º | 0.54% | 1% | - |
| XYZ | 57.73 | 49.1 | 23.26 | - |
| YUV | 185.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 117 | 0 | 0.36 | 0.54 | 0 | 20.43 | 1 | 0.73 |
| Hex | FF | A4 | 75 | 0 | 24 | 36 | 0 | 14 | 64 | 49 |
| Octal | 377 | 244 | 165 | 0 | 44 | 66 | 0 | 24 | 144 | 111 |
| Binary | 11111111 | 10100100 | 1110101 | 0 | 100100 | 110110 | 0 | 10100 | 1100100 | 1001001 |
Color Harmonies of #FFA475
Complementary color
Monochromatic Colors of #FFA475
Black with #FFA475
Text Example
Text Example
White with #FFA475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA475; }
p { color: rgb(255,164,117); }
H1.HeaderClassName
{
color: #FFA475;
}
.AnyTagClassName
{
color: #FFA475;
}
</style>
background-color css
<style>
a { background-color: #FFA475; }
a { background-color: rgb(255,164,117); }
div.DivClassName
{
background-color: #FFA475;
}
.BgClassName
{
background-color: #FFA475;
}
</style>
border-color css
<style>
span { border-color: #FFA475; }
span { border-color: rgb(255,164,117); }
td.TdClassName
{
border-color: #FFA475;
}
.TagClassName
{
border-color: #FFA475;
}
</style>