Shades of Tea Rose #F68FCD
Tints of Tea Rose #F68FCD
RGB
CMYK
RGB Variations
Color information
#F68FCD (or 0xF68FCD) is known color: Tea Rose. HEX triplet: F6, 8F and CD. RGB value is (246,143,205). Sum of RGB (Red+Green+Blue) = 246+143+205=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FCD is #097032. Grayscale: #B4B4B4. Windows color (decimal): -618547 or 13471734. OLE color: 13471734.
HSL color Cylindrical-coordinate representation of color #F68FCD: hue angle of 323.88º 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 #F68FCD is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 205 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.04 |
| HSL | 323.88º | 0.85% | 0.76% | - |
| HSV(B) | 323.88º | 0.42% | 0.96% | - |
| XYZ | 58.85 | 43.65 | 63.08 | - |
| YUV | 180.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 205 | 0 | 0.42 | 0.17 | 0.04 | 323.88 | 0.85 | 0.76 |
| Hex | F6 | 8F | CD | 0 | 2A | 11 | 4 | 144 | 55 | 4C |
| Octal | 366 | 217 | 315 | 0 | 52 | 21 | 4 | 504 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11001101 | 0 | 101010 | 10001 | 100 | 101000100 | 1010101 | 1001100 |
Color Harmonies of #F68FCD
Complementary color
Monochromatic Colors of #F68FCD
Black with #F68FCD
Text Example
Text Example
White with #F68FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FCD; }
p { color: rgb(246,143,205); }
H1.HeaderClassName
{
color: #F68FCD;
}
.AnyTagClassName
{
color: #F68FCD;
}
</style>
background-color css
<style>
a { background-color: #F68FCD; }
a { background-color: rgb(246,143,205); }
div.DivClassName
{
background-color: #F68FCD;
}
.BgClassName
{
background-color: #F68FCD;
}
</style>
border-color css
<style>
span { border-color: #F68FCD; }
span { border-color: rgb(246,143,205); }
td.TdClassName
{
border-color: #F68FCD;
}
.TagClassName
{
border-color: #F68FCD;
}
</style>