Shades of Tea Rose #F691CE
Tints of Tea Rose #F691CE
RGB
CMYK
RGB Variations
Color information
#F691CE (or 0xF691CE) is known color: Tea Rose. HEX triplet: F6, 91 and CE. RGB value is (246,145,206). Sum of RGB (Red+Green+Blue) = 246+145+206=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F691CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691CE is #096E31. Grayscale: #B6B6B6. Windows color (decimal): -618034 or 13537782. OLE color: 13537782.
HSL color Cylindrical-coordinate representation of color #F691CE: hue angle of 323.76º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691CE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 206 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 323.76º | 0.85% | 0.77% | - |
| HSV(B) | 323.76º | 0.41% | 0.96% | - |
| XYZ | 59.27 | 44.3 | 63.82 | - |
| YUV | 182.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 206 | 0 | 0.41 | 0.16 | 0.04 | 323.76 | 0.85 | 0.77 |
| Hex | F6 | 91 | CE | 0 | 29 | 10 | 4 | 144 | 55 | 4D |
| Octal | 366 | 221 | 316 | 0 | 51 | 20 | 4 | 504 | 125 | 115 |
| Binary | 11110110 | 10010001 | 11001110 | 0 | 101001 | 10000 | 100 | 101000100 | 1010101 | 1001101 |
Color Harmonies of #F691CE
Complementary color
Monochromatic Colors of #F691CE
Black with #F691CE
Text Example
Text Example
White with #F691CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691CE; }
p { color: rgb(246,145,206); }
H1.HeaderClassName
{
color: #F691CE;
}
.AnyTagClassName
{
color: #F691CE;
}
</style>
background-color css
<style>
a { background-color: #F691CE; }
a { background-color: rgb(246,145,206); }
div.DivClassName
{
background-color: #F691CE;
}
.BgClassName
{
background-color: #F691CE;
}
</style>
border-color css
<style>
span { border-color: #F691CE; }
span { border-color: rgb(246,145,206); }
td.TdClassName
{
border-color: #F691CE;
}
.TagClassName
{
border-color: #F691CE;
}
</style>