Shades of Tea Rose #F68AC5
Tints of Tea Rose #F68AC5
RGB
CMYK
RGB Variations
Color information
#F68AC5 (or 0xF68AC5) is known color: Tea Rose. HEX triplet: F6, 8A and C5. RGB value is (246,138,197). Sum of RGB (Red+Green+Blue) = 246+138+197=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AC5 is #09753A. Grayscale: #B0B0B0. Windows color (decimal): -619835 or 12946166. OLE color: 12946166.
HSL color Cylindrical-coordinate representation of color #F68AC5: hue angle of 327.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AC5 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 197 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.04 |
| HSL | 327.22º | 0.86% | 0.75% | - |
| HSV(B) | 327.22º | 0.44% | 0.96% | - |
| XYZ | 57.17 | 41.8 | 57.88 | - |
| YUV | 177.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 197 | 0 | 0.44 | 0.20 | 0.04 | 327.22 | 0.86 | 0.75 |
| Hex | F6 | 8A | C5 | 0 | 2C | 14 | 4 | 147 | 56 | 4B |
| Octal | 366 | 212 | 305 | 0 | 54 | 24 | 4 | 507 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11000101 | 0 | 101100 | 10100 | 100 | 101000111 | 1010110 | 1001011 |
Color Harmonies of #F68AC5
Complementary color
Monochromatic Colors of #F68AC5
Black with #F68AC5
Text Example
Text Example
White with #F68AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AC5; }
p { color: rgb(246,138,197); }
H1.HeaderClassName
{
color: #F68AC5;
}
.AnyTagClassName
{
color: #F68AC5;
}
</style>
background-color css
<style>
a { background-color: #F68AC5; }
a { background-color: rgb(246,138,197); }
div.DivClassName
{
background-color: #F68AC5;
}
.BgClassName
{
background-color: #F68AC5;
}
</style>
border-color css
<style>
span { border-color: #F68AC5; }
span { border-color: rgb(246,138,197); }
td.TdClassName
{
border-color: #F68AC5;
}
.TagClassName
{
border-color: #F68AC5;
}
</style>