Shades of Tea Rose #F68EC4
Tints of Tea Rose #F68EC4
RGB
CMYK
RGB Variations
Color information
#F68EC4 (or 0xF68EC4) is known color: Tea Rose. HEX triplet: F6, 8E and C4. RGB value is (246,142,196). Sum of RGB (Red+Green+Blue) = 246+142+196=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EC4 is #09713B. Grayscale: #B3B3B3. Windows color (decimal): -618812 or 12881654. OLE color: 12881654.
HSL color Cylindrical-coordinate representation of color #F68EC4: hue angle of 328.85º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EC4 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 196 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.04 |
| HSL | 328.85º | 0.85% | 0.76% | - |
| HSV(B) | 328.85º | 0.42% | 0.96% | - |
| XYZ | 57.64 | 42.92 | 57.47 | - |
| YUV | 179.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 196 | 0 | 0.42 | 0.20 | 0.04 | 328.85 | 0.85 | 0.76 |
| Hex | F6 | 8E | C4 | 0 | 2A | 14 | 4 | 149 | 55 | 4C |
| Octal | 366 | 216 | 304 | 0 | 52 | 24 | 4 | 511 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11000100 | 0 | 101010 | 10100 | 100 | 101001001 | 1010101 | 1001100 |
Color Harmonies of #F68EC4
Complementary color
Monochromatic Colors of #F68EC4
Black with #F68EC4
Text Example
Text Example
White with #F68EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EC4; }
p { color: rgb(246,142,196); }
H1.HeaderClassName
{
color: #F68EC4;
}
.AnyTagClassName
{
color: #F68EC4;
}
</style>
background-color css
<style>
a { background-color: #F68EC4; }
a { background-color: rgb(246,142,196); }
div.DivClassName
{
background-color: #F68EC4;
}
.BgClassName
{
background-color: #F68EC4;
}
</style>
border-color css
<style>
span { border-color: #F68EC4; }
span { border-color: rgb(246,142,196); }
td.TdClassName
{
border-color: #F68EC4;
}
.TagClassName
{
border-color: #F68EC4;
}
</style>