Shades of Tea Rose #F981C7
Tints of Tea Rose #F981C7
RGB
CMYK
RGB Variations
Color information
#F981C7 (or 0xF981C7) is known color: Tea Rose. HEX triplet: F9, 81 and C7. RGB value is (249,129,199). Sum of RGB (Red+Green+Blue) = 249+129+199=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F981C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981C7 is #067E38. Grayscale: #ACACAC. Windows color (decimal): -425529 or 13074937. OLE color: 13074937.
HSL color Cylindrical-coordinate representation of color #F981C7: hue angle of 325º 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 #F981C7 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 199 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.02 |
| HSL | 325º | 0.91% | 0.74% | - |
| HSV(B) | 325º | 0.48% | 0.98% | - |
| XYZ | 57.23 | 39.96 | 58.73 | - |
| YUV | 172.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 199 | 0 | 0.48 | 0.20 | 0.02 | 325 | 0.91 | 0.74 |
| Hex | F9 | 81 | C7 | 0 | 30 | 14 | 2 | 145 | 5B | 4A |
| Octal | 371 | 201 | 307 | 0 | 60 | 24 | 2 | 505 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11000111 | 0 | 110000 | 10100 | 10 | 101000101 | 1011011 | 1001010 |
Color Harmonies of #F981C7
Complementary color
Monochromatic Colors of #F981C7
Black with #F981C7
Text Example
Text Example
White with #F981C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981C7; }
p { color: rgb(249,129,199); }
H1.HeaderClassName
{
color: #F981C7;
}
.AnyTagClassName
{
color: #F981C7;
}
</style>
background-color css
<style>
a { background-color: #F981C7; }
a { background-color: rgb(249,129,199); }
div.DivClassName
{
background-color: #F981C7;
}
.BgClassName
{
background-color: #F981C7;
}
</style>
border-color css
<style>
span { border-color: #F981C7; }
span { border-color: rgb(249,129,199); }
td.TdClassName
{
border-color: #F981C7;
}
.TagClassName
{
border-color: #F981C7;
}
</style>