Shades of Tea Rose #F384C7
Tints of Tea Rose #F384C7
RGB
CMYK
RGB Variations
Color information
#F384C7 (or 0xF384C7) is known color: Tea Rose. HEX triplet: F3, 84 and C7. RGB value is (243,132,199). Sum of RGB (Red+Green+Blue) = 243+132+199=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F384C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384C7 is #0C7B38. Grayscale: #ACACAC. Windows color (decimal): -817977 or 13075699. OLE color: 13075699.
HSL color Cylindrical-coordinate representation of color #F384C7: hue angle of 323.78º 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 #F384C7 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 199 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.05 |
| HSL | 323.78º | 0.82% | 0.74% | - |
| HSV(B) | 323.78º | 0.46% | 0.95% | - |
| XYZ | 55.52 | 39.68 | 58.77 | - |
| YUV | 172.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 199 | 0 | 0.46 | 0.18 | 0.05 | 323.78 | 0.82 | 0.74 |
| Hex | F3 | 84 | C7 | 0 | 2E | 12 | 5 | 144 | 52 | 4A |
| Octal | 363 | 204 | 307 | 0 | 56 | 22 | 5 | 504 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11000111 | 0 | 101110 | 10010 | 101 | 101000100 | 1010010 | 1001010 |
Color Harmonies of #F384C7
Complementary color
Monochromatic Colors of #F384C7
Black with #F384C7
Text Example
Text Example
White with #F384C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384C7; }
p { color: rgb(243,132,199); }
H1.HeaderClassName
{
color: #F384C7;
}
.AnyTagClassName
{
color: #F384C7;
}
</style>
background-color css
<style>
a { background-color: #F384C7; }
a { background-color: rgb(243,132,199); }
div.DivClassName
{
background-color: #F384C7;
}
.BgClassName
{
background-color: #F384C7;
}
</style>
border-color css
<style>
span { border-color: #F384C7; }
span { border-color: rgb(243,132,199); }
td.TdClassName
{
border-color: #F384C7;
}
.TagClassName
{
border-color: #F384C7;
}
</style>