Shades of Tea Rose #F684CA
Tints of Tea Rose #F684CA
RGB
CMYK
RGB Variations
Color information
#F684CA (or 0xF684CA) is known color: Tea Rose. HEX triplet: F6, 84 and CA. RGB value is (246,132,202). Sum of RGB (Red+Green+Blue) = 246+132+202=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F684CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684CA is #097B35. Grayscale: #ADADAD. Windows color (decimal): -621366 or 13272310. OLE color: 13272310.
HSL color Cylindrical-coordinate representation of color #F684CA: hue angle of 323.16º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F684CA is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 202 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.04 |
| HSL | 323.16º | 0.86% | 0.74% | - |
| HSV(B) | 323.16º | 0.46% | 0.96% | - |
| XYZ | 56.92 | 40.36 | 60.67 | - |
| YUV | 174.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 202 | 0 | 0.46 | 0.18 | 0.04 | 323.16 | 0.86 | 0.74 |
| Hex | F6 | 84 | CA | 0 | 2E | 12 | 4 | 143 | 56 | 4A |
| Octal | 366 | 204 | 312 | 0 | 56 | 22 | 4 | 503 | 126 | 112 |
| Binary | 11110110 | 10000100 | 11001010 | 0 | 101110 | 10010 | 100 | 101000011 | 1010110 | 1001010 |
Color Harmonies of #F684CA
Complementary color
Monochromatic Colors of #F684CA
Black with #F684CA
Text Example
Text Example
White with #F684CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F684CA; }
p { color: rgb(246,132,202); }
H1.HeaderClassName
{
color: #F684CA;
}
.AnyTagClassName
{
color: #F684CA;
}
</style>
background-color css
<style>
a { background-color: #F684CA; }
a { background-color: rgb(246,132,202); }
div.DivClassName
{
background-color: #F684CA;
}
.BgClassName
{
background-color: #F684CA;
}
</style>
border-color css
<style>
span { border-color: #F684CA; }
span { border-color: rgb(246,132,202); }
td.TdClassName
{
border-color: #F684CA;
}
.TagClassName
{
border-color: #F684CA;
}
</style>