Shades of Tea Rose #F694CD
Tints of Tea Rose #F694CD
RGB
CMYK
RGB Variations
Color information
#F694CD (or 0xF694CD) is known color: Tea Rose. HEX triplet: F6, 94 and CD. RGB value is (246,148,205). Sum of RGB (Red+Green+Blue) = 246+148+205=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F694CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694CD is #096B32. Grayscale: #B7B7B7. Windows color (decimal): -617267 or 13473014. OLE color: 13473014.
HSL color Cylindrical-coordinate representation of color #F694CD: hue angle of 325.1º degrees, saturation: 0.84, 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 #F694CD is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 205 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.04 |
| HSL | 325.1º | 0.84% | 0.77% | - |
| HSV(B) | 325.1º | 0.4% | 0.96% | - |
| XYZ | 59.62 | 45.18 | 63.34 | - |
| YUV | 183.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 205 | 0 | 0.40 | 0.17 | 0.04 | 325.1 | 0.84 | 0.77 |
| Hex | F6 | 94 | CD | 0 | 28 | 11 | 4 | 145 | 54 | 4D |
| Octal | 366 | 224 | 315 | 0 | 50 | 21 | 4 | 505 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11001101 | 0 | 101000 | 10001 | 100 | 101000101 | 1010100 | 1001101 |
Color Harmonies of #F694CD
Complementary color
Monochromatic Colors of #F694CD
Black with #F694CD
Text Example
Text Example
White with #F694CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694CD; }
p { color: rgb(246,148,205); }
H1.HeaderClassName
{
color: #F694CD;
}
.AnyTagClassName
{
color: #F694CD;
}
</style>
background-color css
<style>
a { background-color: #F694CD; }
a { background-color: rgb(246,148,205); }
div.DivClassName
{
background-color: #F694CD;
}
.BgClassName
{
background-color: #F694CD;
}
</style>
border-color css
<style>
span { border-color: #F694CD; }
span { border-color: rgb(246,148,205); }
td.TdClassName
{
border-color: #F694CD;
}
.TagClassName
{
border-color: #F694CD;
}
</style>