Shades of Tea Rose #F68BCA
Tints of Tea Rose #F68BCA
RGB
CMYK
RGB Variations
Color information
#F68BCA (or 0xF68BCA) is known color: Tea Rose. HEX triplet: F6, 8B and CA. RGB value is (246,139,202). Sum of RGB (Red+Green+Blue) = 246+139+202=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BCA is #097435. Grayscale: #B2B2B2. Windows color (decimal): -619574 or 13274102. OLE color: 13274102.
HSL color Cylindrical-coordinate representation of color #F68BCA: hue angle of 324.67º 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 #F68BCA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 202 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.04 |
| HSL | 324.67º | 0.86% | 0.75% | - |
| HSV(B) | 324.67º | 0.43% | 0.96% | - |
| XYZ | 57.9 | 42.32 | 60.99 | - |
| YUV | 178.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 202 | 0 | 0.43 | 0.18 | 0.04 | 324.67 | 0.86 | 0.75 |
| Hex | F6 | 8B | CA | 0 | 2B | 12 | 4 | 145 | 56 | 4B |
| Octal | 366 | 213 | 312 | 0 | 53 | 22 | 4 | 505 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11001010 | 0 | 101011 | 10010 | 100 | 101000101 | 1010110 | 1001011 |
Color Harmonies of #F68BCA
Complementary color
Monochromatic Colors of #F68BCA
Black with #F68BCA
Text Example
Text Example
White with #F68BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BCA; }
p { color: rgb(246,139,202); }
H1.HeaderClassName
{
color: #F68BCA;
}
.AnyTagClassName
{
color: #F68BCA;
}
</style>
background-color css
<style>
a { background-color: #F68BCA; }
a { background-color: rgb(246,139,202); }
div.DivClassName
{
background-color: #F68BCA;
}
.BgClassName
{
background-color: #F68BCA;
}
</style>
border-color css
<style>
span { border-color: #F68BCA; }
span { border-color: rgb(246,139,202); }
td.TdClassName
{
border-color: #F68BCA;
}
.TagClassName
{
border-color: #F68BCA;
}
</style>