Shades of Tea Rose #F694C7
Tints of Tea Rose #F694C7
RGB
CMYK
RGB Variations
Color information
#F694C7 (or 0xF694C7) is known color: Tea Rose. HEX triplet: F6, 94 and C7. RGB value is (246,148,199). Sum of RGB (Red+Green+Blue) = 246+148+199=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F694C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694C7 is #096B38. Grayscale: #B7B7B7. Windows color (decimal): -617273 or 13079798. OLE color: 13079798.
HSL color Cylindrical-coordinate representation of color #F694C7: hue angle of 328.78º 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 #F694C7 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 199 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.04 |
| HSL | 328.78º | 0.84% | 0.77% | - |
| HSV(B) | 328.78º | 0.4% | 0.96% | - |
| XYZ | 58.9 | 44.9 | 59.59 | - |
| YUV | 183.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 199 | 0 | 0.40 | 0.19 | 0.04 | 328.78 | 0.84 | 0.77 |
| Hex | F6 | 94 | C7 | 0 | 28 | 13 | 4 | 149 | 54 | 4D |
| Octal | 366 | 224 | 307 | 0 | 50 | 23 | 4 | 511 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11000111 | 0 | 101000 | 10011 | 100 | 101001001 | 1010100 | 1001101 |
Color Harmonies of #F694C7
Complementary color
Monochromatic Colors of #F694C7
Black with #F694C7
Text Example
Text Example
White with #F694C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694C7; }
p { color: rgb(246,148,199); }
H1.HeaderClassName
{
color: #F694C7;
}
.AnyTagClassName
{
color: #F694C7;
}
</style>
background-color css
<style>
a { background-color: #F694C7; }
a { background-color: rgb(246,148,199); }
div.DivClassName
{
background-color: #F694C7;
}
.BgClassName
{
background-color: #F694C7;
}
</style>
border-color css
<style>
span { border-color: #F694C7; }
span { border-color: rgb(246,148,199); }
td.TdClassName
{
border-color: #F694C7;
}
.TagClassName
{
border-color: #F694C7;
}
</style>