Shades of Tea Rose #F994C7
Tints of Tea Rose #F994C7
RGB
CMYK
RGB Variations
Color information
#F994C7 (or 0xF994C7) is known color: Tea Rose. HEX triplet: F9, 94 and C7. RGB value is (249,148,199). Sum of RGB (Red+Green+Blue) = 249+148+199=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F994C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994C7 is #066B38. Grayscale: #B7B7B7. Windows color (decimal): -420665 or 13079801. OLE color: 13079801.
HSL color Cylindrical-coordinate representation of color #F994C7: hue angle of 329.7º 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 #F994C7 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 199 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.02 |
| HSL | 329.7º | 0.89% | 0.78% | - |
| HSV(B) | 329.7º | 0.41% | 0.98% | - |
| XYZ | 59.97 | 45.44 | 59.64 | - |
| YUV | 184.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 199 | 0 | 0.41 | 0.20 | 0.02 | 329.7 | 0.89 | 0.78 |
| Hex | F9 | 94 | C7 | 0 | 29 | 14 | 2 | 14A | 59 | 4E |
| Octal | 371 | 224 | 307 | 0 | 51 | 24 | 2 | 512 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11000111 | 0 | 101001 | 10100 | 10 | 101001010 | 1011001 | 1001110 |
Color Harmonies of #F994C7
Complementary color
Monochromatic Colors of #F994C7
Black with #F994C7
Text Example
Text Example
White with #F994C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994C7; }
p { color: rgb(249,148,199); }
H1.HeaderClassName
{
color: #F994C7;
}
.AnyTagClassName
{
color: #F994C7;
}
</style>
background-color css
<style>
a { background-color: #F994C7; }
a { background-color: rgb(249,148,199); }
div.DivClassName
{
background-color: #F994C7;
}
.BgClassName
{
background-color: #F994C7;
}
</style>
border-color css
<style>
span { border-color: #F994C7; }
span { border-color: rgb(249,148,199); }
td.TdClassName
{
border-color: #F994C7;
}
.TagClassName
{
border-color: #F994C7;
}
</style>