Shades of Sweet Pink #F49393
Tints of Sweet Pink #F49393
RGB
CMYK
RGB Variations
Color information
#F49393 (or 0xF49393) is known color: Sweet Pink. HEX triplet: F4, 93 and 93. RGB value is (244,147,147). Sum of RGB (Red+Green+Blue) = 244+147+147=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F49393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49393 is #0B6C6C. Grayscale: #B0B0B0. Windows color (decimal): -748653 or 9671668. OLE color: 9671668.
HSL color Cylindrical-coordinate representation of color #F49393: hue angle of 0º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F49393 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 147 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.04 |
| HSL | 0º | 0.82% | 0.77% | - |
| HSV(B) | 0º | 0.4% | 0.96% | - |
| XYZ | 53.01 | 42.21 | 32.96 | - |
| YUV | 176 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 147 | 0 | 0.40 | 0.40 | 0.04 | 0 | 0.82 | 0.77 |
| Hex | F4 | 93 | 93 | 0 | 28 | 28 | 4 | 0 | 52 | 4D |
| Octal | 364 | 223 | 223 | 0 | 50 | 50 | 4 | 0 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10010011 | 0 | 101000 | 101000 | 100 | 0 | 1010010 | 1001101 |
Color Harmonies of #F49393
Complementary color
Monochromatic Colors of #F49393
Black with #F49393
Text Example
Text Example
White with #F49393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49393; }
p { color: rgb(244,147,147); }
H1.HeaderClassName
{
color: #F49393;
}
.AnyTagClassName
{
color: #F49393;
}
</style>
background-color css
<style>
a { background-color: #F49393; }
a { background-color: rgb(244,147,147); }
div.DivClassName
{
background-color: #F49393;
}
.BgClassName
{
background-color: #F49393;
}
</style>
border-color css
<style>
span { border-color: #F49393; }
span { border-color: rgb(244,147,147); }
td.TdClassName
{
border-color: #F49393;
}
.TagClassName
{
border-color: #F49393;
}
</style>