Shades of Tea Rose #F67CCD
Tints of Tea Rose #F67CCD
RGB
CMYK
RGB Variations
Color information
#F67CCD (or 0xF67CCD) is known color: Tea Rose. HEX triplet: F6, 7C and CD. RGB value is (246,124,205). Sum of RGB (Red+Green+Blue) = 246+124+205=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CCD is #098332. Grayscale: #A9A9A9. Windows color (decimal): -623411 or 13466870. OLE color: 13466870.
HSL color Cylindrical-coordinate representation of color #F67CCD: hue angle of 320.16º 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 #F67CCD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 205 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.04 |
| HSL | 320.16º | 0.87% | 0.73% | - |
| HSV(B) | 320.16º | 0.5% | 0.96% | - |
| XYZ | 56.23 | 38.42 | 62.21 | - |
| YUV | 169.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 205 | 0 | 0.50 | 0.17 | 0.04 | 320.16 | 0.87 | 0.73 |
| Hex | F6 | 7C | CD | 0 | 32 | 11 | 4 | 140 | 57 | 49 |
| Octal | 366 | 174 | 315 | 0 | 62 | 21 | 4 | 500 | 127 | 111 |
| Binary | 11110110 | 1111100 | 11001101 | 0 | 110010 | 10001 | 100 | 101000000 | 1010111 | 1001001 |
Color Harmonies of #F67CCD
Complementary color
Monochromatic Colors of #F67CCD
Black with #F67CCD
Text Example
Text Example
White with #F67CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CCD; }
p { color: rgb(246,124,205); }
H1.HeaderClassName
{
color: #F67CCD;
}
.AnyTagClassName
{
color: #F67CCD;
}
</style>
background-color css
<style>
a { background-color: #F67CCD; }
a { background-color: rgb(246,124,205); }
div.DivClassName
{
background-color: #F67CCD;
}
.BgClassName
{
background-color: #F67CCD;
}
</style>
border-color css
<style>
span { border-color: #F67CCD; }
span { border-color: rgb(246,124,205); }
td.TdClassName
{
border-color: #F67CCD;
}
.TagClassName
{
border-color: #F67CCD;
}
</style>