Shades of Sweet Pink #F49182
Tints of Sweet Pink #F49182
RGB
CMYK
RGB Variations
Color information
#F49182 (or 0xF49182) is known color: Sweet Pink. HEX triplet: F4, 91 and 82. RGB value is (244,145,130). Sum of RGB (Red+Green+Blue) = 244+145+130=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F49182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49182 is #0B6E7D. Grayscale: #ADADAD. Windows color (decimal): -749182 or 8557044. OLE color: 8557044.
HSL color Cylindrical-coordinate representation of color #F49182: hue angle of 7.89º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F49182 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 130 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.04 |
| HSL | 7.89º | 0.84% | 0.73% | - |
| HSV(B) | 7.89º | 0.47% | 0.96% | - |
| XYZ | 51.46 | 41.1 | 26.34 | - |
| YUV | 172.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 130 | 0 | 0.41 | 0.47 | 0.04 | 7.89 | 0.84 | 0.73 |
| Hex | F4 | 91 | 82 | 0 | 29 | 2F | 4 | 8 | 54 | 49 |
| Octal | 364 | 221 | 202 | 0 | 51 | 57 | 4 | 10 | 124 | 111 |
| Binary | 11110100 | 10010001 | 10000010 | 0 | 101001 | 101111 | 100 | 1000 | 1010100 | 1001001 |
Color Harmonies of #F49182
Complementary color
Monochromatic Colors of #F49182
Black with #F49182
Text Example
Text Example
White with #F49182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49182; }
p { color: rgb(244,145,130); }
H1.HeaderClassName
{
color: #F49182;
}
.AnyTagClassName
{
color: #F49182;
}
</style>
background-color css
<style>
a { background-color: #F49182; }
a { background-color: rgb(244,145,130); }
div.DivClassName
{
background-color: #F49182;
}
.BgClassName
{
background-color: #F49182;
}
</style>
border-color css
<style>
span { border-color: #F49182; }
span { border-color: rgb(244,145,130); }
td.TdClassName
{
border-color: #F49182;
}
.TagClassName
{
border-color: #F49182;
}
</style>