Shades of Tea Rose #F68ED2
Tints of Tea Rose #F68ED2
RGB
CMYK
RGB Variations
Color information
#F68ED2 (or 0xF68ED2) is known color: Tea Rose. HEX triplet: F6, 8E and D2. RGB value is (246,142,210). Sum of RGB (Red+Green+Blue) = 246+142+210=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ED2 is #09712D. Grayscale: #B4B4B4. Windows color (decimal): -618798 or 13799158. OLE color: 13799158.
HSL color Cylindrical-coordinate representation of color #F68ED2: hue angle of 320.77º 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 #F68ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 142 | 210 | - |
CMYK | 0 | 0.42 | 0.15 | 0.04 |
HSL | 320.77º | 0.85% | 0.76% | - |
HSV(B) | 320.77º | 0.42% | 0.96% | - |
XYZ | 59.31 | 43.59 | 66.26 | - |
YUV | 180.85 | 144.46 | 174.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 142 | 210 | 0 | 0.42 | 0.15 | 0.04 | 320.77 | 0.85 | 0.76 |
Hex | F6 | 8E | D2 | 0 | 2A | F | 4 | 141 | 55 | 4C |
Octal | 366 | 216 | 322 | 0 | 52 | 17 | 4 | 501 | 125 | 114 |
Binary | 11110110 | 10001110 | 11010010 | 0 | 101010 | 1111 | 100 | 101000001 | 1010101 | 1001100 |
Color Harmonies of #F68ED2
Complementary color
Monochromatic Colors of #F68ED2
Black with #F68ED2
Text Example
Text Example
White with #F68ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ED2; }
p { color: rgb(246,142,210); }
H1.HeaderClassName
{
color: #F68ED2;
}
.AnyTagClassName
{
color: #F68ED2;
}
</style>
background-color css
<style>
a { background-color: #F68ED2; }
a { background-color: rgb(246,142,210); }
div.DivClassName
{
background-color: #F68ED2;
}
.BgClassName
{
background-color: #F68ED2;
}
</style>
border-color css
<style>
span { border-color: #F68ED2; }
span { border-color: rgb(246,142,210); }
td.TdClassName
{
border-color: #F68ED2;
}
.TagClassName
{
border-color: #F68ED2;
}
</style>