Shades of Sweet Pink #F49E9A
Tints of Sweet Pink #F49E9A
RGB
CMYK
RGB Variations
Color information
#F49E9A (or 0xF49E9A) is known color: Sweet Pink. HEX triplet: F4, 9E and 9A. RGB value is (244,158,154). Sum of RGB (Red+Green+Blue) = 244+158+154=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49E9A is #0B6165. Grayscale: #B7B7B7. Windows color (decimal): -745830 or 10133236. OLE color: 10133236.
HSL color Cylindrical-coordinate representation of color #F49E9A: hue angle of 2.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49E9A is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 154 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.04 |
| HSL | 2.67º | 0.8% | 0.78% | - |
| HSV(B) | 2.67º | 0.37% | 0.96% | - |
| XYZ | 55.37 | 46.02 | 36.54 | - |
| YUV | 183.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 154 | 0 | 0.35 | 0.37 | 0.04 | 2.67 | 0.8 | 0.78 |
| Hex | F4 | 9E | 9A | 0 | 23 | 25 | 4 | 3 | 50 | 4E |
| Octal | 364 | 236 | 232 | 0 | 43 | 45 | 4 | 3 | 120 | 116 |
| Binary | 11110100 | 10011110 | 10011010 | 0 | 100011 | 100101 | 100 | 11 | 1010000 | 1001110 |
Color Harmonies of #F49E9A
Complementary color
Monochromatic Colors of #F49E9A
Black with #F49E9A
Text Example
Text Example
White with #F49E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E9A; }
p { color: rgb(244,158,154); }
H1.HeaderClassName
{
color: #F49E9A;
}
.AnyTagClassName
{
color: #F49E9A;
}
</style>
background-color css
<style>
a { background-color: #F49E9A; }
a { background-color: rgb(244,158,154); }
div.DivClassName
{
background-color: #F49E9A;
}
.BgClassName
{
background-color: #F49E9A;
}
</style>
border-color css
<style>
span { border-color: #F49E9A; }
span { border-color: rgb(244,158,154); }
td.TdClassName
{
border-color: #F49E9A;
}
.TagClassName
{
border-color: #F49E9A;
}
</style>