Shades of Tea Rose #F384C1
Tints of Tea Rose #F384C1
RGB
CMYK
RGB Variations
Color information
#F384C1 (or 0xF384C1) is known color: Tea Rose. HEX triplet: F3, 84 and C1. RGB value is (243,132,193). Sum of RGB (Red+Green+Blue) = 243+132+193=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F384C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384C1 is #0C7B3E. Grayscale: #ACACAC. Windows color (decimal): -817983 or 12682483. OLE color: 12682483.
HSL color Cylindrical-coordinate representation of color #F384C1: hue angle of 327.03º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384C1 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 193 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.05 |
| HSL | 327.03º | 0.82% | 0.74% | - |
| HSV(B) | 327.03º | 0.46% | 0.95% | - |
| XYZ | 54.84 | 39.41 | 55.17 | - |
| YUV | 172.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 193 | 0 | 0.46 | 0.21 | 0.05 | 327.03 | 0.82 | 0.74 |
| Hex | F3 | 84 | C1 | 0 | 2E | 15 | 5 | 147 | 52 | 4A |
| Octal | 363 | 204 | 301 | 0 | 56 | 25 | 5 | 507 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11000001 | 0 | 101110 | 10101 | 101 | 101000111 | 1010010 | 1001010 |
Color Harmonies of #F384C1
Complementary color
Monochromatic Colors of #F384C1
Black with #F384C1
Text Example
Text Example
White with #F384C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384C1; }
p { color: rgb(243,132,193); }
H1.HeaderClassName
{
color: #F384C1;
}
.AnyTagClassName
{
color: #F384C1;
}
</style>
background-color css
<style>
a { background-color: #F384C1; }
a { background-color: rgb(243,132,193); }
div.DivClassName
{
background-color: #F384C1;
}
.BgClassName
{
background-color: #F384C1;
}
</style>
border-color css
<style>
span { border-color: #F384C1; }
span { border-color: rgb(243,132,193); }
td.TdClassName
{
border-color: #F384C1;
}
.TagClassName
{
border-color: #F384C1;
}
</style>