Shades of Tea Rose #F67CCC
Tints of Tea Rose #F67CCC
RGB
CMYK
RGB Variations
Color information
#F67CCC (or 0xF67CCC) is known color: Tea Rose. HEX triplet: F6, 7C and CC. RGB value is (246,124,204). Sum of RGB (Red+Green+Blue) = 246+124+204=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CCC is #098333. Grayscale: #A9A9A9. Windows color (decimal): -623412 or 13401334. OLE color: 13401334.
HSL color Cylindrical-coordinate representation of color #F67CCC: hue angle of 320.66º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CCC is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 204 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.04 |
| HSL | 320.66º | 0.87% | 0.73% | - |
| HSV(B) | 320.66º | 0.5% | 0.96% | - |
| XYZ | 56.11 | 38.37 | 61.58 | - |
| YUV | 169.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 204 | 0 | 0.50 | 0.17 | 0.04 | 320.66 | 0.87 | 0.73 |
| Hex | F6 | 7C | CC | 0 | 32 | 11 | 4 | 141 | 57 | 49 |
| Octal | 366 | 174 | 314 | 0 | 62 | 21 | 4 | 501 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11001100 | 0 | 110010 | 10001 | 100 | 101000001 | 1010111 | 1001001 |
Color Harmonies of #F67CCC
Complementary color
Monochromatic Colors of #F67CCC
Black with #F67CCC
Text Example
Text Example
White with #F67CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CCC; }
p { color: rgb(246,124,204); }
H1.HeaderClassName
{
color: #F67CCC;
}
.AnyTagClassName
{
color: #F67CCC;
}
</style>
background-color css
<style>
a { background-color: #F67CCC; }
a { background-color: rgb(246,124,204); }
div.DivClassName
{
background-color: #F67CCC;
}
.BgClassName
{
background-color: #F67CCC;
}
</style>
border-color css
<style>
span { border-color: #F67CCC; }
span { border-color: rgb(246,124,204); }
td.TdClassName
{
border-color: #F67CCC;
}
.TagClassName
{
border-color: #F67CCC;
}
</style>