Shades of Hit Pink #F49C6F
Tints of Hit Pink #F49C6F
RGB
CMYK
RGB Variations
Color information
#F49C6F (or 0xF49C6F) is known color: Hit Pink. HEX triplet: F4, 9C and 6F. RGB value is (244,156,111). Sum of RGB (Red+Green+Blue) = 244+156+111=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49C6F is #0B6390. Grayscale: #B1B1B1. Windows color (decimal): -746385 or 7314676. OLE color: 7314676.
HSL color Cylindrical-coordinate representation of color #F49C6F: hue angle of 20.3º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F49C6F is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 111 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.04 |
| HSL | 20.3º | 0.86% | 0.7% | - |
| HSV(B) | 20.3º | 0.55% | 0.96% | - |
| XYZ | 52.07 | 44.16 | 20.82 | - |
| YUV | 177.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 111 | 0 | 0.36 | 0.55 | 0.04 | 20.3 | 0.86 | 0.7 |
| Hex | F4 | 9C | 6F | 0 | 24 | 37 | 4 | 14 | 56 | 46 |
| Octal | 364 | 234 | 157 | 0 | 44 | 67 | 4 | 24 | 126 | 106 |
| Binary | 11110100 | 10011100 | 1101111 | 0 | 100100 | 110111 | 100 | 10100 | 1010110 | 1000110 |
Color Harmonies of #F49C6F
Complementary color
Monochromatic Colors of #F49C6F
Black with #F49C6F
Text Example
Text Example
White with #F49C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49C6F; }
p { color: rgb(244,156,111); }
H1.HeaderClassName
{
color: #F49C6F;
}
.AnyTagClassName
{
color: #F49C6F;
}
</style>
background-color css
<style>
a { background-color: #F49C6F; }
a { background-color: rgb(244,156,111); }
div.DivClassName
{
background-color: #F49C6F;
}
.BgClassName
{
background-color: #F49C6F;
}
</style>
border-color css
<style>
span { border-color: #F49C6F; }
span { border-color: rgb(244,156,111); }
td.TdClassName
{
border-color: #F49C6F;
}
.TagClassName
{
border-color: #F49C6F;
}
</style>