Shades of Tea Rose #F392CE
Tints of Tea Rose #F392CE
RGB
CMYK
RGB Variations
Color information
#F392CE (or 0xF392CE) is known color: Tea Rose. HEX triplet: F3, 92 and CE. RGB value is (243,146,206). Sum of RGB (Red+Green+Blue) = 243+146+206=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F392CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392CE is #0C6D31. Grayscale: #B5B5B5. Windows color (decimal): -814386 or 13538035. OLE color: 13538035.
HSL color Cylindrical-coordinate representation of color #F392CE: hue angle of 322.89º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F392CE is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 206 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.05 |
| HSL | 322.89º | 0.8% | 0.76% | - |
| HSV(B) | 322.89º | 0.4% | 0.95% | - |
| XYZ | 58.38 | 44.07 | 63.82 | - |
| YUV | 181.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 206 | 0 | 0.40 | 0.15 | 0.05 | 322.89 | 0.8 | 0.76 |
| Hex | F3 | 92 | CE | 0 | 28 | F | 5 | 143 | 50 | 4C |
| Octal | 363 | 222 | 316 | 0 | 50 | 17 | 5 | 503 | 120 | 114 |
| Binary | 11110011 | 10010010 | 11001110 | 0 | 101000 | 1111 | 101 | 101000011 | 1010000 | 1001100 |
Color Harmonies of #F392CE
Complementary color
Monochromatic Colors of #F392CE
Black with #F392CE
Text Example
Text Example
White with #F392CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392CE; }
p { color: rgb(243,146,206); }
H1.HeaderClassName
{
color: #F392CE;
}
.AnyTagClassName
{
color: #F392CE;
}
</style>
background-color css
<style>
a { background-color: #F392CE; }
a { background-color: rgb(243,146,206); }
div.DivClassName
{
background-color: #F392CE;
}
.BgClassName
{
background-color: #F392CE;
}
</style>
border-color css
<style>
span { border-color: #F392CE; }
span { border-color: rgb(243,146,206); }
td.TdClassName
{
border-color: #F392CE;
}
.TagClassName
{
border-color: #F392CE;
}
</style>