Shades of Sweet Pink #F49490
Tints of Sweet Pink #F49490
RGB
CMYK
RGB Variations
Color information
#F49490 (or 0xF49490) is known color: Sweet Pink. HEX triplet: F4, 94 and 90. RGB value is (244,148,144). Sum of RGB (Red+Green+Blue) = 244+148+144=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F49490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49490 is #0B6B6F. Grayscale: #B0B0B0. Windows color (decimal): -748400 or 9475316. OLE color: 9475316.
HSL color Cylindrical-coordinate representation of color #F49490: hue angle of 2.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F49490 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 144 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.04 |
| HSL | 2.4º | 0.82% | 0.76% | - |
| HSV(B) | 2.4º | 0.41% | 0.96% | - |
| XYZ | 52.93 | 42.43 | 31.78 | - |
| YUV | 176.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 144 | 0 | 0.39 | 0.41 | 0.04 | 2.4 | 0.82 | 0.76 |
| Hex | F4 | 94 | 90 | 0 | 27 | 29 | 4 | 2 | 52 | 4C |
| Octal | 364 | 224 | 220 | 0 | 47 | 51 | 4 | 2 | 122 | 114 |
| Binary | 11110100 | 10010100 | 10010000 | 0 | 100111 | 101001 | 100 | 10 | 1010010 | 1001100 |
Color Harmonies of #F49490
Complementary color
Monochromatic Colors of #F49490
Black with #F49490
Text Example
Text Example
White with #F49490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49490; }
p { color: rgb(244,148,144); }
H1.HeaderClassName
{
color: #F49490;
}
.AnyTagClassName
{
color: #F49490;
}
</style>
background-color css
<style>
a { background-color: #F49490; }
a { background-color: rgb(244,148,144); }
div.DivClassName
{
background-color: #F49490;
}
.BgClassName
{
background-color: #F49490;
}
</style>
border-color css
<style>
span { border-color: #F49490; }
span { border-color: rgb(244,148,144); }
td.TdClassName
{
border-color: #F49490;
}
.TagClassName
{
border-color: #F49490;
}
</style>