Shades of Tea Rose #F293CE
Tints of Tea Rose #F293CE
RGB
CMYK
RGB Variations
Color information
#F293CE (or 0xF293CE) is known color: Tea Rose. HEX triplet: F2, 93 and CE. RGB value is (242,147,206). Sum of RGB (Red+Green+Blue) = 242+147+206=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F293CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293CE is #0D6C31. Grayscale: #B5B5B5. Windows color (decimal): -879666 or 13538290. OLE color: 13538290.
HSL color Cylindrical-coordinate representation of color #F293CE: hue angle of 322.74º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293CE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 206 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.05 |
| HSL | 322.74º | 0.79% | 0.76% | - |
| HSV(B) | 322.74º | 0.39% | 0.95% | - |
| XYZ | 58.19 | 44.2 | 63.86 | - |
| YUV | 182.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 206 | 0 | 0.39 | 0.15 | 0.05 | 322.74 | 0.79 | 0.76 |
| Hex | F2 | 93 | CE | 0 | 27 | F | 5 | 143 | 4F | 4C |
| Octal | 362 | 223 | 316 | 0 | 47 | 17 | 5 | 503 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11001110 | 0 | 100111 | 1111 | 101 | 101000011 | 1001111 | 1001100 |
Color Harmonies of #F293CE
Complementary color
Monochromatic Colors of #F293CE
Black with #F293CE
Text Example
Text Example
White with #F293CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293CE; }
p { color: rgb(242,147,206); }
H1.HeaderClassName
{
color: #F293CE;
}
.AnyTagClassName
{
color: #F293CE;
}
</style>
background-color css
<style>
a { background-color: #F293CE; }
a { background-color: rgb(242,147,206); }
div.DivClassName
{
background-color: #F293CE;
}
.BgClassName
{
background-color: #F293CE;
}
</style>
border-color css
<style>
span { border-color: #F293CE; }
span { border-color: rgb(242,147,206); }
td.TdClassName
{
border-color: #F293CE;
}
.TagClassName
{
border-color: #F293CE;
}
</style>