Shades of Sweet Pink #F49D99
Tints of Sweet Pink #F49D99
RGB
CMYK
RGB Variations
Color information
#F49D99 (or 0xF49D99) is known color: Sweet Pink. HEX triplet: F4, 9D and 99. RGB value is (244,157,153). Sum of RGB (Red+Green+Blue) = 244+157+153=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49D99 is #0B6266. Grayscale: #B6B6B6. Windows color (decimal): -746087 or 10067444. OLE color: 10067444.
HSL color Cylindrical-coordinate representation of color #F49D99: hue angle of 2.64º degrees, saturation: 0.81, 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 #F49D99 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 153 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.04 |
| HSL | 2.64º | 0.81% | 0.78% | - |
| HSV(B) | 2.64º | 0.37% | 0.96% | - |
| XYZ | 55.11 | 45.65 | 36.04 | - |
| YUV | 182.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 153 | 0 | 0.36 | 0.37 | 0.04 | 2.64 | 0.81 | 0.78 |
| Hex | F4 | 9D | 99 | 0 | 24 | 25 | 4 | 3 | 51 | 4E |
| Octal | 364 | 235 | 231 | 0 | 44 | 45 | 4 | 3 | 121 | 116 |
| Binary | 11110100 | 10011101 | 10011001 | 0 | 100100 | 100101 | 100 | 11 | 1010001 | 1001110 |
Color Harmonies of #F49D99
Complementary color
Monochromatic Colors of #F49D99
Black with #F49D99
Text Example
Text Example
White with #F49D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D99; }
p { color: rgb(244,157,153); }
H1.HeaderClassName
{
color: #F49D99;
}
.AnyTagClassName
{
color: #F49D99;
}
</style>
background-color css
<style>
a { background-color: #F49D99; }
a { background-color: rgb(244,157,153); }
div.DivClassName
{
background-color: #F49D99;
}
.BgClassName
{
background-color: #F49D99;
}
</style>
border-color css
<style>
span { border-color: #F49D99; }
span { border-color: rgb(244,157,153); }
td.TdClassName
{
border-color: #F49D99;
}
.TagClassName
{
border-color: #F49D99;
}
</style>