Shades of Tea Rose #F48BCD
Tints of Tea Rose #F48BCD
RGB
CMYK
RGB Variations
Color information
#F48BCD (or 0xF48BCD) is known color: Tea Rose. HEX triplet: F4, 8B and CD. RGB value is (244,139,205). Sum of RGB (Red+Green+Blue) = 244+139+205=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BCD is #0B7432. Grayscale: #B1B1B1. Windows color (decimal): -750643 or 13470708. OLE color: 13470708.
HSL color Cylindrical-coordinate representation of color #F48BCD: hue angle of 322.29º 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 #F48BCD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 205 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.04 |
| HSL | 322.29º | 0.83% | 0.75% | - |
| HSV(B) | 322.29º | 0.43% | 0.96% | - |
| XYZ | 57.56 | 42.11 | 62.85 | - |
| YUV | 177.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 205 | 0 | 0.43 | 0.16 | 0.04 | 322.29 | 0.83 | 0.75 |
| Hex | F4 | 8B | CD | 0 | 2B | 10 | 4 | 142 | 53 | 4B |
| Octal | 364 | 213 | 315 | 0 | 53 | 20 | 4 | 502 | 123 | 113 |
| Binary | 11110100 | 10001011 | 11001101 | 0 | 101011 | 10000 | 100 | 101000010 | 1010011 | 1001011 |
Color Harmonies of #F48BCD
Complementary color
Monochromatic Colors of #F48BCD
Black with #F48BCD
Text Example
Text Example
White with #F48BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BCD; }
p { color: rgb(244,139,205); }
H1.HeaderClassName
{
color: #F48BCD;
}
.AnyTagClassName
{
color: #F48BCD;
}
</style>
background-color css
<style>
a { background-color: #F48BCD; }
a { background-color: rgb(244,139,205); }
div.DivClassName
{
background-color: #F48BCD;
}
.BgClassName
{
background-color: #F48BCD;
}
</style>
border-color css
<style>
span { border-color: #F48BCD; }
span { border-color: rgb(244,139,205); }
td.TdClassName
{
border-color: #F48BCD;
}
.TagClassName
{
border-color: #F48BCD;
}
</style>