Shades of Tea Rose #F385CF
Tints of Tea Rose #F385CF
RGB
CMYK
RGB Variations
Color information
#F385CF (or 0xF385CF) is known color: Tea Rose. HEX triplet: F3, 85 and CF. RGB value is (243,133,207). Sum of RGB (Red+Green+Blue) = 243+133+207=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F385CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385CF is #0C7A30. Grayscale: #AEAEAE. Windows color (decimal): -817713 or 13600243. OLE color: 13600243.
HSL color Cylindrical-coordinate representation of color #F385CF: hue angle of 319.64º 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 #F385CF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 207 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.05 |
| HSL | 319.64º | 0.82% | 0.74% | - |
| HSV(B) | 319.64º | 0.45% | 0.95% | - |
| XYZ | 56.61 | 40.33 | 63.83 | - |
| YUV | 174.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 207 | 0 | 0.45 | 0.15 | 0.05 | 319.64 | 0.82 | 0.74 |
| Hex | F3 | 85 | CF | 0 | 2D | F | 5 | 140 | 52 | 4A |
| Octal | 363 | 205 | 317 | 0 | 55 | 17 | 5 | 500 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11001111 | 0 | 101101 | 1111 | 101 | 101000000 | 1010010 | 1001010 |
Color Harmonies of #F385CF
Complementary color
Monochromatic Colors of #F385CF
Black with #F385CF
Text Example
Text Example
White with #F385CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385CF; }
p { color: rgb(243,133,207); }
H1.HeaderClassName
{
color: #F385CF;
}
.AnyTagClassName
{
color: #F385CF;
}
</style>
background-color css
<style>
a { background-color: #F385CF; }
a { background-color: rgb(243,133,207); }
div.DivClassName
{
background-color: #F385CF;
}
.BgClassName
{
background-color: #F385CF;
}
</style>
border-color css
<style>
span { border-color: #F385CF; }
span { border-color: rgb(243,133,207); }
td.TdClassName
{
border-color: #F385CF;
}
.TagClassName
{
border-color: #F385CF;
}
</style>