Shades of Tea Rose #F67EC4
Tints of Tea Rose #F67EC4
RGB
CMYK
RGB Variations
Color information
#F67EC4 (or 0xF67EC4) is known color: Tea Rose. HEX triplet: F6, 7E and C4. RGB value is (246,126,196). Sum of RGB (Red+Green+Blue) = 246+126+196=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67EC4 is #09813B. Grayscale: #A9A9A9. Windows color (decimal): -622908 or 12877558. OLE color: 12877558.
HSL color Cylindrical-coordinate representation of color #F67EC4: hue angle of 325º 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 #F67EC4 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 196 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.04 |
| HSL | 325º | 0.87% | 0.73% | - |
| HSV(B) | 325º | 0.49% | 0.96% | - |
| XYZ | 55.43 | 38.5 | 56.73 | - |
| YUV | 169.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 196 | 0 | 0.49 | 0.20 | 0.04 | 325 | 0.87 | 0.73 |
| Hex | F6 | 7E | C4 | 0 | 31 | 14 | 4 | 145 | 57 | 49 |
| Octal | 366 | 176 | 304 | 0 | 61 | 24 | 4 | 505 | 127 | 111 |
| Binary | 11110110 | 1111110 | 11000100 | 0 | 110001 | 10100 | 100 | 101000101 | 1010111 | 1001001 |
Color Harmonies of #F67EC4
Complementary color
Monochromatic Colors of #F67EC4
Black with #F67EC4
Text Example
Text Example
White with #F67EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67EC4; }
p { color: rgb(246,126,196); }
H1.HeaderClassName
{
color: #F67EC4;
}
.AnyTagClassName
{
color: #F67EC4;
}
</style>
background-color css
<style>
a { background-color: #F67EC4; }
a { background-color: rgb(246,126,196); }
div.DivClassName
{
background-color: #F67EC4;
}
.BgClassName
{
background-color: #F67EC4;
}
</style>
border-color css
<style>
span { border-color: #F67EC4; }
span { border-color: rgb(246,126,196); }
td.TdClassName
{
border-color: #F67EC4;
}
.TagClassName
{
border-color: #F67EC4;
}
</style>