Shades of Tea Rose #F48BBA
Tints of Tea Rose #F48BBA
RGB
CMYK
RGB Variations
Color information
#F48BBA (or 0xF48BBA) is known color: Tea Rose. HEX triplet: F4, 8B and BA. RGB value is (244,139,186). Sum of RGB (Red+Green+Blue) = 244+139+186=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BBA is #0B7445. Grayscale: #AFAFAF. Windows color (decimal): -750662 or 12225524. OLE color: 12225524.
HSL color Cylindrical-coordinate representation of color #F48BBA: hue angle of 333.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 #F48BBA is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 186 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.04 |
| HSL | 333.14º | 0.83% | 0.75% | - |
| HSV(B) | 333.14º | 0.43% | 0.96% | - |
| XYZ | 55.4 | 41.24 | 51.5 | - |
| YUV | 175.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 186 | 0 | 0.43 | 0.24 | 0.04 | 333.14 | 0.83 | 0.75 |
| Hex | F4 | 8B | BA | 0 | 2B | 18 | 4 | 14D | 53 | 4B |
| Octal | 364 | 213 | 272 | 0 | 53 | 30 | 4 | 515 | 123 | 113 |
| Binary | 11110100 | 10001011 | 10111010 | 0 | 101011 | 11000 | 100 | 101001101 | 1010011 | 1001011 |
Color Harmonies of #F48BBA
Complementary color
Monochromatic Colors of #F48BBA
Black with #F48BBA
Text Example
Text Example
White with #F48BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48BBA; }
p { color: rgb(244,139,186); }
H1.HeaderClassName
{
color: #F48BBA;
}
.AnyTagClassName
{
color: #F48BBA;
}
</style>
background-color css
<style>
a { background-color: #F48BBA; }
a { background-color: rgb(244,139,186); }
div.DivClassName
{
background-color: #F48BBA;
}
.BgClassName
{
background-color: #F48BBA;
}
</style>
border-color css
<style>
span { border-color: #F48BBA; }
span { border-color: rgb(244,139,186); }
td.TdClassName
{
border-color: #F48BBA;
}
.TagClassName
{
border-color: #F48BBA;
}
</style>