Shades of Hit Pink #F3A06F
Tints of Hit Pink #F3A06F
RGB
CMYK
RGB Variations
Color information
#F3A06F (or 0xF3A06F) is known color: Hit Pink. HEX triplet: F3, A0 and 6F. RGB value is (243,160,111). Sum of RGB (Red+Green+Blue) = 243+160+111=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A06F is #0C5F90. Grayscale: #B3B3B3. Windows color (decimal): -810897 or 7315699. OLE color: 7315699.
HSL color Cylindrical-coordinate representation of color #F3A06F: hue angle of 22.27º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3A06F is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 111 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.05 |
| HSL | 22.27º | 0.85% | 0.69% | - |
| HSV(B) | 22.27º | 0.54% | 0.95% | - |
| XYZ | 52.4 | 45.34 | 21.03 | - |
| YUV | 179.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 111 | 0 | 0.34 | 0.54 | 0.05 | 22.27 | 0.85 | 0.69 |
| Hex | F3 | A0 | 6F | 0 | 22 | 36 | 5 | 16 | 55 | 45 |
| Octal | 363 | 240 | 157 | 0 | 42 | 66 | 5 | 26 | 125 | 105 |
| Binary | 11110011 | 10100000 | 1101111 | 0 | 100010 | 110110 | 101 | 10110 | 1010101 | 1000101 |
Color Harmonies of #F3A06F
Complementary color
Monochromatic Colors of #F3A06F
Black with #F3A06F
Text Example
Text Example
White with #F3A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A06F; }
p { color: rgb(243,160,111); }
H1.HeaderClassName
{
color: #F3A06F;
}
.AnyTagClassName
{
color: #F3A06F;
}
</style>
background-color css
<style>
a { background-color: #F3A06F; }
a { background-color: rgb(243,160,111); }
div.DivClassName
{
background-color: #F3A06F;
}
.BgClassName
{
background-color: #F3A06F;
}
</style>
border-color css
<style>
span { border-color: #F3A06F; }
span { border-color: rgb(243,160,111); }
td.TdClassName
{
border-color: #F3A06F;
}
.TagClassName
{
border-color: #F3A06F;
}
</style>