Shades of Hit Pink #F5A072
Tints of Hit Pink #F5A072
RGB
CMYK
RGB Variations
Color information
#F5A072 (or 0xF5A072) is known color: Hit Pink. HEX triplet: F5, A0 and 72. RGB value is (245,160,114). Sum of RGB (Red+Green+Blue) = 245+160+114=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A072 is #0A5F8D. Grayscale: #B4B4B4. Windows color (decimal): -679822 or 7512309. OLE color: 7512309.
HSL color Cylindrical-coordinate representation of color #F5A072: hue angle of 21.07º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5A072 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 114 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.04 |
| HSL | 21.07º | 0.87% | 0.7% | - |
| HSV(B) | 21.07º | 0.53% | 0.96% | - |
| XYZ | 53.26 | 45.77 | 21.95 | - |
| YUV | 180.17 | 90.66 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 114 | 0 | 0.35 | 0.53 | 0.04 | 21.07 | 0.87 | 0.7 |
| Hex | F5 | A0 | 72 | 0 | 23 | 35 | 4 | 15 | 57 | 46 |
| Octal | 365 | 240 | 162 | 0 | 43 | 65 | 4 | 25 | 127 | 106 |
| Binary | 11110101 | 10100000 | 1110010 | 0 | 100011 | 110101 | 100 | 10101 | 1010111 | 1000110 |
Color Harmonies of #F5A072
Complementary color
Monochromatic Colors of #F5A072
Black with #F5A072
Text Example
Text Example
White with #F5A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A072; }
p { color: rgb(245,160,114); }
H1.HeaderClassName
{
color: #F5A072;
}
.AnyTagClassName
{
color: #F5A072;
}
</style>
background-color css
<style>
a { background-color: #F5A072; }
a { background-color: rgb(245,160,114); }
div.DivClassName
{
background-color: #F5A072;
}
.BgClassName
{
background-color: #F5A072;
}
</style>
border-color css
<style>
span { border-color: #F5A072; }
span { border-color: rgb(245,160,114); }
td.TdClassName
{
border-color: #F5A072;
}
.TagClassName
{
border-color: #F5A072;
}
</style>