Shades of Tea Rose #F383C6
Tints of Tea Rose #F383C6
RGB
CMYK
RGB Variations
Color information
#F383C6 (or 0xF383C6) is known color: Tea Rose. HEX triplet: F3, 83 and C6. RGB value is (243,131,198). Sum of RGB (Red+Green+Blue) = 243+131+198=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F383C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383C6 is #0C7C39. Grayscale: #ABABAB. Windows color (decimal): -818234 or 13009907. OLE color: 13009907.
HSL color Cylindrical-coordinate representation of color #F383C6: hue angle of 324.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383C6 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 198 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.05 |
| HSL | 324.11º | 0.82% | 0.73% | - |
| HSV(B) | 324.11º | 0.46% | 0.95% | - |
| XYZ | 55.27 | 39.36 | 58.11 | - |
| YUV | 172.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 198 | 0 | 0.46 | 0.19 | 0.05 | 324.11 | 0.82 | 0.73 |
| Hex | F3 | 83 | C6 | 0 | 2E | 13 | 5 | 144 | 52 | 49 |
| Octal | 363 | 203 | 306 | 0 | 56 | 23 | 5 | 504 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11000110 | 0 | 101110 | 10011 | 101 | 101000100 | 1010010 | 1001001 |
Color Harmonies of #F383C6
Complementary color
Monochromatic Colors of #F383C6
Black with #F383C6
Text Example
Text Example
White with #F383C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383C6; }
p { color: rgb(243,131,198); }
H1.HeaderClassName
{
color: #F383C6;
}
.AnyTagClassName
{
color: #F383C6;
}
</style>
background-color css
<style>
a { background-color: #F383C6; }
a { background-color: rgb(243,131,198); }
div.DivClassName
{
background-color: #F383C6;
}
.BgClassName
{
background-color: #F383C6;
}
</style>
border-color css
<style>
span { border-color: #F383C6; }
span { border-color: rgb(243,131,198); }
td.TdClassName
{
border-color: #F383C6;
}
.TagClassName
{
border-color: #F383C6;
}
</style>