Shades of Sweet Pink #F49E98
Tints of Sweet Pink #F49E98
RGB
CMYK
RGB Variations
Color information
#F49E98 (or 0xF49E98) is known color: Sweet Pink. HEX triplet: F4, 9E and 98. RGB value is (244,158,152). Sum of RGB (Red+Green+Blue) = 244+158+152=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49E98 is #0B6167. Grayscale: #B7B7B7. Windows color (decimal): -745832 or 10002164. OLE color: 10002164.
HSL color Cylindrical-coordinate representation of color #F49E98: hue angle of 3.91º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F49E98 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 152 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.04 |
| HSL | 3.91º | 0.81% | 0.78% | - |
| HSV(B) | 3.91º | 0.38% | 0.96% | - |
| XYZ | 55.2 | 45.95 | 35.67 | - |
| YUV | 183.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 152 | 0 | 0.35 | 0.38 | 0.04 | 3.91 | 0.81 | 0.78 |
| Hex | F4 | 9E | 98 | 0 | 23 | 26 | 4 | 4 | 51 | 4E |
| Octal | 364 | 236 | 230 | 0 | 43 | 46 | 4 | 4 | 121 | 116 |
| Binary | 11110100 | 10011110 | 10011000 | 0 | 100011 | 100110 | 100 | 100 | 1010001 | 1001110 |
Color Harmonies of #F49E98
Complementary color
Monochromatic Colors of #F49E98
Black with #F49E98
Text Example
Text Example
White with #F49E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E98; }
p { color: rgb(244,158,152); }
H1.HeaderClassName
{
color: #F49E98;
}
.AnyTagClassName
{
color: #F49E98;
}
</style>
background-color css
<style>
a { background-color: #F49E98; }
a { background-color: rgb(244,158,152); }
div.DivClassName
{
background-color: #F49E98;
}
.BgClassName
{
background-color: #F49E98;
}
</style>
border-color css
<style>
span { border-color: #F49E98; }
span { border-color: rgb(244,158,152); }
td.TdClassName
{
border-color: #F49E98;
}
.TagClassName
{
border-color: #F49E98;
}
</style>