Shades of Tea Rose #F68FC9
Tints of Tea Rose #F68FC9
RGB
CMYK
RGB Variations
Color information
#F68FC9 (or 0xF68FC9) is known color: Tea Rose. HEX triplet: F6, 8F and C9. RGB value is (246,143,201). Sum of RGB (Red+Green+Blue) = 246+143+201=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FC9 is #097036. Grayscale: #B4B4B4. Windows color (decimal): -618551 or 13209590. OLE color: 13209590.
HSL color Cylindrical-coordinate representation of color #F68FC9: hue angle of 326.21º 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 #F68FC9 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 201 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.04 |
| HSL | 326.21º | 0.85% | 0.76% | - |
| HSV(B) | 326.21º | 0.42% | 0.96% | - |
| XYZ | 58.37 | 43.45 | 60.57 | - |
| YUV | 180.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 201 | 0 | 0.42 | 0.18 | 0.04 | 326.21 | 0.85 | 0.76 |
| Hex | F6 | 8F | C9 | 0 | 2A | 12 | 4 | 146 | 55 | 4C |
| Octal | 366 | 217 | 311 | 0 | 52 | 22 | 4 | 506 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11001001 | 0 | 101010 | 10010 | 100 | 101000110 | 1010101 | 1001100 |
Color Harmonies of #F68FC9
Complementary color
Monochromatic Colors of #F68FC9
Black with #F68FC9
Text Example
Text Example
White with #F68FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FC9; }
p { color: rgb(246,143,201); }
H1.HeaderClassName
{
color: #F68FC9;
}
.AnyTagClassName
{
color: #F68FC9;
}
</style>
background-color css
<style>
a { background-color: #F68FC9; }
a { background-color: rgb(246,143,201); }
div.DivClassName
{
background-color: #F68FC9;
}
.BgClassName
{
background-color: #F68FC9;
}
</style>
border-color css
<style>
span { border-color: #F68FC9; }
span { border-color: rgb(246,143,201); }
td.TdClassName
{
border-color: #F68FC9;
}
.TagClassName
{
border-color: #F68FC9;
}
</style>