Shades of Tea Rose #F48BC0
Tints of Tea Rose #F48BC0
RGB
CMYK
RGB Variations
Color information
#F48BC0 (or 0xF48BC0) is known color: Tea Rose. HEX triplet: F4, 8B and C0. RGB value is (244,139,192). Sum of RGB (Red+Green+Blue) = 244+139+192=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BC0 is #0B743F. Grayscale: #B0B0B0. Windows color (decimal): -750656 or 12618740. OLE color: 12618740.
HSL color Cylindrical-coordinate representation of color #F48BC0: hue angle of 329.71º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48BC0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 192 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.04 |
| HSL | 329.71º | 0.83% | 0.75% | - |
| HSV(B) | 329.71º | 0.43% | 0.96% | - |
| XYZ | 56.06 | 41.5 | 54.93 | - |
| YUV | 176.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 192 | 0 | 0.43 | 0.21 | 0.04 | 329.71 | 0.83 | 0.75 |
| Hex | F4 | 8B | C0 | 0 | 2B | 15 | 4 | 14A | 53 | 4B |
| Octal | 364 | 213 | 300 | 0 | 53 | 25 | 4 | 512 | 123 | 113 |
| Binary | 11110100 | 10001011 | 11000000 | 0 | 101011 | 10101 | 100 | 101001010 | 1010011 | 1001011 |
Color Harmonies of #F48BC0
Complementary color
Monochromatic Colors of #F48BC0
Black with #F48BC0
Text Example
Text Example
White with #F48BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BC0; }
p { color: rgb(244,139,192); }
H1.HeaderClassName
{
color: #F48BC0;
}
.AnyTagClassName
{
color: #F48BC0;
}
</style>
background-color css
<style>
a { background-color: #F48BC0; }
a { background-color: rgb(244,139,192); }
div.DivClassName
{
background-color: #F48BC0;
}
.BgClassName
{
background-color: #F48BC0;
}
</style>
border-color css
<style>
span { border-color: #F48BC0; }
span { border-color: rgb(244,139,192); }
td.TdClassName
{
border-color: #F48BC0;
}
.TagClassName
{
border-color: #F48BC0;
}
</style>