Shades of Tea Rose #F48DB9
Tints of Tea Rose #F48DB9
RGB
CMYK
RGB Variations
Color information
#F48DB9 (or 0xF48DB9) is known color: Tea Rose. HEX triplet: F4, 8D and B9. RGB value is (244,141,185). Sum of RGB (Red+Green+Blue) = 244+141+185=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DB9 is #0B7246. Grayscale: #B0B0B0. Windows color (decimal): -750151 or 12160500. OLE color: 12160500.
HSL color Cylindrical-coordinate representation of color #F48DB9: hue angle of 334.37º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DB9 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 185 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.04 |
| HSL | 334.37º | 0.82% | 0.75% | - |
| HSV(B) | 334.37º | 0.42% | 0.96% | - |
| XYZ | 55.59 | 41.79 | 51.03 | - |
| YUV | 176.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 185 | 0 | 0.42 | 0.24 | 0.04 | 334.37 | 0.82 | 0.75 |
| Hex | F4 | 8D | B9 | 0 | 2A | 18 | 4 | 14E | 52 | 4B |
| Octal | 364 | 215 | 271 | 0 | 52 | 30 | 4 | 516 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10111001 | 0 | 101010 | 11000 | 100 | 101001110 | 1010010 | 1001011 |
Color Harmonies of #F48DB9
Complementary color
Monochromatic Colors of #F48DB9
Black with #F48DB9
Text Example
Text Example
White with #F48DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DB9; }
p { color: rgb(244,141,185); }
H1.HeaderClassName
{
color: #F48DB9;
}
.AnyTagClassName
{
color: #F48DB9;
}
</style>
background-color css
<style>
a { background-color: #F48DB9; }
a { background-color: rgb(244,141,185); }
div.DivClassName
{
background-color: #F48DB9;
}
.BgClassName
{
background-color: #F48DB9;
}
</style>
border-color css
<style>
span { border-color: #F48DB9; }
span { border-color: rgb(244,141,185); }
td.TdClassName
{
border-color: #F48DB9;
}
.TagClassName
{
border-color: #F48DB9;
}
</style>