Shades of Tea Rose #F983CE
Tints of Tea Rose #F983CE
RGB
CMYK
RGB Variations
Color information
#F983CE (or 0xF983CE) is known color: Tea Rose. HEX triplet: F9, 83 and CE. RGB value is (249,131,206). Sum of RGB (Red+Green+Blue) = 249+131+206=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F983CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983CE is #067C31. Grayscale: #AEAEAE. Windows color (decimal): -425010 or 13534201. OLE color: 13534201.
HSL color Cylindrical-coordinate representation of color #F983CE: hue angle of 321.86º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F983CE is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 206 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.02 |
| HSL | 321.86º | 0.91% | 0.75% | - |
| HSV(B) | 321.86º | 0.47% | 0.98% | - |
| XYZ | 58.32 | 40.83 | 63.2 | - |
| YUV | 174.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 206 | 0 | 0.47 | 0.17 | 0.02 | 321.86 | 0.91 | 0.75 |
| Hex | F9 | 83 | CE | 0 | 2F | 11 | 2 | 142 | 5B | 4B |
| Octal | 371 | 203 | 316 | 0 | 57 | 21 | 2 | 502 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11001110 | 0 | 101111 | 10001 | 10 | 101000010 | 1011011 | 1001011 |
Color Harmonies of #F983CE
Complementary color
Monochromatic Colors of #F983CE
Black with #F983CE
Text Example
Text Example
White with #F983CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983CE; }
p { color: rgb(249,131,206); }
H1.HeaderClassName
{
color: #F983CE;
}
.AnyTagClassName
{
color: #F983CE;
}
</style>
background-color css
<style>
a { background-color: #F983CE; }
a { background-color: rgb(249,131,206); }
div.DivClassName
{
background-color: #F983CE;
}
.BgClassName
{
background-color: #F983CE;
}
</style>
border-color css
<style>
span { border-color: #F983CE; }
span { border-color: rgb(249,131,206); }
td.TdClassName
{
border-color: #F983CE;
}
.TagClassName
{
border-color: #F983CE;
}
</style>