Shades of Tea Rose #F690CC
Tints of Tea Rose #F690CC
RGB
CMYK
RGB Variations
Color information
#F690CC (or 0xF690CC) is known color: Tea Rose. HEX triplet: F6, 90 and CC. RGB value is (246,144,204). Sum of RGB (Red+Green+Blue) = 246+144+204=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F690CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690CC is #096F33. Grayscale: #B5B5B5. Windows color (decimal): -618292 or 13406454. OLE color: 13406454.
HSL color Cylindrical-coordinate representation of color #F690CC: hue angle of 324.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690CC is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 204 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.04 |
| HSL | 324.71º | 0.85% | 0.76% | - |
| HSV(B) | 324.71º | 0.41% | 0.96% | - |
| XYZ | 58.88 | 43.9 | 62.5 | - |
| YUV | 181.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 204 | 0 | 0.41 | 0.17 | 0.04 | 324.71 | 0.85 | 0.76 |
| Hex | F6 | 90 | CC | 0 | 29 | 11 | 4 | 145 | 55 | 4C |
| Octal | 366 | 220 | 314 | 0 | 51 | 21 | 4 | 505 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11001100 | 0 | 101001 | 10001 | 100 | 101000101 | 1010101 | 1001100 |
Color Harmonies of #F690CC
Complementary color
Monochromatic Colors of #F690CC
Black with #F690CC
Text Example
Text Example
White with #F690CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690CC; }
p { color: rgb(246,144,204); }
H1.HeaderClassName
{
color: #F690CC;
}
.AnyTagClassName
{
color: #F690CC;
}
</style>
background-color css
<style>
a { background-color: #F690CC; }
a { background-color: rgb(246,144,204); }
div.DivClassName
{
background-color: #F690CC;
}
.BgClassName
{
background-color: #F690CC;
}
</style>
border-color css
<style>
span { border-color: #F690CC; }
span { border-color: rgb(246,144,204); }
td.TdClassName
{
border-color: #F690CC;
}
.TagClassName
{
border-color: #F690CC;
}
</style>