Shades of Tea Rose #F67DCD
Tints of Tea Rose #F67DCD
RGB
CMYK
RGB Variations
Color information
#F67DCD (or 0xF67DCD) is known color: Tea Rose. HEX triplet: F6, 7D and CD. RGB value is (246,125,205). Sum of RGB (Red+Green+Blue) = 246+125+205=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DCD is #098232. Grayscale: #AAAAAA. Windows color (decimal): -623155 or 13467126. OLE color: 13467126.
HSL color Cylindrical-coordinate representation of color #F67DCD: hue angle of 320.33º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DCD is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 205 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.04 |
| HSL | 320.33º | 0.87% | 0.73% | - |
| HSV(B) | 320.33º | 0.49% | 0.96% | - |
| XYZ | 56.36 | 38.67 | 62.25 | - |
| YUV | 170.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 205 | 0 | 0.49 | 0.17 | 0.04 | 320.33 | 0.87 | 0.73 |
| Hex | F6 | 7D | CD | 0 | 31 | 11 | 4 | 140 | 57 | 49 |
| Octal | 366 | 175 | 315 | 0 | 61 | 21 | 4 | 500 | 127 | 111 |
| Binary | 11110110 | 1111101 | 11001101 | 0 | 110001 | 10001 | 100 | 101000000 | 1010111 | 1001001 |
Color Harmonies of #F67DCD
Complementary color
Monochromatic Colors of #F67DCD
Black with #F67DCD
Text Example
Text Example
White with #F67DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67DCD; }
p { color: rgb(246,125,205); }
H1.HeaderClassName
{
color: #F67DCD;
}
.AnyTagClassName
{
color: #F67DCD;
}
</style>
background-color css
<style>
a { background-color: #F67DCD; }
a { background-color: rgb(246,125,205); }
div.DivClassName
{
background-color: #F67DCD;
}
.BgClassName
{
background-color: #F67DCD;
}
</style>
border-color css
<style>
span { border-color: #F67DCD; }
span { border-color: rgb(246,125,205); }
td.TdClassName
{
border-color: #F67DCD;
}
.TagClassName
{
border-color: #F67DCD;
}
</style>