Shades of Tea Rose #F68FCA
Tints of Tea Rose #F68FCA
RGB
CMYK
RGB Variations
Color information
#F68FCA (or 0xF68FCA) is known color: Tea Rose. HEX triplet: F6, 8F and CA. RGB value is (246,143,202). Sum of RGB (Red+Green+Blue) = 246+143+202=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FCA is #097035. Grayscale: #B4B4B4. Windows color (decimal): -618550 or 13275126. OLE color: 13275126.
HSL color Cylindrical-coordinate representation of color #F68FCA: hue angle of 325.63º 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 #F68FCA is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 202 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.04 |
| HSL | 325.63º | 0.85% | 0.76% | - |
| HSV(B) | 325.63º | 0.42% | 0.96% | - |
| XYZ | 58.49 | 43.5 | 61.19 | - |
| YUV | 180.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 202 | 0 | 0.42 | 0.18 | 0.04 | 325.63 | 0.85 | 0.76 |
| Hex | F6 | 8F | CA | 0 | 2A | 12 | 4 | 146 | 55 | 4C |
| Octal | 366 | 217 | 312 | 0 | 52 | 22 | 4 | 506 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11001010 | 0 | 101010 | 10010 | 100 | 101000110 | 1010101 | 1001100 |
Color Harmonies of #F68FCA
Complementary color
Monochromatic Colors of #F68FCA
Black with #F68FCA
Text Example
Text Example
White with #F68FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FCA; }
p { color: rgb(246,143,202); }
H1.HeaderClassName
{
color: #F68FCA;
}
.AnyTagClassName
{
color: #F68FCA;
}
</style>
background-color css
<style>
a { background-color: #F68FCA; }
a { background-color: rgb(246,143,202); }
div.DivClassName
{
background-color: #F68FCA;
}
.BgClassName
{
background-color: #F68FCA;
}
</style>
border-color css
<style>
span { border-color: #F68FCA; }
span { border-color: rgb(246,143,202); }
td.TdClassName
{
border-color: #F68FCA;
}
.TagClassName
{
border-color: #F68FCA;
}
</style>