Shades of Tea Rose #F395CE
Tints of Tea Rose #F395CE
RGB
CMYK
RGB Variations
Color information
#F395CE (or 0xF395CE) is known color: Tea Rose. HEX triplet: F3, 95 and CE. RGB value is (243,149,206). Sum of RGB (Red+Green+Blue) = 243+149+206=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F395CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395CE is #0C6A31. Grayscale: #B7B7B7. Windows color (decimal): -813618 or 13538803. OLE color: 13538803.
HSL color Cylindrical-coordinate representation of color #F395CE: hue angle of 323.62º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395CE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 206 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 323.62º | 0.8% | 0.77% | - |
| HSV(B) | 323.62º | 0.39% | 0.95% | - |
| XYZ | 58.85 | 45.01 | 63.98 | - |
| YUV | 183.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 206 | 0 | 0.39 | 0.15 | 0.05 | 323.62 | 0.8 | 0.77 |
| Hex | F3 | 95 | CE | 0 | 27 | F | 5 | 144 | 50 | 4D |
| Octal | 363 | 225 | 316 | 0 | 47 | 17 | 5 | 504 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11001110 | 0 | 100111 | 1111 | 101 | 101000100 | 1010000 | 1001101 |
Color Harmonies of #F395CE
Complementary color
Monochromatic Colors of #F395CE
Black with #F395CE
Text Example
Text Example
White with #F395CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395CE; }
p { color: rgb(243,149,206); }
H1.HeaderClassName
{
color: #F395CE;
}
.AnyTagClassName
{
color: #F395CE;
}
</style>
background-color css
<style>
a { background-color: #F395CE; }
a { background-color: rgb(243,149,206); }
div.DivClassName
{
background-color: #F395CE;
}
.BgClassName
{
background-color: #F395CE;
}
</style>
border-color css
<style>
span { border-color: #F395CE; }
span { border-color: rgb(243,149,206); }
td.TdClassName
{
border-color: #F395CE;
}
.TagClassName
{
border-color: #F395CE;
}
</style>