Shades of Tea Rose #F982CF
Tints of Tea Rose #F982CF
RGB
CMYK
RGB Variations
Color information
#F982CF (or 0xF982CF) is known color: Tea Rose. HEX triplet: F9, 82 and CF. RGB value is (249,130,207). Sum of RGB (Red+Green+Blue) = 249+130+207=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F982CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982CF is #067D30. Grayscale: #AEAEAE. Windows color (decimal): -425265 or 13599481. OLE color: 13599481.
HSL color Cylindrical-coordinate representation of color #F982CF: hue angle of 321.18º 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 #F982CF is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 207 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.02 |
| HSL | 321.18º | 0.91% | 0.74% | - |
| HSV(B) | 321.18º | 0.48% | 0.98% | - |
| XYZ | 58.31 | 40.61 | 63.8 | - |
| YUV | 174.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 207 | 0 | 0.48 | 0.17 | 0.02 | 321.18 | 0.91 | 0.74 |
| Hex | F9 | 82 | CF | 0 | 30 | 11 | 2 | 141 | 5B | 4A |
| Octal | 371 | 202 | 317 | 0 | 60 | 21 | 2 | 501 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11001111 | 0 | 110000 | 10001 | 10 | 101000001 | 1011011 | 1001010 |
Color Harmonies of #F982CF
Complementary color
Monochromatic Colors of #F982CF
Black with #F982CF
Text Example
Text Example
White with #F982CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982CF; }
p { color: rgb(249,130,207); }
H1.HeaderClassName
{
color: #F982CF;
}
.AnyTagClassName
{
color: #F982CF;
}
</style>
background-color css
<style>
a { background-color: #F982CF; }
a { background-color: rgb(249,130,207); }
div.DivClassName
{
background-color: #F982CF;
}
.BgClassName
{
background-color: #F982CF;
}
</style>
border-color css
<style>
span { border-color: #F982CF; }
span { border-color: rgb(249,130,207); }
td.TdClassName
{
border-color: #F982CF;
}
.TagClassName
{
border-color: #F982CF;
}
</style>