Shades of Tea Rose #F383C8
Tints of Tea Rose #F383C8
RGB
CMYK
RGB Variations
Color information
#F383C8 (or 0xF383C8) is known color: Tea Rose. HEX triplet: F3, 83 and C8. RGB value is (243,131,200). Sum of RGB (Red+Green+Blue) = 243+131+200=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F383C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383C8 is #0C7C37. Grayscale: #ACACAC. Windows color (decimal): -818232 or 13140979. OLE color: 13140979.
HSL color Cylindrical-coordinate representation of color #F383C8: hue angle of 323.04º 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 #F383C8 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 200 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.05 |
| HSL | 323.04º | 0.82% | 0.73% | - |
| HSV(B) | 323.04º | 0.46% | 0.95% | - |
| XYZ | 55.5 | 39.46 | 59.33 | - |
| YUV | 172.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 200 | 0 | 0.46 | 0.18 | 0.05 | 323.04 | 0.82 | 0.73 |
| Hex | F3 | 83 | C8 | 0 | 2E | 12 | 5 | 143 | 52 | 49 |
| Octal | 363 | 203 | 310 | 0 | 56 | 22 | 5 | 503 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11001000 | 0 | 101110 | 10010 | 101 | 101000011 | 1010010 | 1001001 |
Color Harmonies of #F383C8
Complementary color
Monochromatic Colors of #F383C8
Black with #F383C8
Text Example
Text Example
White with #F383C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383C8; }
p { color: rgb(243,131,200); }
H1.HeaderClassName
{
color: #F383C8;
}
.AnyTagClassName
{
color: #F383C8;
}
</style>
background-color css
<style>
a { background-color: #F383C8; }
a { background-color: rgb(243,131,200); }
div.DivClassName
{
background-color: #F383C8;
}
.BgClassName
{
background-color: #F383C8;
}
</style>
border-color css
<style>
span { border-color: #F383C8; }
span { border-color: rgb(243,131,200); }
td.TdClassName
{
border-color: #F383C8;
}
.TagClassName
{
border-color: #F383C8;
}
</style>