Shades of Tea Rose #F393CC
Tints of Tea Rose #F393CC
RGB
CMYK
RGB Variations
Color information
#F393CC (or 0xF393CC) is known color: Tea Rose. HEX triplet: F3, 93 and CC. RGB value is (243,147,204). Sum of RGB (Red+Green+Blue) = 243+147+204=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F393CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393CC is #0C6C33. Grayscale: #B6B6B6. Windows color (decimal): -814132 or 13407219. OLE color: 13407219.
HSL color Cylindrical-coordinate representation of color #F393CC: hue angle of 324.38º 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 #F393CC is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 204 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.05 |
| HSL | 324.38º | 0.8% | 0.76% | - |
| HSV(B) | 324.38º | 0.4% | 0.95% | - |
| XYZ | 58.29 | 44.28 | 62.6 | - |
| YUV | 182.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 204 | 0 | 0.40 | 0.16 | 0.05 | 324.38 | 0.8 | 0.76 |
| Hex | F3 | 93 | CC | 0 | 28 | 10 | 5 | 144 | 50 | 4C |
| Octal | 363 | 223 | 314 | 0 | 50 | 20 | 5 | 504 | 120 | 114 |
| Binary | 11110011 | 10010011 | 11001100 | 0 | 101000 | 10000 | 101 | 101000100 | 1010000 | 1001100 |
Color Harmonies of #F393CC
Complementary color
Monochromatic Colors of #F393CC
Black with #F393CC
Text Example
Text Example
White with #F393CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393CC; }
p { color: rgb(243,147,204); }
H1.HeaderClassName
{
color: #F393CC;
}
.AnyTagClassName
{
color: #F393CC;
}
</style>
background-color css
<style>
a { background-color: #F393CC; }
a { background-color: rgb(243,147,204); }
div.DivClassName
{
background-color: #F393CC;
}
.BgClassName
{
background-color: #F393CC;
}
</style>
border-color css
<style>
span { border-color: #F393CC; }
span { border-color: rgb(243,147,204); }
td.TdClassName
{
border-color: #F393CC;
}
.TagClassName
{
border-color: #F393CC;
}
</style>