Shades of Hit Pink #F39C70
Tints of Hit Pink #F39C70
RGB
CMYK
RGB Variations
Color information
#F39C70 (or 0xF39C70) is known color: Hit Pink. HEX triplet: F3, 9C and 70. RGB value is (243,156,112). Sum of RGB (Red+Green+Blue) = 243+156+112=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F39C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39C70 is #0C638F. Grayscale: #B1B1B1. Windows color (decimal): -811920 or 7380211. OLE color: 7380211.
HSL color Cylindrical-coordinate representation of color #F39C70: hue angle of 20.15º 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 #F39C70 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 156 | 112 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.05 |
| HSL | 20.15º | 0.85% | 0.7% | - |
| HSV(B) | 20.15º | 0.54% | 0.95% | - |
| XYZ | 51.78 | 44 | 21.09 | - |
| YUV | 177 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 156 | 112 | 0 | 0.36 | 0.54 | 0.05 | 20.15 | 0.85 | 0.7 |
| Hex | F3 | 9C | 70 | 0 | 24 | 36 | 5 | 14 | 55 | 46 |
| Octal | 363 | 234 | 160 | 0 | 44 | 66 | 5 | 24 | 125 | 106 |
| Binary | 11110011 | 10011100 | 1110000 | 0 | 100100 | 110110 | 101 | 10100 | 1010101 | 1000110 |
Color Harmonies of #F39C70
Complementary color
Monochromatic Colors of #F39C70
Black with #F39C70
Text Example
Text Example
White with #F39C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39C70; }
p { color: rgb(243,156,112); }
H1.HeaderClassName
{
color: #F39C70;
}
.AnyTagClassName
{
color: #F39C70;
}
</style>
background-color css
<style>
a { background-color: #F39C70; }
a { background-color: rgb(243,156,112); }
div.DivClassName
{
background-color: #F39C70;
}
.BgClassName
{
background-color: #F39C70;
}
</style>
border-color css
<style>
span { border-color: #F39C70; }
span { border-color: rgb(243,156,112); }
td.TdClassName
{
border-color: #F39C70;
}
.TagClassName
{
border-color: #F39C70;
}
</style>