Shades of Hit Pink #F3A070
Tints of Hit Pink #F3A070
RGB
CMYK
RGB Variations
Color information
#F3A070 (or 0xF3A070) is known color: Hit Pink. HEX triplet: F3, A0 and 70. RGB value is (243,160,112). Sum of RGB (Red+Green+Blue) = 243+160+112=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A070 is #0C5F8F. Grayscale: #B3B3B3. Windows color (decimal): -810896 or 7381235. OLE color: 7381235.
HSL color Cylindrical-coordinate representation of color #F3A070: hue angle of 21.98º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3A070 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 112 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.05 |
| HSL | 21.98º | 0.85% | 0.7% | - |
| HSV(B) | 21.98º | 0.54% | 0.95% | - |
| XYZ | 52.46 | 45.37 | 21.32 | - |
| YUV | 179.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 112 | 0 | 0.34 | 0.54 | 0.05 | 21.98 | 0.85 | 0.7 |
| Hex | F3 | A0 | 70 | 0 | 22 | 36 | 5 | 16 | 55 | 46 |
| Octal | 363 | 240 | 160 | 0 | 42 | 66 | 5 | 26 | 125 | 106 |
| Binary | 11110011 | 10100000 | 1110000 | 0 | 100010 | 110110 | 101 | 10110 | 1010101 | 1000110 |
Color Harmonies of #F3A070
Complementary color
Monochromatic Colors of #F3A070
Black with #F3A070
Text Example
Text Example
White with #F3A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A070; }
p { color: rgb(243,160,112); }
H1.HeaderClassName
{
color: #F3A070;
}
.AnyTagClassName
{
color: #F3A070;
}
</style>
background-color css
<style>
a { background-color: #F3A070; }
a { background-color: rgb(243,160,112); }
div.DivClassName
{
background-color: #F3A070;
}
.BgClassName
{
background-color: #F3A070;
}
</style>
border-color css
<style>
span { border-color: #F3A070; }
span { border-color: rgb(243,160,112); }
td.TdClassName
{
border-color: #F3A070;
}
.TagClassName
{
border-color: #F3A070;
}
</style>