Shades of Hit Pink #FFA574
Tints of Hit Pink #FFA574
RGB
CMYK
RGB Variations
Color information
#FFA574 (or 0xFFA574) is known color: Hit Pink. HEX triplet: FF, A5 and 74. RGB value is (255,165,116). Sum of RGB (Red+Green+Blue) = 255+165+116=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA574 is #005A8B. Grayscale: #BABABA. Windows color (decimal): -23180 or 7644671. OLE color: 7644671.
HSL color Cylindrical-coordinate representation of color #FFA574: hue angle of 21.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA574 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 116 | - |
| CMYK | 0 | 0.35 | 0.55 | 0 |
| HSL | 21.15º | 1% | 0.73% | - |
| HSV(B) | 21.15º | 0.55% | 1% | - |
| XYZ | 57.85 | 49.43 | 23.02 | - |
| YUV | 186.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 116 | 0 | 0.35 | 0.55 | 0 | 21.15 | 1 | 0.73 |
| Hex | FF | A5 | 74 | 0 | 23 | 37 | 0 | 15 | 64 | 49 |
| Octal | 377 | 245 | 164 | 0 | 43 | 67 | 0 | 25 | 144 | 111 |
| Binary | 11111111 | 10100101 | 1110100 | 0 | 100011 | 110111 | 0 | 10101 | 1100100 | 1001001 |
Color Harmonies of #FFA574
Complementary color
Monochromatic Colors of #FFA574
Black with #FFA574
Text Example
Text Example
White with #FFA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA574; }
p { color: rgb(255,165,116); }
H1.HeaderClassName
{
color: #FFA574;
}
.AnyTagClassName
{
color: #FFA574;
}
</style>
background-color css
<style>
a { background-color: #FFA574; }
a { background-color: rgb(255,165,116); }
div.DivClassName
{
background-color: #FFA574;
}
.BgClassName
{
background-color: #FFA574;
}
</style>
border-color css
<style>
span { border-color: #FFA574; }
span { border-color: rgb(255,165,116); }
td.TdClassName
{
border-color: #FFA574;
}
.TagClassName
{
border-color: #FFA574;
}
</style>