Shades of Sweet Pink #F49085
Tints of Sweet Pink #F49085
RGB
CMYK
RGB Variations
Color information
#F49085 (or 0xF49085) is known color: Sweet Pink. HEX triplet: F4, 90 and 85. RGB value is (244,144,133). Sum of RGB (Red+Green+Blue) = 244+144+133=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F49085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49085 is #0B6F7A. Grayscale: #ACACAC. Windows color (decimal): -749435 or 8753396. OLE color: 8753396.
HSL color Cylindrical-coordinate representation of color #F49085: hue angle of 5.95º 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 #F49085 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 133 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.04 |
| HSL | 5.95º | 0.83% | 0.74% | - |
| HSV(B) | 5.95º | 0.45% | 0.96% | - |
| XYZ | 51.52 | 40.87 | 27.36 | - |
| YUV | 172.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 133 | 0 | 0.41 | 0.45 | 0.04 | 5.95 | 0.83 | 0.74 |
| Hex | F4 | 90 | 85 | 0 | 29 | 2D | 4 | 6 | 53 | 4A |
| Octal | 364 | 220 | 205 | 0 | 51 | 55 | 4 | 6 | 123 | 112 |
| Binary | 11110100 | 10010000 | 10000101 | 0 | 101001 | 101101 | 100 | 110 | 1010011 | 1001010 |
Color Harmonies of #F49085
Complementary color
Monochromatic Colors of #F49085
Black with #F49085
Text Example
Text Example
White with #F49085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49085; }
p { color: rgb(244,144,133); }
H1.HeaderClassName
{
color: #F49085;
}
.AnyTagClassName
{
color: #F49085;
}
</style>
background-color css
<style>
a { background-color: #F49085; }
a { background-color: rgb(244,144,133); }
div.DivClassName
{
background-color: #F49085;
}
.BgClassName
{
background-color: #F49085;
}
</style>
border-color css
<style>
span { border-color: #F49085; }
span { border-color: rgb(244,144,133); }
td.TdClassName
{
border-color: #F49085;
}
.TagClassName
{
border-color: #F49085;
}
</style>