Shades of Tea Rose #F68ACC
Tints of Tea Rose #F68ACC
RGB
CMYK
RGB Variations
Color information
#F68ACC (or 0xF68ACC) is known color: Tea Rose. HEX triplet: F6, 8A and CC. RGB value is (246,138,204). Sum of RGB (Red+Green+Blue) = 246+138+204=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ACC is #097533. Grayscale: #B1B1B1. Windows color (decimal): -619828 or 13404918. OLE color: 13404918.
HSL color Cylindrical-coordinate representation of color #F68ACC: hue angle of 323.33º 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 #F68ACC is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 204 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.04 |
| HSL | 323.33º | 0.86% | 0.75% | - |
| HSV(B) | 323.33º | 0.44% | 0.96% | - |
| XYZ | 57.99 | 42.13 | 62.2 | - |
| YUV | 177.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 204 | 0 | 0.44 | 0.17 | 0.04 | 323.33 | 0.86 | 0.75 |
| Hex | F6 | 8A | CC | 0 | 2C | 11 | 4 | 143 | 56 | 4B |
| Octal | 366 | 212 | 314 | 0 | 54 | 21 | 4 | 503 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11001100 | 0 | 101100 | 10001 | 100 | 101000011 | 1010110 | 1001011 |
Color Harmonies of #F68ACC
Complementary color
Monochromatic Colors of #F68ACC
Black with #F68ACC
Text Example
Text Example
White with #F68ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ACC; }
p { color: rgb(246,138,204); }
H1.HeaderClassName
{
color: #F68ACC;
}
.AnyTagClassName
{
color: #F68ACC;
}
</style>
background-color css
<style>
a { background-color: #F68ACC; }
a { background-color: rgb(246,138,204); }
div.DivClassName
{
background-color: #F68ACC;
}
.BgClassName
{
background-color: #F68ACC;
}
</style>
border-color css
<style>
span { border-color: #F68ACC; }
span { border-color: rgb(246,138,204); }
td.TdClassName
{
border-color: #F68ACC;
}
.TagClassName
{
border-color: #F68ACC;
}
</style>