Shades of Tea Rose #F382C0
Tints of Tea Rose #F382C0
RGB
CMYK
RGB Variations
Color information
#F382C0 (or 0xF382C0) is known color: Tea Rose. HEX triplet: F3, 82 and C0. RGB value is (243,130,192). Sum of RGB (Red+Green+Blue) = 243+130+192=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C0 is #0C7D3F. Grayscale: #AAAAAA. Windows color (decimal): -818496 or 12616435. OLE color: 12616435.
HSL color Cylindrical-coordinate representation of color #F382C0: hue angle of 327.08º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F382C0 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 192 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.05 |
| HSL | 327.08º | 0.82% | 0.73% | - |
| HSV(B) | 327.08º | 0.47% | 0.95% | - |
| XYZ | 54.46 | 38.83 | 54.49 | - |
| YUV | 170.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 192 | 0 | 0.47 | 0.21 | 0.05 | 327.08 | 0.82 | 0.73 |
| Hex | F3 | 82 | C0 | 0 | 2F | 15 | 5 | 147 | 52 | 49 |
| Octal | 363 | 202 | 300 | 0 | 57 | 25 | 5 | 507 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11000000 | 0 | 101111 | 10101 | 101 | 101000111 | 1010010 | 1001001 |
Color Harmonies of #F382C0
Complementary color
Monochromatic Colors of #F382C0
Black with #F382C0
Text Example
Text Example
White with #F382C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382C0; }
p { color: rgb(243,130,192); }
H1.HeaderClassName
{
color: #F382C0;
}
.AnyTagClassName
{
color: #F382C0;
}
</style>
background-color css
<style>
a { background-color: #F382C0; }
a { background-color: rgb(243,130,192); }
div.DivClassName
{
background-color: #F382C0;
}
.BgClassName
{
background-color: #F382C0;
}
</style>
border-color css
<style>
span { border-color: #F382C0; }
span { border-color: rgb(243,130,192); }
td.TdClassName
{
border-color: #F382C0;
}
.TagClassName
{
border-color: #F382C0;
}
</style>