Shades of Sweet Pink #F49998
Tints of Sweet Pink #F49998
RGB
CMYK
RGB Variations
Color information
#F49998 (or 0xF49998) is known color: Sweet Pink. HEX triplet: F4, 99 and 98. RGB value is (244,153,152). Sum of RGB (Red+Green+Blue) = 244+153+152=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F49998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49998 is #0B6667. Grayscale: #B4B4B4. Windows color (decimal): -747112 or 10000884. OLE color: 10000884.
HSL color Cylindrical-coordinate representation of color #F49998: hue angle of 0.65º 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 #F49998 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 152 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.04 |
| HSL | 0.65º | 0.81% | 0.78% | - |
| HSV(B) | 0.65º | 0.38% | 0.96% | - |
| XYZ | 54.37 | 44.28 | 35.39 | - |
| YUV | 180.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 152 | 0 | 0.37 | 0.38 | 0.04 | 0.65 | 0.81 | 0.78 |
| Hex | F4 | 99 | 98 | 0 | 25 | 26 | 4 | 1 | 51 | 4E |
| Octal | 364 | 231 | 230 | 0 | 45 | 46 | 4 | 1 | 121 | 116 |
| Binary | 11110100 | 10011001 | 10011000 | 0 | 100101 | 100110 | 100 | 1 | 1010001 | 1001110 |
Color Harmonies of #F49998
Complementary color
Monochromatic Colors of #F49998
Black with #F49998
Text Example
Text Example
White with #F49998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49998; }
p { color: rgb(244,153,152); }
H1.HeaderClassName
{
color: #F49998;
}
.AnyTagClassName
{
color: #F49998;
}
</style>
background-color css
<style>
a { background-color: #F49998; }
a { background-color: rgb(244,153,152); }
div.DivClassName
{
background-color: #F49998;
}
.BgClassName
{
background-color: #F49998;
}
</style>
border-color css
<style>
span { border-color: #F49998; }
span { border-color: rgb(244,153,152); }
td.TdClassName
{
border-color: #F49998;
}
.TagClassName
{
border-color: #F49998;
}
</style>