Shades of Tea Rose #F67CCF
Tints of Tea Rose #F67CCF
RGB
CMYK
RGB Variations
Color information
#F67CCF (or 0xF67CCF) is known color: Tea Rose. HEX triplet: F6, 7C and CF. RGB value is (246,124,207). Sum of RGB (Red+Green+Blue) = 246+124+207=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CCF is #098330. Grayscale: #A9A9A9. Windows color (decimal): -623409 or 13597942. OLE color: 13597942.
HSL color Cylindrical-coordinate representation of color #F67CCF: hue angle of 319.18º 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 #F67CCF is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 207 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.04 |
| HSL | 319.18º | 0.87% | 0.73% | - |
| HSV(B) | 319.18º | 0.5% | 0.96% | - |
| XYZ | 56.48 | 38.51 | 63.49 | - |
| YUV | 169.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 207 | 0 | 0.50 | 0.16 | 0.04 | 319.18 | 0.87 | 0.73 |
| Hex | F6 | 7C | CF | 0 | 32 | 10 | 4 | 13F | 57 | 49 |
| Octal | 366 | 174 | 317 | 0 | 62 | 20 | 4 | 477 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11001111 | 0 | 110010 | 10000 | 100 | 100111111 | 1010111 | 1001001 |
Color Harmonies of #F67CCF
Complementary color
Monochromatic Colors of #F67CCF
Black with #F67CCF
Text Example
Text Example
White with #F67CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CCF; }
p { color: rgb(246,124,207); }
H1.HeaderClassName
{
color: #F67CCF;
}
.AnyTagClassName
{
color: #F67CCF;
}
</style>
background-color css
<style>
a { background-color: #F67CCF; }
a { background-color: rgb(246,124,207); }
div.DivClassName
{
background-color: #F67CCF;
}
.BgClassName
{
background-color: #F67CCF;
}
</style>
border-color css
<style>
span { border-color: #F67CCF; }
span { border-color: rgb(246,124,207); }
td.TdClassName
{
border-color: #F67CCF;
}
.TagClassName
{
border-color: #F67CCF;
}
</style>