Shades of Tea Rose #F384C5
Tints of Tea Rose #F384C5
RGB
CMYK
RGB Variations
Color information
#F384C5 (or 0xF384C5) is known color: Tea Rose. HEX triplet: F3, 84 and C5. RGB value is (243,132,197). Sum of RGB (Red+Green+Blue) = 243+132+197=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F384C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384C5 is #0C7B3A. Grayscale: #ACACAC. Windows color (decimal): -817979 or 12944627. OLE color: 12944627.
HSL color Cylindrical-coordinate representation of color #F384C5: hue angle of 324.86º 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 #F384C5 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 197 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.05 |
| HSL | 324.86º | 0.82% | 0.74% | - |
| HSV(B) | 324.86º | 0.46% | 0.95% | - |
| XYZ | 55.29 | 39.59 | 57.55 | - |
| YUV | 172.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 197 | 0 | 0.46 | 0.19 | 0.05 | 324.86 | 0.82 | 0.74 |
| Hex | F3 | 84 | C5 | 0 | 2E | 13 | 5 | 145 | 52 | 4A |
| Octal | 363 | 204 | 305 | 0 | 56 | 23 | 5 | 505 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11000101 | 0 | 101110 | 10011 | 101 | 101000101 | 1010010 | 1001010 |
Color Harmonies of #F384C5
Complementary color
Monochromatic Colors of #F384C5
Black with #F384C5
Text Example
Text Example
White with #F384C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384C5; }
p { color: rgb(243,132,197); }
H1.HeaderClassName
{
color: #F384C5;
}
.AnyTagClassName
{
color: #F384C5;
}
</style>
background-color css
<style>
a { background-color: #F384C5; }
a { background-color: rgb(243,132,197); }
div.DivClassName
{
background-color: #F384C5;
}
.BgClassName
{
background-color: #F384C5;
}
</style>
border-color css
<style>
span { border-color: #F384C5; }
span { border-color: rgb(243,132,197); }
td.TdClassName
{
border-color: #F384C5;
}
.TagClassName
{
border-color: #F384C5;
}
</style>