Shades of Hit Pink #F1A373
Tints of Hit Pink #F1A373
RGB
CMYK
RGB Variations
Color information
#F1A373 (or 0xF1A373) is known color: Hit Pink. HEX triplet: F1, A3 and 73. RGB value is (241,163,115). Sum of RGB (Red+Green+Blue) = 241+163+115=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A373 is #0E5C8C. Grayscale: #B5B5B5. Windows color (decimal): -941197 or 7578609. OLE color: 7578609.
HSL color Cylindrical-coordinate representation of color #F1A373: hue angle of 22.86º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1A373 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 115 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.05 |
| HSL | 22.86º | 0.82% | 0.7% | - |
| HSV(B) | 22.86º | 0.52% | 0.95% | - |
| XYZ | 52.47 | 46.13 | 22.36 | - |
| YUV | 180.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 115 | 0 | 0.32 | 0.52 | 0.05 | 22.86 | 0.82 | 0.7 |
| Hex | F1 | A3 | 73 | 0 | 20 | 34 | 5 | 17 | 52 | 46 |
| Octal | 361 | 243 | 163 | 0 | 40 | 64 | 5 | 27 | 122 | 106 |
| Binary | 11110001 | 10100011 | 1110011 | 0 | 100000 | 110100 | 101 | 10111 | 1010010 | 1000110 |
Color Harmonies of #F1A373
Complementary color
Monochromatic Colors of #F1A373
Black with #F1A373
Text Example
Text Example
White with #F1A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A373; }
p { color: rgb(241,163,115); }
H1.HeaderClassName
{
color: #F1A373;
}
.AnyTagClassName
{
color: #F1A373;
}
</style>
background-color css
<style>
a { background-color: #F1A373; }
a { background-color: rgb(241,163,115); }
div.DivClassName
{
background-color: #F1A373;
}
.BgClassName
{
background-color: #F1A373;
}
</style>
border-color css
<style>
span { border-color: #F1A373; }
span { border-color: rgb(241,163,115); }
td.TdClassName
{
border-color: #F1A373;
}
.TagClassName
{
border-color: #F1A373;
}
</style>