Shades of Tea Rose #F695CA
Tints of Tea Rose #F695CA
RGB
CMYK
RGB Variations
Color information
#F695CA (or 0xF695CA) is known color: Tea Rose. HEX triplet: F6, 95 and CA. RGB value is (246,149,202). Sum of RGB (Red+Green+Blue) = 246+149+202=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F695CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695CA is #096A35. Grayscale: #B7B7B7. Windows color (decimal): -617014 or 13276662. OLE color: 13276662.
HSL color Cylindrical-coordinate representation of color #F695CA: hue angle of 327.22º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695CA is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 202 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.04 |
| HSL | 327.22º | 0.84% | 0.77% | - |
| HSV(B) | 327.22º | 0.39% | 0.96% | - |
| XYZ | 59.41 | 45.35 | 61.5 | - |
| YUV | 184.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 202 | 0 | 0.39 | 0.18 | 0.04 | 327.22 | 0.84 | 0.77 |
| Hex | F6 | 95 | CA | 0 | 27 | 12 | 4 | 147 | 54 | 4D |
| Octal | 366 | 225 | 312 | 0 | 47 | 22 | 4 | 507 | 124 | 115 |
| Binary | 11110110 | 10010101 | 11001010 | 0 | 100111 | 10010 | 100 | 101000111 | 1010100 | 1001101 |
Color Harmonies of #F695CA
Complementary color
Monochromatic Colors of #F695CA
Black with #F695CA
Text Example
Text Example
White with #F695CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695CA; }
p { color: rgb(246,149,202); }
H1.HeaderClassName
{
color: #F695CA;
}
.AnyTagClassName
{
color: #F695CA;
}
</style>
background-color css
<style>
a { background-color: #F695CA; }
a { background-color: rgb(246,149,202); }
div.DivClassName
{
background-color: #F695CA;
}
.BgClassName
{
background-color: #F695CA;
}
</style>
border-color css
<style>
span { border-color: #F695CA; }
span { border-color: rgb(246,149,202); }
td.TdClassName
{
border-color: #F695CA;
}
.TagClassName
{
border-color: #F695CA;
}
</style>