Shades of Sweet Pink #F49992
Tints of Sweet Pink #F49992
RGB
CMYK
RGB Variations
Color information
#F49992 (or 0xF49992) is known color: Sweet Pink. HEX triplet: F4, 99 and 92. RGB value is (244,153,146). Sum of RGB (Red+Green+Blue) = 244+153+146=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F49992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49992 is #0B666D. Grayscale: #B3B3B3. Windows color (decimal): -747118 or 9607668. OLE color: 9607668.
HSL color Cylindrical-coordinate representation of color #F49992: hue angle of 4.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F49992 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 146 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.04 |
| HSL | 4.29º | 0.82% | 0.76% | - |
| HSV(B) | 4.29º | 0.4% | 0.96% | - |
| XYZ | 53.89 | 44.09 | 32.86 | - |
| YUV | 179.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 146 | 0 | 0.37 | 0.40 | 0.04 | 4.29 | 0.82 | 0.76 |
| Hex | F4 | 99 | 92 | 0 | 25 | 28 | 4 | 4 | 52 | 4C |
| Octal | 364 | 231 | 222 | 0 | 45 | 50 | 4 | 4 | 122 | 114 |
| Binary | 11110100 | 10011001 | 10010010 | 0 | 100101 | 101000 | 100 | 100 | 1010010 | 1001100 |
Color Harmonies of #F49992
Complementary color
Monochromatic Colors of #F49992
Black with #F49992
Text Example
Text Example
White with #F49992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49992; }
p { color: rgb(244,153,146); }
H1.HeaderClassName
{
color: #F49992;
}
.AnyTagClassName
{
color: #F49992;
}
</style>
background-color css
<style>
a { background-color: #F49992; }
a { background-color: rgb(244,153,146); }
div.DivClassName
{
background-color: #F49992;
}
.BgClassName
{
background-color: #F49992;
}
</style>
border-color css
<style>
span { border-color: #F49992; }
span { border-color: rgb(244,153,146); }
td.TdClassName
{
border-color: #F49992;
}
.TagClassName
{
border-color: #F49992;
}
</style>