Shades of Hit Pink #F5A074
Tints of Hit Pink #F5A074
RGB
CMYK
RGB Variations
Color information
#F5A074 (or 0xF5A074) is known color: Hit Pink. HEX triplet: F5, A0 and 74. RGB value is (245,160,116). Sum of RGB (Red+Green+Blue) = 245+160+116=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A074 is #0A5F8B. Grayscale: #B4B4B4. Windows color (decimal): -679820 or 7643381. OLE color: 7643381.
HSL color Cylindrical-coordinate representation of color #F5A074: hue angle of 20.47º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5A074 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 116 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.04 |
| HSL | 20.47º | 0.87% | 0.71% | - |
| HSV(B) | 20.47º | 0.53% | 0.96% | - |
| XYZ | 53.38 | 45.82 | 22.55 | - |
| YUV | 180.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 116 | 0 | 0.35 | 0.53 | 0.04 | 20.47 | 0.87 | 0.71 |
| Hex | F5 | A0 | 74 | 0 | 23 | 35 | 4 | 14 | 57 | 47 |
| Octal | 365 | 240 | 164 | 0 | 43 | 65 | 4 | 24 | 127 | 107 |
| Binary | 11110101 | 10100000 | 1110100 | 0 | 100011 | 110101 | 100 | 10100 | 1010111 | 1000111 |
Color Harmonies of #F5A074
Complementary color
Monochromatic Colors of #F5A074
Black with #F5A074
Text Example
Text Example
White with #F5A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A074; }
p { color: rgb(245,160,116); }
H1.HeaderClassName
{
color: #F5A074;
}
.AnyTagClassName
{
color: #F5A074;
}
</style>
background-color css
<style>
a { background-color: #F5A074; }
a { background-color: rgb(245,160,116); }
div.DivClassName
{
background-color: #F5A074;
}
.BgClassName
{
background-color: #F5A074;
}
</style>
border-color css
<style>
span { border-color: #F5A074; }
span { border-color: rgb(245,160,116); }
td.TdClassName
{
border-color: #F5A074;
}
.TagClassName
{
border-color: #F5A074;
}
</style>