Shades of Tea Rose #F68FC8
Tints of Tea Rose #F68FC8
RGB
CMYK
RGB Variations
Color information
#F68FC8 (or 0xF68FC8) is known color: Tea Rose. HEX triplet: F6, 8F and C8. RGB value is (246,143,200). Sum of RGB (Red+Green+Blue) = 246+143+200=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FC8 is #097037. Grayscale: #B4B4B4. Windows color (decimal): -618552 or 13144054. OLE color: 13144054.
HSL color Cylindrical-coordinate representation of color #F68FC8: hue angle of 326.8º 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 #F68FC8 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 200 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.04 |
| HSL | 326.8º | 0.85% | 0.76% | - |
| HSV(B) | 326.8º | 0.42% | 0.96% | - |
| XYZ | 58.25 | 43.41 | 59.95 | - |
| YUV | 180.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 200 | 0 | 0.42 | 0.19 | 0.04 | 326.8 | 0.85 | 0.76 |
| Hex | F6 | 8F | C8 | 0 | 2A | 13 | 4 | 147 | 55 | 4C |
| Octal | 366 | 217 | 310 | 0 | 52 | 23 | 4 | 507 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11001000 | 0 | 101010 | 10011 | 100 | 101000111 | 1010101 | 1001100 |
Color Harmonies of #F68FC8
Complementary color
Monochromatic Colors of #F68FC8
Black with #F68FC8
Text Example
Text Example
White with #F68FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FC8; }
p { color: rgb(246,143,200); }
H1.HeaderClassName
{
color: #F68FC8;
}
.AnyTagClassName
{
color: #F68FC8;
}
</style>
background-color css
<style>
a { background-color: #F68FC8; }
a { background-color: rgb(246,143,200); }
div.DivClassName
{
background-color: #F68FC8;
}
.BgClassName
{
background-color: #F68FC8;
}
</style>
border-color css
<style>
span { border-color: #F68FC8; }
span { border-color: rgb(246,143,200); }
td.TdClassName
{
border-color: #F68FC8;
}
.TagClassName
{
border-color: #F68FC8;
}
</style>