Shades of Sweet Pink #F49E96
Tints of Sweet Pink #F49E96
RGB
CMYK
RGB Variations
Color information
#F49E96 (or 0xF49E96) is known color: Sweet Pink. HEX triplet: F4, 9E and 96. RGB value is (244,158,150). Sum of RGB (Red+Green+Blue) = 244+158+150=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49E96 is #0B6169. Grayscale: #B6B6B6. Windows color (decimal): -745834 or 9871092. OLE color: 9871092.
HSL color Cylindrical-coordinate representation of color #F49E96: hue angle of 5.11º 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 #F49E96 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 150 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.04 |
| HSL | 5.11º | 0.81% | 0.77% | - |
| HSV(B) | 5.11º | 0.39% | 0.96% | - |
| XYZ | 55.04 | 45.89 | 34.81 | - |
| YUV | 182.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 150 | 0 | 0.35 | 0.39 | 0.04 | 5.11 | 0.81 | 0.77 |
| Hex | F4 | 9E | 96 | 0 | 23 | 27 | 4 | 5 | 51 | 4D |
| Octal | 364 | 236 | 226 | 0 | 43 | 47 | 4 | 5 | 121 | 115 |
| Binary | 11110100 | 10011110 | 10010110 | 0 | 100011 | 100111 | 100 | 101 | 1010001 | 1001101 |
Color Harmonies of #F49E96
Complementary color
Monochromatic Colors of #F49E96
Black with #F49E96
Text Example
Text Example
White with #F49E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E96; }
p { color: rgb(244,158,150); }
H1.HeaderClassName
{
color: #F49E96;
}
.AnyTagClassName
{
color: #F49E96;
}
</style>
background-color css
<style>
a { background-color: #F49E96; }
a { background-color: rgb(244,158,150); }
div.DivClassName
{
background-color: #F49E96;
}
.BgClassName
{
background-color: #F49E96;
}
</style>
border-color css
<style>
span { border-color: #F49E96; }
span { border-color: rgb(244,158,150); }
td.TdClassName
{
border-color: #F49E96;
}
.TagClassName
{
border-color: #F49E96;
}
</style>