Shades of Tea Rose #F383C9
Tints of Tea Rose #F383C9
RGB
CMYK
RGB Variations
Color information
#F383C9 (or 0xF383C9) is known color: Tea Rose. HEX triplet: F3, 83 and C9. RGB value is (243,131,201). Sum of RGB (Red+Green+Blue) = 243+131+201=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F383C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383C9 is #0C7C36. Grayscale: #ACACAC. Windows color (decimal): -818231 or 13206515. OLE color: 13206515.
HSL color Cylindrical-coordinate representation of color #F383C9: hue angle of 322.5º 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 #F383C9 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 201 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.05 |
| HSL | 322.5º | 0.82% | 0.73% | - |
| HSV(B) | 322.5º | 0.46% | 0.95% | - |
| XYZ | 55.62 | 39.5 | 59.95 | - |
| YUV | 172.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 201 | 0 | 0.46 | 0.17 | 0.05 | 322.5 | 0.82 | 0.73 |
| Hex | F3 | 83 | C9 | 0 | 2E | 11 | 5 | 142 | 52 | 49 |
| Octal | 363 | 203 | 311 | 0 | 56 | 21 | 5 | 502 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11001001 | 0 | 101110 | 10001 | 101 | 101000010 | 1010010 | 1001001 |
Color Harmonies of #F383C9
Complementary color
Monochromatic Colors of #F383C9
Black with #F383C9
Text Example
Text Example
White with #F383C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383C9; }
p { color: rgb(243,131,201); }
H1.HeaderClassName
{
color: #F383C9;
}
.AnyTagClassName
{
color: #F383C9;
}
</style>
background-color css
<style>
a { background-color: #F383C9; }
a { background-color: rgb(243,131,201); }
div.DivClassName
{
background-color: #F383C9;
}
.BgClassName
{
background-color: #F383C9;
}
</style>
border-color css
<style>
span { border-color: #F383C9; }
span { border-color: rgb(243,131,201); }
td.TdClassName
{
border-color: #F383C9;
}
.TagClassName
{
border-color: #F383C9;
}
</style>