Shades of Tea Rose #F994D1
Tints of Tea Rose #F994D1
RGB
CMYK
RGB Variations
Color information
#F994D1 (or 0xF994D1) is known color: Tea Rose. HEX triplet: F9, 94 and D1. RGB value is (249,148,209). Sum of RGB (Red+Green+Blue) = 249+148+209=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F994D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994D1 is #066B2E. Grayscale: #B9B9B9. Windows color (decimal): -420655 or 13735161. OLE color: 13735161.
HSL color Cylindrical-coordinate representation of color #F994D1: hue angle of 323.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994D1 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 209 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.02 |
| HSL | 323.76º | 0.89% | 0.78% | - |
| HSV(B) | 323.76º | 0.41% | 0.98% | - |
| XYZ | 61.17 | 45.92 | 65.96 | - |
| YUV | 185.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 209 | 0 | 0.41 | 0.16 | 0.02 | 323.76 | 0.89 | 0.78 |
| Hex | F9 | 94 | D1 | 0 | 29 | 10 | 2 | 144 | 59 | 4E |
| Octal | 371 | 224 | 321 | 0 | 51 | 20 | 2 | 504 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11010001 | 0 | 101001 | 10000 | 10 | 101000100 | 1011001 | 1001110 |
Color Harmonies of #F994D1
Complementary color
Monochromatic Colors of #F994D1
Black with #F994D1
Text Example
Text Example
White with #F994D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994D1; }
p { color: rgb(249,148,209); }
H1.HeaderClassName
{
color: #F994D1;
}
.AnyTagClassName
{
color: #F994D1;
}
</style>
background-color css
<style>
a { background-color: #F994D1; }
a { background-color: rgb(249,148,209); }
div.DivClassName
{
background-color: #F994D1;
}
.BgClassName
{
background-color: #F994D1;
}
</style>
border-color css
<style>
span { border-color: #F994D1; }
span { border-color: rgb(249,148,209); }
td.TdClassName
{
border-color: #F994D1;
}
.TagClassName
{
border-color: #F994D1;
}
</style>