Shades of Tea Rose #F68FBE
Tints of Tea Rose #F68FBE
RGB
CMYK
RGB Variations
Color information
#F68FBE (or 0xF68FBE) is known color: Tea Rose. HEX triplet: F6, 8F and BE. RGB value is (246,143,190). Sum of RGB (Red+Green+Blue) = 246+143+190=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FBE is #097041. Grayscale: #B3B3B3. Windows color (decimal): -618562 or 12488694. OLE color: 12488694.
HSL color Cylindrical-coordinate representation of color #F68FBE: hue angle of 332.62º 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 #F68FBE is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 190 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.04 |
| HSL | 332.62º | 0.85% | 0.76% | - |
| HSV(B) | 332.62º | 0.42% | 0.96% | - |
| XYZ | 57.12 | 42.96 | 54 | - |
| YUV | 179.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 190 | 0 | 0.42 | 0.23 | 0.04 | 332.62 | 0.85 | 0.76 |
| Hex | F6 | 8F | BE | 0 | 2A | 17 | 4 | 14D | 55 | 4C |
| Octal | 366 | 217 | 276 | 0 | 52 | 27 | 4 | 515 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10111110 | 0 | 101010 | 10111 | 100 | 101001101 | 1010101 | 1001100 |
Color Harmonies of #F68FBE
Complementary color
Monochromatic Colors of #F68FBE
Black with #F68FBE
Text Example
Text Example
White with #F68FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FBE; }
p { color: rgb(246,143,190); }
H1.HeaderClassName
{
color: #F68FBE;
}
.AnyTagClassName
{
color: #F68FBE;
}
</style>
background-color css
<style>
a { background-color: #F68FBE; }
a { background-color: rgb(246,143,190); }
div.DivClassName
{
background-color: #F68FBE;
}
.BgClassName
{
background-color: #F68FBE;
}
</style>
border-color css
<style>
span { border-color: #F68FBE; }
span { border-color: rgb(246,143,190); }
td.TdClassName
{
border-color: #F68FBE;
}
.TagClassName
{
border-color: #F68FBE;
}
</style>