Shades of Sweet Pink #F49385
Tints of Sweet Pink #F49385
RGB
CMYK
RGB Variations
Color information
#F49385 (or 0xF49385) is known color: Sweet Pink. HEX triplet: F4, 93 and 85. RGB value is (244,147,133). Sum of RGB (Red+Green+Blue) = 244+147+133=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F49385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49385 is #0B6C7A. Grayscale: #AEAEAE. Windows color (decimal): -748667 or 8754164. OLE color: 8754164.
HSL color Cylindrical-coordinate representation of color #F49385: hue angle of 7.57º 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 #F49385 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 133 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.04 |
| HSL | 7.57º | 0.83% | 0.74% | - |
| HSV(B) | 7.57º | 0.45% | 0.96% | - |
| XYZ | 51.98 | 41.79 | 27.52 | - |
| YUV | 174.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 133 | 0 | 0.40 | 0.45 | 0.04 | 7.57 | 0.83 | 0.74 |
| Hex | F4 | 93 | 85 | 0 | 28 | 2D | 4 | 8 | 53 | 4A |
| Octal | 364 | 223 | 205 | 0 | 50 | 55 | 4 | 10 | 123 | 112 |
| Binary | 11110100 | 10010011 | 10000101 | 0 | 101000 | 101101 | 100 | 1000 | 1010011 | 1001010 |
Color Harmonies of #F49385
Complementary color
Monochromatic Colors of #F49385
Black with #F49385
Text Example
Text Example
White with #F49385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49385; }
p { color: rgb(244,147,133); }
H1.HeaderClassName
{
color: #F49385;
}
.AnyTagClassName
{
color: #F49385;
}
</style>
background-color css
<style>
a { background-color: #F49385; }
a { background-color: rgb(244,147,133); }
div.DivClassName
{
background-color: #F49385;
}
.BgClassName
{
background-color: #F49385;
}
</style>
border-color css
<style>
span { border-color: #F49385; }
span { border-color: rgb(244,147,133); }
td.TdClassName
{
border-color: #F49385;
}
.TagClassName
{
border-color: #F49385;
}
</style>