Shades of Sweet Pink #F49086
Tints of Sweet Pink #F49086
RGB
CMYK
RGB Variations
Color information
#F49086 (or 0xF49086) is known color: Sweet Pink. HEX triplet: F4, 90 and 86. RGB value is (244,144,134). Sum of RGB (Red+Green+Blue) = 244+144+134=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F49086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49086 is #0B6F79. Grayscale: #ACACAC. Windows color (decimal): -749434 or 8818932. OLE color: 8818932.
HSL color Cylindrical-coordinate representation of color #F49086: hue angle of 5.45º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F49086 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 134 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.04 |
| HSL | 5.45º | 0.83% | 0.74% | - |
| HSV(B) | 5.45º | 0.45% | 0.96% | - |
| XYZ | 51.58 | 40.9 | 27.73 | - |
| YUV | 172.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 134 | 0 | 0.41 | 0.45 | 0.04 | 5.45 | 0.83 | 0.74 |
| Hex | F4 | 90 | 86 | 0 | 29 | 2D | 4 | 5 | 53 | 4A |
| Octal | 364 | 220 | 206 | 0 | 51 | 55 | 4 | 5 | 123 | 112 |
| Binary | 11110100 | 10010000 | 10000110 | 0 | 101001 | 101101 | 100 | 101 | 1010011 | 1001010 |
Color Harmonies of #F49086
Complementary color
Monochromatic Colors of #F49086
Black with #F49086
Text Example
Text Example
White with #F49086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49086; }
p { color: rgb(244,144,134); }
H1.HeaderClassName
{
color: #F49086;
}
.AnyTagClassName
{
color: #F49086;
}
</style>
background-color css
<style>
a { background-color: #F49086; }
a { background-color: rgb(244,144,134); }
div.DivClassName
{
background-color: #F49086;
}
.BgClassName
{
background-color: #F49086;
}
</style>
border-color css
<style>
span { border-color: #F49086; }
span { border-color: rgb(244,144,134); }
td.TdClassName
{
border-color: #F49086;
}
.TagClassName
{
border-color: #F49086;
}
</style>