Shades of Tea Rose #F385D1
Tints of Tea Rose #F385D1
RGB
CMYK
RGB Variations
Color information
#F385D1 (or 0xF385D1) is known color: Tea Rose. HEX triplet: F3, 85 and D1. RGB value is (243,133,209). Sum of RGB (Red+Green+Blue) = 243+133+209=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F385D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385D1 is #0C7A2E. Grayscale: #AEAEAE. Windows color (decimal): -817711 or 13731315. OLE color: 13731315.
HSL color Cylindrical-coordinate representation of color #F385D1: hue angle of 318.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385D1 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 209 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.05 |
| HSL | 318.55º | 0.82% | 0.74% | - |
| HSV(B) | 318.55º | 0.45% | 0.95% | - |
| XYZ | 56.86 | 40.43 | 65.13 | - |
| YUV | 174.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 209 | 0 | 0.45 | 0.14 | 0.05 | 318.55 | 0.82 | 0.74 |
| Hex | F3 | 85 | D1 | 0 | 2D | E | 5 | 13F | 52 | 4A |
| Octal | 363 | 205 | 321 | 0 | 55 | 16 | 5 | 477 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11010001 | 0 | 101101 | 1110 | 101 | 100111111 | 1010010 | 1001010 |
Color Harmonies of #F385D1
Complementary color
Monochromatic Colors of #F385D1
Black with #F385D1
Text Example
Text Example
White with #F385D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385D1; }
p { color: rgb(243,133,209); }
H1.HeaderClassName
{
color: #F385D1;
}
.AnyTagClassName
{
color: #F385D1;
}
</style>
background-color css
<style>
a { background-color: #F385D1; }
a { background-color: rgb(243,133,209); }
div.DivClassName
{
background-color: #F385D1;
}
.BgClassName
{
background-color: #F385D1;
}
</style>
border-color css
<style>
span { border-color: #F385D1; }
span { border-color: rgb(243,133,209); }
td.TdClassName
{
border-color: #F385D1;
}
.TagClassName
{
border-color: #F385D1;
}
</style>