Shades of Hit Pink #F5A673
Tints of Hit Pink #F5A673
RGB
CMYK
RGB Variations
Color information
#F5A673 (or 0xF5A673) is known color: Hit Pink. HEX triplet: F5, A6 and 73. RGB value is (245,166,115). Sum of RGB (Red+Green+Blue) = 245+166+115=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A673 is #0A598C. Grayscale: #B8B8B8. Windows color (decimal): -678285 or 7579381. OLE color: 7579381.
HSL color Cylindrical-coordinate representation of color #F5A673: hue angle of 23.54º 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 #F5A673 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 115 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.04 |
| HSL | 23.54º | 0.87% | 0.71% | - |
| HSV(B) | 23.54º | 0.53% | 0.96% | - |
| XYZ | 54.39 | 47.92 | 22.6 | - |
| YUV | 183.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 115 | 0 | 0.32 | 0.53 | 0.04 | 23.54 | 0.87 | 0.71 |
| Hex | F5 | A6 | 73 | 0 | 20 | 35 | 4 | 18 | 57 | 47 |
| Octal | 365 | 246 | 163 | 0 | 40 | 65 | 4 | 30 | 127 | 107 |
| Binary | 11110101 | 10100110 | 1110011 | 0 | 100000 | 110101 | 100 | 11000 | 1010111 | 1000111 |
Color Harmonies of #F5A673
Complementary color
Monochromatic Colors of #F5A673
Black with #F5A673
Text Example
Text Example
White with #F5A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A673; }
p { color: rgb(245,166,115); }
H1.HeaderClassName
{
color: #F5A673;
}
.AnyTagClassName
{
color: #F5A673;
}
</style>
background-color css
<style>
a { background-color: #F5A673; }
a { background-color: rgb(245,166,115); }
div.DivClassName
{
background-color: #F5A673;
}
.BgClassName
{
background-color: #F5A673;
}
</style>
border-color css
<style>
span { border-color: #F5A673; }
span { border-color: rgb(245,166,115); }
td.TdClassName
{
border-color: #F5A673;
}
.TagClassName
{
border-color: #F5A673;
}
</style>