Shades of Hit Pink #F3A06D
Tints of Hit Pink #F3A06D
RGB
CMYK
RGB Variations
Color information
#F3A06D (or 0xF3A06D) is known color: Hit Pink. HEX triplet: F3, A0 and 6D. RGB value is (243,160,109). Sum of RGB (Red+Green+Blue) = 243+160+109=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A06D is #0C5F92. Grayscale: #B3B3B3. Windows color (decimal): -810899 or 7184627. OLE color: 7184627.
HSL color Cylindrical-coordinate representation of color #F3A06D: hue angle of 22.84º degrees, saturation: 0.85, 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 #F3A06D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 109 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.05 |
| HSL | 22.84º | 0.85% | 0.69% | - |
| HSV(B) | 22.84º | 0.55% | 0.95% | - |
| XYZ | 52.29 | 45.3 | 20.46 | - |
| YUV | 179 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 109 | 0 | 0.34 | 0.55 | 0.05 | 22.84 | 0.85 | 0.69 |
| Hex | F3 | A0 | 6D | 0 | 22 | 37 | 5 | 17 | 55 | 45 |
| Octal | 363 | 240 | 155 | 0 | 42 | 67 | 5 | 27 | 125 | 105 |
| Binary | 11110011 | 10100000 | 1101101 | 0 | 100010 | 110111 | 101 | 10111 | 1010101 | 1000101 |
Color Harmonies of #F3A06D
Complementary color
Monochromatic Colors of #F3A06D
Black with #F3A06D
Text Example
Text Example
White with #F3A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A06D; }
p { color: rgb(243,160,109); }
H1.HeaderClassName
{
color: #F3A06D;
}
.AnyTagClassName
{
color: #F3A06D;
}
</style>
background-color css
<style>
a { background-color: #F3A06D; }
a { background-color: rgb(243,160,109); }
div.DivClassName
{
background-color: #F3A06D;
}
.BgClassName
{
background-color: #F3A06D;
}
</style>
border-color css
<style>
span { border-color: #F3A06D; }
span { border-color: rgb(243,160,109); }
td.TdClassName
{
border-color: #F3A06D;
}
.TagClassName
{
border-color: #F3A06D;
}
</style>