Shades of Tea Rose #F981C0
Tints of Tea Rose #F981C0
RGB
CMYK
RGB Variations
Color information
#F981C0 (or 0xF981C0) is known color: Tea Rose. HEX triplet: F9, 81 and C0. RGB value is (249,129,192). Sum of RGB (Red+Green+Blue) = 249+129+192=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F981C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981C0 is #067E3F. Grayscale: #ABABAB. Windows color (decimal): -425536 or 12616185. OLE color: 12616185.
HSL color Cylindrical-coordinate representation of color #F981C0: hue angle of 328.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981C0 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 192 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.02 |
| HSL | 328.5º | 0.91% | 0.74% | - |
| HSV(B) | 328.5º | 0.48% | 0.98% | - |
| XYZ | 56.43 | 39.65 | 54.55 | - |
| YUV | 172.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 192 | 0 | 0.48 | 0.23 | 0.02 | 328.5 | 0.91 | 0.74 |
| Hex | F9 | 81 | C0 | 0 | 30 | 17 | 2 | 148 | 5B | 4A |
| Octal | 371 | 201 | 300 | 0 | 60 | 27 | 2 | 510 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11000000 | 0 | 110000 | 10111 | 10 | 101001000 | 1011011 | 1001010 |
Color Harmonies of #F981C0
Complementary color
Monochromatic Colors of #F981C0
Black with #F981C0
Text Example
Text Example
White with #F981C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981C0; }
p { color: rgb(249,129,192); }
H1.HeaderClassName
{
color: #F981C0;
}
.AnyTagClassName
{
color: #F981C0;
}
</style>
background-color css
<style>
a { background-color: #F981C0; }
a { background-color: rgb(249,129,192); }
div.DivClassName
{
background-color: #F981C0;
}
.BgClassName
{
background-color: #F981C0;
}
</style>
border-color css
<style>
span { border-color: #F981C0; }
span { border-color: rgb(249,129,192); }
td.TdClassName
{
border-color: #F981C0;
}
.TagClassName
{
border-color: #F981C0;
}
</style>