Shades of Hit Pink #F1A174
Tints of Hit Pink #F1A174
RGB
CMYK
RGB Variations
Color information
#F1A174 (or 0xF1A174) is known color: Hit Pink. HEX triplet: F1, A1 and 74. RGB value is (241,161,116). Sum of RGB (Red+Green+Blue) = 241+161+116=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A174 is #0E5E8B. Grayscale: #B4B4B4. Windows color (decimal): -941708 or 7643633. OLE color: 7643633.
HSL color Cylindrical-coordinate representation of color #F1A174: hue angle of 21.6º 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 #F1A174 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 116 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.05 |
| HSL | 21.6º | 0.82% | 0.7% | - |
| HSV(B) | 21.6º | 0.52% | 0.95% | - |
| XYZ | 52.17 | 45.45 | 22.55 | - |
| YUV | 179.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 116 | 0 | 0.33 | 0.52 | 0.05 | 21.6 | 0.82 | 0.7 |
| Hex | F1 | A1 | 74 | 0 | 21 | 34 | 5 | 16 | 52 | 46 |
| Octal | 361 | 241 | 164 | 0 | 41 | 64 | 5 | 26 | 122 | 106 |
| Binary | 11110001 | 10100001 | 1110100 | 0 | 100001 | 110100 | 101 | 10110 | 1010010 | 1000110 |
Color Harmonies of #F1A174
Complementary color
Monochromatic Colors of #F1A174
Black with #F1A174
Text Example
Text Example
White with #F1A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A174; }
p { color: rgb(241,161,116); }
H1.HeaderClassName
{
color: #F1A174;
}
.AnyTagClassName
{
color: #F1A174;
}
</style>
background-color css
<style>
a { background-color: #F1A174; }
a { background-color: rgb(241,161,116); }
div.DivClassName
{
background-color: #F1A174;
}
.BgClassName
{
background-color: #F1A174;
}
</style>
border-color css
<style>
span { border-color: #F1A174; }
span { border-color: rgb(241,161,116); }
td.TdClassName
{
border-color: #F1A174;
}
.TagClassName
{
border-color: #F1A174;
}
</style>