Shades of Sweet Pink #F49896
Tints of Sweet Pink #F49896
RGB
CMYK
RGB Variations
Color information
#F49896 (or 0xF49896) is known color: Sweet Pink. HEX triplet: F4, 98 and 96. RGB value is (244,152,150). Sum of RGB (Red+Green+Blue) = 244+152+150=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F49896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49896 is #0B6769. Grayscale: #B3B3B3. Windows color (decimal): -747370 or 9869556. OLE color: 9869556.
HSL color Cylindrical-coordinate representation of color #F49896: hue angle of 1.28º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F49896 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 150 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.04 |
| HSL | 1.28º | 0.81% | 0.77% | - |
| HSV(B) | 1.28º | 0.39% | 0.96% | - |
| XYZ | 54.04 | 43.89 | 34.48 | - |
| YUV | 179.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 150 | 0 | 0.38 | 0.39 | 0.04 | 1.28 | 0.81 | 0.77 |
| Hex | F4 | 98 | 96 | 0 | 26 | 27 | 4 | 1 | 51 | 4D |
| Octal | 364 | 230 | 226 | 0 | 46 | 47 | 4 | 1 | 121 | 115 |
| Binary | 11110100 | 10011000 | 10010110 | 0 | 100110 | 100111 | 100 | 1 | 1010001 | 1001101 |
Color Harmonies of #F49896
Complementary color
Monochromatic Colors of #F49896
Black with #F49896
Text Example
Text Example
White with #F49896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49896; }
p { color: rgb(244,152,150); }
H1.HeaderClassName
{
color: #F49896;
}
.AnyTagClassName
{
color: #F49896;
}
</style>
background-color css
<style>
a { background-color: #F49896; }
a { background-color: rgb(244,152,150); }
div.DivClassName
{
background-color: #F49896;
}
.BgClassName
{
background-color: #F49896;
}
</style>
border-color css
<style>
span { border-color: #F49896; }
span { border-color: rgb(244,152,150); }
td.TdClassName
{
border-color: #F49896;
}
.TagClassName
{
border-color: #F49896;
}
</style>