Shades of Tea Rose #F48BC1
Tints of Tea Rose #F48BC1
RGB
CMYK
RGB Variations
Color information
#F48BC1 (or 0xF48BC1) is known color: Tea Rose. HEX triplet: F4, 8B and C1. RGB value is (244,139,193). Sum of RGB (Red+Green+Blue) = 244+139+193=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BC1 is #0B743E. Grayscale: #B0B0B0. Windows color (decimal): -750655 or 12684276. OLE color: 12684276.
HSL color Cylindrical-coordinate representation of color #F48BC1: hue angle of 329.14º 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 #F48BC1 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 193 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.04 |
| HSL | 329.14º | 0.83% | 0.75% | - |
| HSV(B) | 329.14º | 0.43% | 0.96% | - |
| XYZ | 56.17 | 41.55 | 55.51 | - |
| YUV | 176.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 193 | 0 | 0.43 | 0.21 | 0.04 | 329.14 | 0.83 | 0.75 |
| Hex | F4 | 8B | C1 | 0 | 2B | 15 | 4 | 149 | 53 | 4B |
| Octal | 364 | 213 | 301 | 0 | 53 | 25 | 4 | 511 | 123 | 113 |
| Binary | 11110100 | 10001011 | 11000001 | 0 | 101011 | 10101 | 100 | 101001001 | 1010011 | 1001011 |
Color Harmonies of #F48BC1
Complementary color
Monochromatic Colors of #F48BC1
Black with #F48BC1
Text Example
Text Example
White with #F48BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BC1; }
p { color: rgb(244,139,193); }
H1.HeaderClassName
{
color: #F48BC1;
}
.AnyTagClassName
{
color: #F48BC1;
}
</style>
background-color css
<style>
a { background-color: #F48BC1; }
a { background-color: rgb(244,139,193); }
div.DivClassName
{
background-color: #F48BC1;
}
.BgClassName
{
background-color: #F48BC1;
}
</style>
border-color css
<style>
span { border-color: #F48BC1; }
span { border-color: rgb(244,139,193); }
td.TdClassName
{
border-color: #F48BC1;
}
.TagClassName
{
border-color: #F48BC1;
}
</style>