Shades of Tea Rose #F983C2
Tints of Tea Rose #F983C2
RGB
CMYK
RGB Variations
Color information
#F983C2 (or 0xF983C2) is known color: Tea Rose. HEX triplet: F9, 83 and C2. RGB value is (249,131,194). Sum of RGB (Red+Green+Blue) = 249+131+194=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F983C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983C2 is #067C3D. Grayscale: #ADADAD. Windows color (decimal): -425022 or 12747769. OLE color: 12747769.
HSL color Cylindrical-coordinate representation of color #F983C2: hue angle of 327.97º 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 #F983C2 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 194 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.02 |
| HSL | 327.97º | 0.91% | 0.75% | - |
| HSV(B) | 327.97º | 0.47% | 0.98% | - |
| XYZ | 56.92 | 40.27 | 55.81 | - |
| YUV | 173.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 194 | 0 | 0.47 | 0.22 | 0.02 | 327.97 | 0.91 | 0.75 |
| Hex | F9 | 83 | C2 | 0 | 2F | 16 | 2 | 148 | 5B | 4B |
| Octal | 371 | 203 | 302 | 0 | 57 | 26 | 2 | 510 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11000010 | 0 | 101111 | 10110 | 10 | 101001000 | 1011011 | 1001011 |
Color Harmonies of #F983C2
Complementary color
Monochromatic Colors of #F983C2
Black with #F983C2
Text Example
Text Example
White with #F983C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983C2; }
p { color: rgb(249,131,194); }
H1.HeaderClassName
{
color: #F983C2;
}
.AnyTagClassName
{
color: #F983C2;
}
</style>
background-color css
<style>
a { background-color: #F983C2; }
a { background-color: rgb(249,131,194); }
div.DivClassName
{
background-color: #F983C2;
}
.BgClassName
{
background-color: #F983C2;
}
</style>
border-color css
<style>
span { border-color: #F983C2; }
span { border-color: rgb(249,131,194); }
td.TdClassName
{
border-color: #F983C2;
}
.TagClassName
{
border-color: #F983C2;
}
</style>