Shades of Tea Rose #F382C5
Tints of Tea Rose #F382C5
RGB
CMYK
RGB Variations
Color information
#F382C5 (or 0xF382C5) is known color: Tea Rose. HEX triplet: F3, 82 and C5. RGB value is (243,130,197). Sum of RGB (Red+Green+Blue) = 243+130+197=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F382C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382C5 is #0C7D3A. Grayscale: #ABABAB. Windows color (decimal): -818491 or 12944115. OLE color: 12944115.
HSL color Cylindrical-coordinate representation of color #F382C5: hue angle of 324.42º 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 #F382C5 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 197 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.05 |
| HSL | 324.42º | 0.82% | 0.73% | - |
| HSV(B) | 324.42º | 0.47% | 0.95% | - |
| XYZ | 55.02 | 39.05 | 57.46 | - |
| YUV | 171.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 197 | 0 | 0.47 | 0.19 | 0.05 | 324.42 | 0.82 | 0.73 |
| Hex | F3 | 82 | C5 | 0 | 2F | 13 | 5 | 144 | 52 | 49 |
| Octal | 363 | 202 | 305 | 0 | 57 | 23 | 5 | 504 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11000101 | 0 | 101111 | 10011 | 101 | 101000100 | 1010010 | 1001001 |
Color Harmonies of #F382C5
Complementary color
Monochromatic Colors of #F382C5
Black with #F382C5
Text Example
Text Example
White with #F382C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382C5; }
p { color: rgb(243,130,197); }
H1.HeaderClassName
{
color: #F382C5;
}
.AnyTagClassName
{
color: #F382C5;
}
</style>
background-color css
<style>
a { background-color: #F382C5; }
a { background-color: rgb(243,130,197); }
div.DivClassName
{
background-color: #F382C5;
}
.BgClassName
{
background-color: #F382C5;
}
</style>
border-color css
<style>
span { border-color: #F382C5; }
span { border-color: rgb(243,130,197); }
td.TdClassName
{
border-color: #F382C5;
}
.TagClassName
{
border-color: #F382C5;
}
</style>