Shades of Tea Rose #F38ED2
Tints of Tea Rose #F38ED2
RGB
CMYK
RGB Variations
Color information
#F38ED2 (or 0xF38ED2) is known color: Tea Rose. HEX triplet: F3, 8E and D2. RGB value is (243,142,210). Sum of RGB (Red+Green+Blue) = 243+142+210=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ED2 is #0C712D. Grayscale: #B3B3B3. Windows color (decimal): -815406 or 13799155. OLE color: 13799155.
HSL color Cylindrical-coordinate representation of color #F38ED2: hue angle of 319.6º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 210 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.05 |
| HSL | 319.6º | 0.81% | 0.75% | - |
| HSV(B) | 319.6º | 0.42% | 0.95% | - |
| XYZ | 58.27 | 43.05 | 66.21 | - |
| YUV | 179.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 210 | 0 | 0.42 | 0.14 | 0.05 | 319.6 | 0.81 | 0.75 |
| Hex | F3 | 8E | D2 | 0 | 2A | E | 5 | 140 | 51 | 4B |
| Octal | 363 | 216 | 322 | 0 | 52 | 16 | 5 | 500 | 121 | 113 |
| Binary | 11110011 | 10001110 | 11010010 | 0 | 101010 | 1110 | 101 | 101000000 | 1010001 | 1001011 |
Color Harmonies of #F38ED2
Complementary color
Monochromatic Colors of #F38ED2
Black with #F38ED2
Text Example
Text Example
White with #F38ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ED2; }
p { color: rgb(243,142,210); }
H1.HeaderClassName
{
color: #F38ED2;
}
.AnyTagClassName
{
color: #F38ED2;
}
</style>
background-color css
<style>
a { background-color: #F38ED2; }
a { background-color: rgb(243,142,210); }
div.DivClassName
{
background-color: #F38ED2;
}
.BgClassName
{
background-color: #F38ED2;
}
</style>
border-color css
<style>
span { border-color: #F38ED2; }
span { border-color: rgb(243,142,210); }
td.TdClassName
{
border-color: #F38ED2;
}
.TagClassName
{
border-color: #F38ED2;
}
</style>