Shades of Tea Rose #F68BD3
Tints of Tea Rose #F68BD3
RGB
CMYK
RGB Variations
Color information
#F68BD3 (or 0xF68BD3) is known color: Tea Rose. HEX triplet: F6, 8B and D3. RGB value is (246,139,211). Sum of RGB (Red+Green+Blue) = 246+139+211=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BD3 is #09742C. Grayscale: #B3B3B3. Windows color (decimal): -619565 or 13863926. OLE color: 13863926.
HSL color Cylindrical-coordinate representation of color #F68BD3: hue angle of 319.63º 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 #F68BD3 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 211 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.04 |
| HSL | 319.63º | 0.86% | 0.75% | - |
| HSV(B) | 319.63º | 0.43% | 0.96% | - |
| XYZ | 59 | 42.76 | 66.77 | - |
| YUV | 179.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 211 | 0 | 0.43 | 0.14 | 0.04 | 319.63 | 0.86 | 0.75 |
| Hex | F6 | 8B | D3 | 0 | 2B | E | 4 | 140 | 56 | 4B |
| Octal | 366 | 213 | 323 | 0 | 53 | 16 | 4 | 500 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11010011 | 0 | 101011 | 1110 | 100 | 101000000 | 1010110 | 1001011 |
Color Harmonies of #F68BD3
Complementary color
Monochromatic Colors of #F68BD3
Black with #F68BD3
Text Example
Text Example
White with #F68BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BD3; }
p { color: rgb(246,139,211); }
H1.HeaderClassName
{
color: #F68BD3;
}
.AnyTagClassName
{
color: #F68BD3;
}
</style>
background-color css
<style>
a { background-color: #F68BD3; }
a { background-color: rgb(246,139,211); }
div.DivClassName
{
background-color: #F68BD3;
}
.BgClassName
{
background-color: #F68BD3;
}
</style>
border-color css
<style>
span { border-color: #F68BD3; }
span { border-color: rgb(246,139,211); }
td.TdClassName
{
border-color: #F68BD3;
}
.TagClassName
{
border-color: #F68BD3;
}
</style>