Shades of Tea Rose #F48DCA
Tints of Tea Rose #F48DCA
RGB
CMYK
RGB Variations
Color information
#F48DCA (or 0xF48DCA) is known color: Tea Rose. HEX triplet: F4, 8D and CA. RGB value is (244,141,202). Sum of RGB (Red+Green+Blue) = 244+141+202=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DCA is #0B7235. Grayscale: #B2B2B2. Windows color (decimal): -750134 or 13274612. OLE color: 13274612.
HSL color Cylindrical-coordinate representation of color #F48DCA: hue angle of 324.47º 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 #F48DCA is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 202 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.04 |
| HSL | 324.47º | 0.82% | 0.75% | - |
| HSV(B) | 324.47º | 0.42% | 0.96% | - |
| XYZ | 57.49 | 42.55 | 61.06 | - |
| YUV | 178.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 202 | 0 | 0.42 | 0.17 | 0.04 | 324.47 | 0.82 | 0.75 |
| Hex | F4 | 8D | CA | 0 | 2A | 11 | 4 | 144 | 52 | 4B |
| Octal | 364 | 215 | 312 | 0 | 52 | 21 | 4 | 504 | 122 | 113 |
| Binary | 11110100 | 10001101 | 11001010 | 0 | 101010 | 10001 | 100 | 101000100 | 1010010 | 1001011 |
Color Harmonies of #F48DCA
Complementary color
Monochromatic Colors of #F48DCA
Black with #F48DCA
Text Example
Text Example
White with #F48DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DCA; }
p { color: rgb(244,141,202); }
H1.HeaderClassName
{
color: #F48DCA;
}
.AnyTagClassName
{
color: #F48DCA;
}
</style>
background-color css
<style>
a { background-color: #F48DCA; }
a { background-color: rgb(244,141,202); }
div.DivClassName
{
background-color: #F48DCA;
}
.BgClassName
{
background-color: #F48DCA;
}
</style>
border-color css
<style>
span { border-color: #F48DCA; }
span { border-color: rgb(244,141,202); }
td.TdClassName
{
border-color: #F48DCA;
}
.TagClassName
{
border-color: #F48DCA;
}
</style>