Shades of Tea Rose #F980CB
Tints of Tea Rose #F980CB
RGB
CMYK
RGB Variations
Color information
#F980CB (or 0xF980CB) is known color: Tea Rose. HEX triplet: F9, 80 and CB. RGB value is (249,128,203). Sum of RGB (Red+Green+Blue) = 249+128+203=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F980CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980CB is #067F34. Grayscale: #ACACAC. Windows color (decimal): -425781 or 13336825. OLE color: 13336825.
HSL color Cylindrical-coordinate representation of color #F980CB: hue angle of 322.81º 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 #F980CB is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 203 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.02 |
| HSL | 322.81º | 0.91% | 0.74% | - |
| HSV(B) | 322.81º | 0.49% | 0.98% | - |
| XYZ | 57.57 | 39.89 | 61.17 | - |
| YUV | 172.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 203 | 0 | 0.49 | 0.18 | 0.02 | 322.81 | 0.91 | 0.74 |
| Hex | F9 | 80 | CB | 0 | 31 | 12 | 2 | 143 | 5B | 4A |
| Octal | 371 | 200 | 313 | 0 | 61 | 22 | 2 | 503 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11001011 | 0 | 110001 | 10010 | 10 | 101000011 | 1011011 | 1001010 |
Color Harmonies of #F980CB
Complementary color
Monochromatic Colors of #F980CB
Black with #F980CB
Text Example
Text Example
White with #F980CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980CB; }
p { color: rgb(249,128,203); }
H1.HeaderClassName
{
color: #F980CB;
}
.AnyTagClassName
{
color: #F980CB;
}
</style>
background-color css
<style>
a { background-color: #F980CB; }
a { background-color: rgb(249,128,203); }
div.DivClassName
{
background-color: #F980CB;
}
.BgClassName
{
background-color: #F980CB;
}
</style>
border-color css
<style>
span { border-color: #F980CB; }
span { border-color: rgb(249,128,203); }
td.TdClassName
{
border-color: #F980CB;
}
.TagClassName
{
border-color: #F980CB;
}
</style>