Shades of Tea Rose #F67DC5
Tints of Tea Rose #F67DC5
RGB
CMYK
RGB Variations
Color information
#F67DC5 (or 0xF67DC5) is known color: Tea Rose. HEX triplet: F6, 7D and C5. RGB value is (246,125,197). Sum of RGB (Red+Green+Blue) = 246+125+197=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DC5 is #09823A. Grayscale: #A9A9A9. Windows color (decimal): -623163 or 12942838. OLE color: 12942838.
HSL color Cylindrical-coordinate representation of color #F67DC5: hue angle of 324.3º 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 #F67DC5 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 197 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.04 |
| HSL | 324.3º | 0.87% | 0.73% | - |
| HSV(B) | 324.3º | 0.49% | 0.96% | - |
| XYZ | 55.42 | 38.29 | 57.29 | - |
| YUV | 169.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 197 | 0 | 0.49 | 0.20 | 0.04 | 324.3 | 0.87 | 0.73 |
| Hex | F6 | 7D | C5 | 0 | 31 | 14 | 4 | 144 | 57 | 49 |
| Octal | 366 | 175 | 305 | 0 | 61 | 24 | 4 | 504 | 127 | 111 |
| Binary | 11110110 | 1111101 | 11000101 | 0 | 110001 | 10100 | 100 | 101000100 | 1010111 | 1001001 |
Color Harmonies of #F67DC5
Complementary color
Monochromatic Colors of #F67DC5
Black with #F67DC5
Text Example
Text Example
White with #F67DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67DC5; }
p { color: rgb(246,125,197); }
H1.HeaderClassName
{
color: #F67DC5;
}
.AnyTagClassName
{
color: #F67DC5;
}
</style>
background-color css
<style>
a { background-color: #F67DC5; }
a { background-color: rgb(246,125,197); }
div.DivClassName
{
background-color: #F67DC5;
}
.BgClassName
{
background-color: #F67DC5;
}
</style>
border-color css
<style>
span { border-color: #F67DC5; }
span { border-color: rgb(246,125,197); }
td.TdClassName
{
border-color: #F67DC5;
}
.TagClassName
{
border-color: #F67DC5;
}
</style>