Shades of Tea Rose #F984C0
Tints of Tea Rose #F984C0
RGB
CMYK
RGB Variations
Color information
#F984C0 (or 0xF984C0) is known color: Tea Rose. HEX triplet: F9, 84 and C0. RGB value is (249,132,192). Sum of RGB (Red+Green+Blue) = 249+132+192=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F984C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984C0 is #067B3F. Grayscale: #ADADAD. Windows color (decimal): -424768 or 12616953. OLE color: 12616953.
HSL color Cylindrical-coordinate representation of color #F984C0: hue angle of 329.23º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F984C0 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 192 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.02 |
| HSL | 329.23º | 0.91% | 0.75% | - |
| HSV(B) | 329.23º | 0.47% | 0.98% | - |
| XYZ | 56.83 | 40.45 | 54.68 | - |
| YUV | 173.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 192 | 0 | 0.47 | 0.23 | 0.02 | 329.23 | 0.91 | 0.75 |
| Hex | F9 | 84 | C0 | 0 | 2F | 17 | 2 | 149 | 5B | 4B |
| Octal | 371 | 204 | 300 | 0 | 57 | 27 | 2 | 511 | 133 | 113 |
| Binary | 11111001 | 10000100 | 11000000 | 0 | 101111 | 10111 | 10 | 101001001 | 1011011 | 1001011 |
Color Harmonies of #F984C0
Complementary color
Monochromatic Colors of #F984C0
Black with #F984C0
Text Example
Text Example
White with #F984C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F984C0; }
p { color: rgb(249,132,192); }
H1.HeaderClassName
{
color: #F984C0;
}
.AnyTagClassName
{
color: #F984C0;
}
</style>
background-color css
<style>
a { background-color: #F984C0; }
a { background-color: rgb(249,132,192); }
div.DivClassName
{
background-color: #F984C0;
}
.BgClassName
{
background-color: #F984C0;
}
</style>
border-color css
<style>
span { border-color: #F984C0; }
span { border-color: rgb(249,132,192); }
td.TdClassName
{
border-color: #F984C0;
}
.TagClassName
{
border-color: #F984C0;
}
</style>