Shades of Sweet Pink #F49290
Tints of Sweet Pink #F49290
RGB
CMYK
RGB Variations
Color information
#F49290 (or 0xF49290) is known color: Sweet Pink. HEX triplet: F4, 92 and 90. RGB value is (244,146,144). Sum of RGB (Red+Green+Blue) = 244+146+144=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F49290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49290 is #0B6D6F. Grayscale: #AFAFAF. Windows color (decimal): -748912 or 9474804. OLE color: 9474804.
HSL color Cylindrical-coordinate representation of color #F49290: hue angle of 1.2º 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 #F49290 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 144 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.04 |
| HSL | 1.2º | 0.82% | 0.76% | - |
| HSV(B) | 1.2º | 0.41% | 0.96% | - |
| XYZ | 52.62 | 41.8 | 31.68 | - |
| YUV | 175.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 144 | 0 | 0.40 | 0.41 | 0.04 | 1.2 | 0.82 | 0.76 |
| Hex | F4 | 92 | 90 | 0 | 28 | 29 | 4 | 1 | 52 | 4C |
| Octal | 364 | 222 | 220 | 0 | 50 | 51 | 4 | 1 | 122 | 114 |
| Binary | 11110100 | 10010010 | 10010000 | 0 | 101000 | 101001 | 100 | 1 | 1010010 | 1001100 |
Color Harmonies of #F49290
Complementary color
Monochromatic Colors of #F49290
Black with #F49290
Text Example
Text Example
White with #F49290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49290; }
p { color: rgb(244,146,144); }
H1.HeaderClassName
{
color: #F49290;
}
.AnyTagClassName
{
color: #F49290;
}
</style>
background-color css
<style>
a { background-color: #F49290; }
a { background-color: rgb(244,146,144); }
div.DivClassName
{
background-color: #F49290;
}
.BgClassName
{
background-color: #F49290;
}
</style>
border-color css
<style>
span { border-color: #F49290; }
span { border-color: rgb(244,146,144); }
td.TdClassName
{
border-color: #F49290;
}
.TagClassName
{
border-color: #F49290;
}
</style>