Shades of Tea Rose #F980CA
Tints of Tea Rose #F980CA
RGB
CMYK
RGB Variations
Color information
#F980CA (or 0xF980CA) is known color: Tea Rose. HEX triplet: F9, 80 and CA. RGB value is (249,128,202). Sum of RGB (Red+Green+Blue) = 249+128+202=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F980CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980CA is #067F35. Grayscale: #ACACAC. Windows color (decimal): -425782 or 13271289. OLE color: 13271289.
HSL color Cylindrical-coordinate representation of color #F980CA: hue angle of 323.31º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F980CA is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 202 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.02 |
| HSL | 323.31º | 0.91% | 0.74% | - |
| HSV(B) | 323.31º | 0.49% | 0.98% | - |
| XYZ | 57.45 | 39.84 | 60.54 | - |
| YUV | 172.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 202 | 0 | 0.49 | 0.19 | 0.02 | 323.31 | 0.91 | 0.74 |
| Hex | F9 | 80 | CA | 0 | 31 | 13 | 2 | 143 | 5B | 4A |
| Octal | 371 | 200 | 312 | 0 | 61 | 23 | 2 | 503 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11001010 | 0 | 110001 | 10011 | 10 | 101000011 | 1011011 | 1001010 |
Color Harmonies of #F980CA
Complementary color
Monochromatic Colors of #F980CA
Black with #F980CA
Text Example
Text Example
White with #F980CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980CA; }
p { color: rgb(249,128,202); }
H1.HeaderClassName
{
color: #F980CA;
}
.AnyTagClassName
{
color: #F980CA;
}
</style>
background-color css
<style>
a { background-color: #F980CA; }
a { background-color: rgb(249,128,202); }
div.DivClassName
{
background-color: #F980CA;
}
.BgClassName
{
background-color: #F980CA;
}
</style>
border-color css
<style>
span { border-color: #F980CA; }
span { border-color: rgb(249,128,202); }
td.TdClassName
{
border-color: #F980CA;
}
.TagClassName
{
border-color: #F980CA;
}
</style>