Shades of Tea Rose #F68FCB
Tints of Tea Rose #F68FCB
RGB
CMYK
RGB Variations
Color information
#F68FCB (or 0xF68FCB) is known color: Tea Rose. HEX triplet: F6, 8F and CB. RGB value is (246,143,203). Sum of RGB (Red+Green+Blue) = 246+143+203=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FCB is #097034. Grayscale: #B4B4B4. Windows color (decimal): -618549 or 13340662. OLE color: 13340662.
HSL color Cylindrical-coordinate representation of color #F68FCB: hue angle of 325.05º 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 #F68FCB is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 203 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.04 |
| HSL | 325.05º | 0.85% | 0.76% | - |
| HSV(B) | 325.05º | 0.42% | 0.96% | - |
| XYZ | 58.61 | 43.55 | 61.82 | - |
| YUV | 180.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 203 | 0 | 0.42 | 0.17 | 0.04 | 325.05 | 0.85 | 0.76 |
| Hex | F6 | 8F | CB | 0 | 2A | 11 | 4 | 145 | 55 | 4C |
| Octal | 366 | 217 | 313 | 0 | 52 | 21 | 4 | 505 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11001011 | 0 | 101010 | 10001 | 100 | 101000101 | 1010101 | 1001100 |
Color Harmonies of #F68FCB
Complementary color
Monochromatic Colors of #F68FCB
Black with #F68FCB
Text Example
Text Example
White with #F68FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FCB; }
p { color: rgb(246,143,203); }
H1.HeaderClassName
{
color: #F68FCB;
}
.AnyTagClassName
{
color: #F68FCB;
}
</style>
background-color css
<style>
a { background-color: #F68FCB; }
a { background-color: rgb(246,143,203); }
div.DivClassName
{
background-color: #F68FCB;
}
.BgClassName
{
background-color: #F68FCB;
}
</style>
border-color css
<style>
span { border-color: #F68FCB; }
span { border-color: rgb(246,143,203); }
td.TdClassName
{
border-color: #F68FCB;
}
.TagClassName
{
border-color: #F68FCB;
}
</style>