Shades of Tea Rose #F980C8
Tints of Tea Rose #F980C8
RGB
CMYK
RGB Variations
Color information
#F980C8 (or 0xF980C8) is known color: Tea Rose. HEX triplet: F9, 80 and C8. RGB value is (249,128,200). Sum of RGB (Red+Green+Blue) = 249+128+200=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F980C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980C8 is #067F37. Grayscale: #ACACAC. Windows color (decimal): -425784 or 13140217. OLE color: 13140217.
HSL color Cylindrical-coordinate representation of color #F980C8: hue angle of 324.3º 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 #F980C8 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 200 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.02 |
| HSL | 324.3º | 0.91% | 0.74% | - |
| HSV(B) | 324.3º | 0.49% | 0.98% | - |
| XYZ | 57.21 | 39.75 | 59.3 | - |
| YUV | 172.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 200 | 0 | 0.49 | 0.20 | 0.02 | 324.3 | 0.91 | 0.74 |
| Hex | F9 | 80 | C8 | 0 | 31 | 14 | 2 | 144 | 5B | 4A |
| Octal | 371 | 200 | 310 | 0 | 61 | 24 | 2 | 504 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11001000 | 0 | 110001 | 10100 | 10 | 101000100 | 1011011 | 1001010 |
Color Harmonies of #F980C8
Complementary color
Monochromatic Colors of #F980C8
Black with #F980C8
Text Example
Text Example
White with #F980C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980C8; }
p { color: rgb(249,128,200); }
H1.HeaderClassName
{
color: #F980C8;
}
.AnyTagClassName
{
color: #F980C8;
}
</style>
background-color css
<style>
a { background-color: #F980C8; }
a { background-color: rgb(249,128,200); }
div.DivClassName
{
background-color: #F980C8;
}
.BgClassName
{
background-color: #F980C8;
}
</style>
border-color css
<style>
span { border-color: #F980C8; }
span { border-color: rgb(249,128,200); }
td.TdClassName
{
border-color: #F980C8;
}
.TagClassName
{
border-color: #F980C8;
}
</style>