Shades of Tea Rose #F693C8
Tints of Tea Rose #F693C8
RGB
CMYK
RGB Variations
Color information
#F693C8 (or 0xF693C8) is known color: Tea Rose. HEX triplet: F6, 93 and C8. RGB value is (246,147,200). Sum of RGB (Red+Green+Blue) = 246+147+200=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F693C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693C8 is #096C37. Grayscale: #B6B6B6. Windows color (decimal): -617528 or 13145078. OLE color: 13145078.
HSL color Cylindrical-coordinate representation of color #F693C8: hue angle of 327.88º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693C8 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 200 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.04 |
| HSL | 327.88º | 0.85% | 0.77% | - |
| HSV(B) | 327.88º | 0.4% | 0.96% | - |
| XYZ | 58.87 | 44.63 | 60.16 | - |
| YUV | 182.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 200 | 0 | 0.40 | 0.19 | 0.04 | 327.88 | 0.85 | 0.77 |
| Hex | F6 | 93 | C8 | 0 | 28 | 13 | 4 | 148 | 55 | 4D |
| Octal | 366 | 223 | 310 | 0 | 50 | 23 | 4 | 510 | 125 | 115 |
| Binary | 11110110 | 10010011 | 11001000 | 0 | 101000 | 10011 | 100 | 101001000 | 1010101 | 1001101 |
Color Harmonies of #F693C8
Complementary color
Monochromatic Colors of #F693C8
Black with #F693C8
Text Example
Text Example
White with #F693C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F693C8; }
p { color: rgb(246,147,200); }
H1.HeaderClassName
{
color: #F693C8;
}
.AnyTagClassName
{
color: #F693C8;
}
</style>
background-color css
<style>
a { background-color: #F693C8; }
a { background-color: rgb(246,147,200); }
div.DivClassName
{
background-color: #F693C8;
}
.BgClassName
{
background-color: #F693C8;
}
</style>
border-color css
<style>
span { border-color: #F693C8; }
span { border-color: rgb(246,147,200); }
td.TdClassName
{
border-color: #F693C8;
}
.TagClassName
{
border-color: #F693C8;
}
</style>