Shades of Tea Rose #F982C9
Tints of Tea Rose #F982C9
RGB
CMYK
RGB Variations
Color information
#F982C9 (or 0xF982C9) is known color: Tea Rose. HEX triplet: F9, 82 and C9. RGB value is (249,130,201). Sum of RGB (Red+Green+Blue) = 249+130+201=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F982C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982C9 is #067D36. Grayscale: #ADADAD. Windows color (decimal): -425271 or 13206265. OLE color: 13206265.
HSL color Cylindrical-coordinate representation of color #F982C9: hue angle of 324.2º 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 #F982C9 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 201 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.02 |
| HSL | 324.2º | 0.91% | 0.74% | - |
| HSV(B) | 324.2º | 0.48% | 0.98% | - |
| XYZ | 57.59 | 40.32 | 60.01 | - |
| YUV | 173.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 201 | 0 | 0.48 | 0.19 | 0.02 | 324.2 | 0.91 | 0.74 |
| Hex | F9 | 82 | C9 | 0 | 30 | 13 | 2 | 144 | 5B | 4A |
| Octal | 371 | 202 | 311 | 0 | 60 | 23 | 2 | 504 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11001001 | 0 | 110000 | 10011 | 10 | 101000100 | 1011011 | 1001010 |
Color Harmonies of #F982C9
Complementary color
Monochromatic Colors of #F982C9
Black with #F982C9
Text Example
Text Example
White with #F982C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982C9; }
p { color: rgb(249,130,201); }
H1.HeaderClassName
{
color: #F982C9;
}
.AnyTagClassName
{
color: #F982C9;
}
</style>
background-color css
<style>
a { background-color: #F982C9; }
a { background-color: rgb(249,130,201); }
div.DivClassName
{
background-color: #F982C9;
}
.BgClassName
{
background-color: #F982C9;
}
</style>
border-color css
<style>
span { border-color: #F982C9; }
span { border-color: rgb(249,130,201); }
td.TdClassName
{
border-color: #F982C9;
}
.TagClassName
{
border-color: #F982C9;
}
</style>