Shades of Tea Rose #F691C7
Tints of Tea Rose #F691C7
RGB
CMYK
RGB Variations
Color information
#F691C7 (or 0xF691C7) is known color: Tea Rose. HEX triplet: F6, 91 and C7. RGB value is (246,145,199). Sum of RGB (Red+Green+Blue) = 246+145+199=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F691C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691C7 is #096E38. Grayscale: #B5B5B5. Windows color (decimal): -618041 or 13079030. OLE color: 13079030.
HSL color Cylindrical-coordinate representation of color #F691C7: hue angle of 327.92º 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 #F691C7 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 199 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.04 |
| HSL | 327.92º | 0.85% | 0.77% | - |
| HSV(B) | 327.92º | 0.41% | 0.96% | - |
| XYZ | 58.44 | 43.97 | 59.44 | - |
| YUV | 181.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 199 | 0 | 0.41 | 0.19 | 0.04 | 327.92 | 0.85 | 0.77 |
| Hex | F6 | 91 | C7 | 0 | 29 | 13 | 4 | 148 | 55 | 4D |
| Octal | 366 | 221 | 307 | 0 | 51 | 23 | 4 | 510 | 125 | 115 |
| Binary | 11110110 | 10010001 | 11000111 | 0 | 101001 | 10011 | 100 | 101001000 | 1010101 | 1001101 |
Color Harmonies of #F691C7
Complementary color
Monochromatic Colors of #F691C7
Black with #F691C7
Text Example
Text Example
White with #F691C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691C7; }
p { color: rgb(246,145,199); }
H1.HeaderClassName
{
color: #F691C7;
}
.AnyTagClassName
{
color: #F691C7;
}
</style>
background-color css
<style>
a { background-color: #F691C7; }
a { background-color: rgb(246,145,199); }
div.DivClassName
{
background-color: #F691C7;
}
.BgClassName
{
background-color: #F691C7;
}
</style>
border-color css
<style>
span { border-color: #F691C7; }
span { border-color: rgb(246,145,199); }
td.TdClassName
{
border-color: #F691C7;
}
.TagClassName
{
border-color: #F691C7;
}
</style>