Shades of Tea Rose #F392CC
Tints of Tea Rose #F392CC
RGB
CMYK
RGB Variations
Color information
#F392CC (or 0xF392CC) is known color: Tea Rose. HEX triplet: F3, 92 and CC. RGB value is (243,146,204). Sum of RGB (Red+Green+Blue) = 243+146+204=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F392CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392CC is #0C6D33. Grayscale: #B5B5B5. Windows color (decimal): -814388 or 13406963. OLE color: 13406963.
HSL color Cylindrical-coordinate representation of color #F392CC: hue angle of 324.12º 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 #F392CC is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 204 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.05 |
| HSL | 324.12º | 0.8% | 0.76% | - |
| HSV(B) | 324.12º | 0.4% | 0.95% | - |
| XYZ | 58.14 | 43.97 | 62.55 | - |
| YUV | 181.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 204 | 0 | 0.40 | 0.16 | 0.05 | 324.12 | 0.8 | 0.76 |
| Hex | F3 | 92 | CC | 0 | 28 | 10 | 5 | 144 | 50 | 4C |
| Octal | 363 | 222 | 314 | 0 | 50 | 20 | 5 | 504 | 120 | 114 |
| Binary | 11110011 | 10010010 | 11001100 | 0 | 101000 | 10000 | 101 | 101000100 | 1010000 | 1001100 |
Color Harmonies of #F392CC
Complementary color
Monochromatic Colors of #F392CC
Black with #F392CC
Text Example
Text Example
White with #F392CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392CC; }
p { color: rgb(243,146,204); }
H1.HeaderClassName
{
color: #F392CC;
}
.AnyTagClassName
{
color: #F392CC;
}
</style>
background-color css
<style>
a { background-color: #F392CC; }
a { background-color: rgb(243,146,204); }
div.DivClassName
{
background-color: #F392CC;
}
.BgClassName
{
background-color: #F392CC;
}
</style>
border-color css
<style>
span { border-color: #F392CC; }
span { border-color: rgb(243,146,204); }
td.TdClassName
{
border-color: #F392CC;
}
.TagClassName
{
border-color: #F392CC;
}
</style>