Shades of Tea Rose #F981D3
Tints of Tea Rose #F981D3
RGB
CMYK
RGB Variations
Color information
#F981D3 (or 0xF981D3) is known color: Tea Rose. HEX triplet: F9, 81 and D3. RGB value is (249,129,211). Sum of RGB (Red+Green+Blue) = 249+129+211=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F981D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981D3 is #067E2C. Grayscale: #AEAEAE. Windows color (decimal): -425517 or 13861369. OLE color: 13861369.
HSL color Cylindrical-coordinate representation of color #F981D3: hue angle of 319º 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 #F981D3 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 211 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.02 |
| HSL | 319º | 0.91% | 0.74% | - |
| HSV(B) | 319º | 0.48% | 0.98% | - |
| XYZ | 58.68 | 40.54 | 66.36 | - |
| YUV | 174.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 211 | 0 | 0.48 | 0.15 | 0.02 | 319 | 0.91 | 0.74 |
| Hex | F9 | 81 | D3 | 0 | 30 | F | 2 | 13F | 5B | 4A |
| Octal | 371 | 201 | 323 | 0 | 60 | 17 | 2 | 477 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11010011 | 0 | 110000 | 1111 | 10 | 100111111 | 1011011 | 1001010 |
Color Harmonies of #F981D3
Complementary color
Monochromatic Colors of #F981D3
Black with #F981D3
Text Example
Text Example
White with #F981D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981D3; }
p { color: rgb(249,129,211); }
H1.HeaderClassName
{
color: #F981D3;
}
.AnyTagClassName
{
color: #F981D3;
}
</style>
background-color css
<style>
a { background-color: #F981D3; }
a { background-color: rgb(249,129,211); }
div.DivClassName
{
background-color: #F981D3;
}
.BgClassName
{
background-color: #F981D3;
}
</style>
border-color css
<style>
span { border-color: #F981D3; }
span { border-color: rgb(249,129,211); }
td.TdClassName
{
border-color: #F981D3;
}
.TagClassName
{
border-color: #F981D3;
}
</style>