Shades of Tea Rose #F995C6
Tints of Tea Rose #F995C6
RGB
CMYK
RGB Variations
Color information
#F995C6 (or 0xF995C6) is known color: Tea Rose. HEX triplet: F9, 95 and C6. RGB value is (249,149,198). Sum of RGB (Red+Green+Blue) = 249+149+198=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F995C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995C6 is #066A39. Grayscale: #B8B8B8. Windows color (decimal): -420410 or 13014521. OLE color: 13014521.
HSL color Cylindrical-coordinate representation of color #F995C6: hue angle of 330.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995C6 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 198 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.02 |
| HSL | 330.6º | 0.89% | 0.78% | - |
| HSV(B) | 330.6º | 0.4% | 0.98% | - |
| XYZ | 60.01 | 45.71 | 59.09 | - |
| YUV | 184.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 198 | 0 | 0.40 | 0.20 | 0.02 | 330.6 | 0.89 | 0.78 |
| Hex | F9 | 95 | C6 | 0 | 28 | 14 | 2 | 14B | 59 | 4E |
| Octal | 371 | 225 | 306 | 0 | 50 | 24 | 2 | 513 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11000110 | 0 | 101000 | 10100 | 10 | 101001011 | 1011001 | 1001110 |
Color Harmonies of #F995C6
Complementary color
Monochromatic Colors of #F995C6
Black with #F995C6
Text Example
Text Example
White with #F995C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995C6; }
p { color: rgb(249,149,198); }
H1.HeaderClassName
{
color: #F995C6;
}
.AnyTagClassName
{
color: #F995C6;
}
</style>
background-color css
<style>
a { background-color: #F995C6; }
a { background-color: rgb(249,149,198); }
div.DivClassName
{
background-color: #F995C6;
}
.BgClassName
{
background-color: #F995C6;
}
</style>
border-color css
<style>
span { border-color: #F995C6; }
span { border-color: rgb(249,149,198); }
td.TdClassName
{
border-color: #F995C6;
}
.TagClassName
{
border-color: #F995C6;
}
</style>