Shades of Tea Rose #F383CC
Tints of Tea Rose #F383CC
RGB
CMYK
RGB Variations
Color information
#F383CC (or 0xF383CC) is known color: Tea Rose. HEX triplet: F3, 83 and CC. RGB value is (243,131,204). Sum of RGB (Red+Green+Blue) = 243+131+204=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F383CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383CC is #0C7C33. Grayscale: #ACACAC. Windows color (decimal): -818228 or 13403123. OLE color: 13403123.
HSL color Cylindrical-coordinate representation of color #F383CC: hue angle of 320.89º 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 #F383CC is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 204 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.05 |
| HSL | 320.89º | 0.82% | 0.73% | - |
| HSV(B) | 320.89º | 0.46% | 0.95% | - |
| XYZ | 55.98 | 39.65 | 61.83 | - |
| YUV | 172.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 204 | 0 | 0.46 | 0.16 | 0.05 | 320.89 | 0.82 | 0.73 |
| Hex | F3 | 83 | CC | 0 | 2E | 10 | 5 | 141 | 52 | 49 |
| Octal | 363 | 203 | 314 | 0 | 56 | 20 | 5 | 501 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11001100 | 0 | 101110 | 10000 | 101 | 101000001 | 1010010 | 1001001 |
Color Harmonies of #F383CC
Complementary color
Monochromatic Colors of #F383CC
Black with #F383CC
Text Example
Text Example
White with #F383CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383CC; }
p { color: rgb(243,131,204); }
H1.HeaderClassName
{
color: #F383CC;
}
.AnyTagClassName
{
color: #F383CC;
}
</style>
background-color css
<style>
a { background-color: #F383CC; }
a { background-color: rgb(243,131,204); }
div.DivClassName
{
background-color: #F383CC;
}
.BgClassName
{
background-color: #F383CC;
}
</style>
border-color css
<style>
span { border-color: #F383CC; }
span { border-color: rgb(243,131,204); }
td.TdClassName
{
border-color: #F383CC;
}
.TagClassName
{
border-color: #F383CC;
}
</style>