Shades of Tea Rose #F694C8
Tints of Tea Rose #F694C8
RGB
CMYK
RGB Variations
Color information
#F694C8 (or 0xF694C8) is known color: Tea Rose. HEX triplet: F6, 94 and C8. RGB value is (246,148,200). Sum of RGB (Red+Green+Blue) = 246+148+200=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F694C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694C8 is #096B37. Grayscale: #B7B7B7. Windows color (decimal): -617272 or 13145334. OLE color: 13145334.
HSL color Cylindrical-coordinate representation of color #F694C8: hue angle of 328.16º 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 #F694C8 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 200 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.04 |
| HSL | 328.16º | 0.84% | 0.77% | - |
| HSV(B) | 328.16º | 0.4% | 0.96% | - |
| XYZ | 59.02 | 44.94 | 60.21 | - |
| YUV | 183.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 200 | 0 | 0.40 | 0.19 | 0.04 | 328.16 | 0.84 | 0.77 |
| Hex | F6 | 94 | C8 | 0 | 28 | 13 | 4 | 148 | 54 | 4D |
| Octal | 366 | 224 | 310 | 0 | 50 | 23 | 4 | 510 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11001000 | 0 | 101000 | 10011 | 100 | 101001000 | 1010100 | 1001101 |
Color Harmonies of #F694C8
Complementary color
Monochromatic Colors of #F694C8
Black with #F694C8
Text Example
Text Example
White with #F694C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694C8; }
p { color: rgb(246,148,200); }
H1.HeaderClassName
{
color: #F694C8;
}
.AnyTagClassName
{
color: #F694C8;
}
</style>
background-color css
<style>
a { background-color: #F694C8; }
a { background-color: rgb(246,148,200); }
div.DivClassName
{
background-color: #F694C8;
}
.BgClassName
{
background-color: #F694C8;
}
</style>
border-color css
<style>
span { border-color: #F694C8; }
span { border-color: rgb(246,148,200); }
td.TdClassName
{
border-color: #F694C8;
}
.TagClassName
{
border-color: #F694C8;
}
</style>