Shades of Tea Rose #F38AD0
Tints of Tea Rose #F38AD0
RGB
CMYK
RGB Variations
Color information
#F38AD0 (or 0xF38AD0) is known color: Tea Rose. HEX triplet: F3, 8A and D0. RGB value is (243,138,208). Sum of RGB (Red+Green+Blue) = 243+138+208=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AD0 is #0C752F. Grayscale: #B1B1B1. Windows color (decimal): -816432 or 13667059. OLE color: 13667059.
HSL color Cylindrical-coordinate representation of color #F38AD0: hue angle of 320º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AD0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 208 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.05 |
| HSL | 320º | 0.81% | 0.75% | - |
| HSV(B) | 320º | 0.43% | 0.95% | - |
| XYZ | 57.44 | 41.79 | 64.71 | - |
| YUV | 177.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 208 | 0 | 0.43 | 0.14 | 0.05 | 320 | 0.81 | 0.75 |
| Hex | F3 | 8A | D0 | 0 | 2B | E | 5 | 140 | 51 | 4B |
| Octal | 363 | 212 | 320 | 0 | 53 | 16 | 5 | 500 | 121 | 113 |
| Binary | 11110011 | 10001010 | 11010000 | 0 | 101011 | 1110 | 101 | 101000000 | 1010001 | 1001011 |
Color Harmonies of #F38AD0
Complementary color
Monochromatic Colors of #F38AD0
Black with #F38AD0
Text Example
Text Example
White with #F38AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38AD0; }
p { color: rgb(243,138,208); }
H1.HeaderClassName
{
color: #F38AD0;
}
.AnyTagClassName
{
color: #F38AD0;
}
</style>
background-color css
<style>
a { background-color: #F38AD0; }
a { background-color: rgb(243,138,208); }
div.DivClassName
{
background-color: #F38AD0;
}
.BgClassName
{
background-color: #F38AD0;
}
</style>
border-color css
<style>
span { border-color: #F38AD0; }
span { border-color: rgb(243,138,208); }
td.TdClassName
{
border-color: #F38AD0;
}
.TagClassName
{
border-color: #F38AD0;
}
</style>