Shades of Hit Pink #FFA374
Tints of Hit Pink #FFA374
RGB
CMYK
RGB Variations
Color information
#FFA374 (or 0xFFA374) is known color: Hit Pink. HEX triplet: FF, A3 and 74. RGB value is (255,163,116). Sum of RGB (Red+Green+Blue) = 255+163+116=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA374 is #005C8B. Grayscale: #B9B9B9. Windows color (decimal): -23692 or 7644159. OLE color: 7644159.
HSL color Cylindrical-coordinate representation of color #FFA374: hue angle of 20.29º 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 #FFA374 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 116 | - |
| CMYK | 0 | 0.36 | 0.55 | 0 |
| HSL | 20.29º | 1% | 0.73% | - |
| HSV(B) | 20.29º | 0.55% | 1% | - |
| XYZ | 57.49 | 48.72 | 22.9 | - |
| YUV | 185.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 116 | 0 | 0.36 | 0.55 | 0 | 20.29 | 1 | 0.73 |
| Hex | FF | A3 | 74 | 0 | 24 | 37 | 0 | 14 | 64 | 49 |
| Octal | 377 | 243 | 164 | 0 | 44 | 67 | 0 | 24 | 144 | 111 |
| Binary | 11111111 | 10100011 | 1110100 | 0 | 100100 | 110111 | 0 | 10100 | 1100100 | 1001001 |
Color Harmonies of #FFA374
Complementary color
Monochromatic Colors of #FFA374
Black with #FFA374
Text Example
Text Example
White with #FFA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA374; }
p { color: rgb(255,163,116); }
H1.HeaderClassName
{
color: #FFA374;
}
.AnyTagClassName
{
color: #FFA374;
}
</style>
background-color css
<style>
a { background-color: #FFA374; }
a { background-color: rgb(255,163,116); }
div.DivClassName
{
background-color: #FFA374;
}
.BgClassName
{
background-color: #FFA374;
}
</style>
border-color css
<style>
span { border-color: #FFA374; }
span { border-color: rgb(255,163,116); }
td.TdClassName
{
border-color: #FFA374;
}
.TagClassName
{
border-color: #FFA374;
}
</style>