Shades of Hit Pink #F1A06D
Tints of Hit Pink #F1A06D
RGB
CMYK
RGB Variations
Color information
#F1A06D (or 0xF1A06D) is known color: Hit Pink. HEX triplet: F1, A0 and 6D. RGB value is (241,160,109). Sum of RGB (Red+Green+Blue) = 241+160+109=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A06D is #0E5F92. Grayscale: #B2B2B2. Windows color (decimal): -941971 or 7184625. OLE color: 7184625.
HSL color Cylindrical-coordinate representation of color #F1A06D: hue angle of 23.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1A06D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 160 | 109 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.05 |
| HSL | 23.18º | 0.83% | 0.69% | - |
| HSV(B) | 23.18º | 0.55% | 0.95% | - |
| XYZ | 51.61 | 44.95 | 20.42 | - |
| YUV | 178.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 109 | 0 | 0.34 | 0.55 | 0.05 | 23.18 | 0.83 | 0.69 |
| Hex | F1 | A0 | 6D | 0 | 22 | 37 | 5 | 17 | 52 | 45 |
| Octal | 361 | 240 | 155 | 0 | 42 | 67 | 5 | 27 | 122 | 105 |
| Binary | 11110001 | 10100000 | 1101101 | 0 | 100010 | 110111 | 101 | 10111 | 1010010 | 1000101 |
Color Harmonies of #F1A06D
Complementary color
Monochromatic Colors of #F1A06D
Black with #F1A06D
Text Example
Text Example
White with #F1A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A06D; }
p { color: rgb(241,160,109); }
H1.HeaderClassName
{
color: #F1A06D;
}
.AnyTagClassName
{
color: #F1A06D;
}
</style>
background-color css
<style>
a { background-color: #F1A06D; }
a { background-color: rgb(241,160,109); }
div.DivClassName
{
background-color: #F1A06D;
}
.BgClassName
{
background-color: #F1A06D;
}
</style>
border-color css
<style>
span { border-color: #F1A06D; }
span { border-color: rgb(241,160,109); }
td.TdClassName
{
border-color: #F1A06D;
}
.TagClassName
{
border-color: #F1A06D;
}
</style>