Shades of Tea Rose #F382C2
Tints of Tea Rose #F382C2
RGB
CMYK
RGB Variations
Color information
#F382C2 (or 0xF382C2) is known color: Tea Rose. HEX triplet: F3, 82 and C2. RGB value is (243,130,194). Sum of RGB (Red+Green+Blue) = 243+130+194=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C2 is #0C7D3D. Grayscale: #AAAAAA. Windows color (decimal): -818494 or 12747507. OLE color: 12747507.
HSL color Cylindrical-coordinate representation of color #F382C2: hue angle of 326.02º 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 #F382C2 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 194 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.05 |
| HSL | 326.02º | 0.82% | 0.73% | - |
| HSV(B) | 326.02º | 0.47% | 0.95% | - |
| XYZ | 54.68 | 38.91 | 55.67 | - |
| YUV | 171.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 194 | 0 | 0.47 | 0.20 | 0.05 | 326.02 | 0.82 | 0.73 |
| Hex | F3 | 82 | C2 | 0 | 2F | 14 | 5 | 146 | 52 | 49 |
| Octal | 363 | 202 | 302 | 0 | 57 | 24 | 5 | 506 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11000010 | 0 | 101111 | 10100 | 101 | 101000110 | 1010010 | 1001001 |
Color Harmonies of #F382C2
Complementary color
Monochromatic Colors of #F382C2
Black with #F382C2
Text Example
Text Example
White with #F382C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382C2; }
p { color: rgb(243,130,194); }
H1.HeaderClassName
{
color: #F382C2;
}
.AnyTagClassName
{
color: #F382C2;
}
</style>
background-color css
<style>
a { background-color: #F382C2; }
a { background-color: rgb(243,130,194); }
div.DivClassName
{
background-color: #F382C2;
}
.BgClassName
{
background-color: #F382C2;
}
</style>
border-color css
<style>
span { border-color: #F382C2; }
span { border-color: rgb(243,130,194); }
td.TdClassName
{
border-color: #F382C2;
}
.TagClassName
{
border-color: #F382C2;
}
</style>