Shades of Tea Rose #F384CF
Tints of Tea Rose #F384CF
RGB
CMYK
RGB Variations
Color information
#F384CF (or 0xF384CF) is known color: Tea Rose. HEX triplet: F3, 84 and CF. RGB value is (243,132,207). Sum of RGB (Red+Green+Blue) = 243+132+207=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F384CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384CF is #0C7B30. Grayscale: #ADADAD. Windows color (decimal): -817969 or 13599987. OLE color: 13599987.
HSL color Cylindrical-coordinate representation of color #F384CF: hue angle of 319.46º 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 #F384CF is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 207 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.05 |
| HSL | 319.46º | 0.82% | 0.74% | - |
| HSV(B) | 319.46º | 0.46% | 0.95% | - |
| XYZ | 56.48 | 40.06 | 63.79 | - |
| YUV | 173.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 207 | 0 | 0.46 | 0.15 | 0.05 | 319.46 | 0.82 | 0.74 |
| Hex | F3 | 84 | CF | 0 | 2E | F | 5 | 13F | 52 | 4A |
| Octal | 363 | 204 | 317 | 0 | 56 | 17 | 5 | 477 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11001111 | 0 | 101110 | 1111 | 101 | 100111111 | 1010010 | 1001010 |
Color Harmonies of #F384CF
Complementary color
Monochromatic Colors of #F384CF
Black with #F384CF
Text Example
Text Example
White with #F384CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384CF; }
p { color: rgb(243,132,207); }
H1.HeaderClassName
{
color: #F384CF;
}
.AnyTagClassName
{
color: #F384CF;
}
</style>
background-color css
<style>
a { background-color: #F384CF; }
a { background-color: rgb(243,132,207); }
div.DivClassName
{
background-color: #F384CF;
}
.BgClassName
{
background-color: #F384CF;
}
</style>
border-color css
<style>
span { border-color: #F384CF; }
span { border-color: rgb(243,132,207); }
td.TdClassName
{
border-color: #F384CF;
}
.TagClassName
{
border-color: #F384CF;
}
</style>