Shades of Tea Rose #F68BCB
Tints of Tea Rose #F68BCB
RGB
CMYK
RGB Variations
Color information
#F68BCB (or 0xF68BCB) is known color: Tea Rose. HEX triplet: F6, 8B and CB. RGB value is (246,139,203). Sum of RGB (Red+Green+Blue) = 246+139+203=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BCB is #097434. Grayscale: #B2B2B2. Windows color (decimal): -619573 or 13339638. OLE color: 13339638.
HSL color Cylindrical-coordinate representation of color #F68BCB: hue angle of 324.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BCB is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 203 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.04 |
| HSL | 324.11º | 0.86% | 0.75% | - |
| HSV(B) | 324.11º | 0.43% | 0.96% | - |
| XYZ | 58.02 | 42.37 | 61.62 | - |
| YUV | 178.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 203 | 0 | 0.43 | 0.17 | 0.04 | 324.11 | 0.86 | 0.75 |
| Hex | F6 | 8B | CB | 0 | 2B | 11 | 4 | 144 | 56 | 4B |
| Octal | 366 | 213 | 313 | 0 | 53 | 21 | 4 | 504 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11001011 | 0 | 101011 | 10001 | 100 | 101000100 | 1010110 | 1001011 |
Color Harmonies of #F68BCB
Complementary color
Monochromatic Colors of #F68BCB
Black with #F68BCB
Text Example
Text Example
White with #F68BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BCB; }
p { color: rgb(246,139,203); }
H1.HeaderClassName
{
color: #F68BCB;
}
.AnyTagClassName
{
color: #F68BCB;
}
</style>
background-color css
<style>
a { background-color: #F68BCB; }
a { background-color: rgb(246,139,203); }
div.DivClassName
{
background-color: #F68BCB;
}
.BgClassName
{
background-color: #F68BCB;
}
</style>
border-color css
<style>
span { border-color: #F68BCB; }
span { border-color: rgb(246,139,203); }
td.TdClassName
{
border-color: #F68BCB;
}
.TagClassName
{
border-color: #F68BCB;
}
</style>