Shades of Tea Rose #F386CF
Tints of Tea Rose #F386CF
RGB
CMYK
RGB Variations
Color information
#F386CF (or 0xF386CF) is known color: Tea Rose. HEX triplet: F3, 86 and CF. RGB value is (243,134,207). Sum of RGB (Red+Green+Blue) = 243+134+207=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F386CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386CF is #0C7930. Grayscale: #AEAEAE. Windows color (decimal): -817457 or 13600499. OLE color: 13600499.
HSL color Cylindrical-coordinate representation of color #F386CF: hue angle of 319.82º 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 #F386CF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 207 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.05 |
| HSL | 319.82º | 0.82% | 0.74% | - |
| HSV(B) | 319.82º | 0.45% | 0.95% | - |
| XYZ | 56.75 | 40.61 | 63.88 | - |
| YUV | 174.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 207 | 0 | 0.45 | 0.15 | 0.05 | 319.82 | 0.82 | 0.74 |
| Hex | F3 | 86 | CF | 0 | 2D | F | 5 | 140 | 52 | 4A |
| Octal | 363 | 206 | 317 | 0 | 55 | 17 | 5 | 500 | 122 | 112 |
| Binary | 11110011 | 10000110 | 11001111 | 0 | 101101 | 1111 | 101 | 101000000 | 1010010 | 1001010 |
Color Harmonies of #F386CF
Complementary color
Monochromatic Colors of #F386CF
Black with #F386CF
Text Example
Text Example
White with #F386CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386CF; }
p { color: rgb(243,134,207); }
H1.HeaderClassName
{
color: #F386CF;
}
.AnyTagClassName
{
color: #F386CF;
}
</style>
background-color css
<style>
a { background-color: #F386CF; }
a { background-color: rgb(243,134,207); }
div.DivClassName
{
background-color: #F386CF;
}
.BgClassName
{
background-color: #F386CF;
}
</style>
border-color css
<style>
span { border-color: #F386CF; }
span { border-color: rgb(243,134,207); }
td.TdClassName
{
border-color: #F386CF;
}
.TagClassName
{
border-color: #F386CF;
}
</style>