Shades of Tea Rose #F983CC
Tints of Tea Rose #F983CC
RGB
CMYK
RGB Variations
Color information
#F983CC (or 0xF983CC) is known color: Tea Rose. HEX triplet: F9, 83 and CC. RGB value is (249,131,204). Sum of RGB (Red+Green+Blue) = 249+131+204=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 131 (51.56% from 255 or 22.43% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F983CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983CC is #067C33. Grayscale: #AEAEAE. Windows color (decimal): -425012 or 13403129. OLE color: 13403129.
HSL color Cylindrical-coordinate representation of color #F983CC: hue angle of 322.88º 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 #F983CC is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 204 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.02 |
| HSL | 322.88º | 0.91% | 0.75% | - |
| HSV(B) | 322.88º | 0.47% | 0.98% | - |
| XYZ | 58.08 | 40.73 | 61.93 | - |
| YUV | 174.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 204 | 0 | 0.47 | 0.18 | 0.02 | 322.88 | 0.91 | 0.75 |
| Hex | F9 | 83 | CC | 0 | 2F | 12 | 2 | 143 | 5B | 4B |
| Octal | 371 | 203 | 314 | 0 | 57 | 22 | 2 | 503 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11001100 | 0 | 101111 | 10010 | 10 | 101000011 | 1011011 | 1001011 |
Color Harmonies of #F983CC
Complementary color
Monochromatic Colors of #F983CC
Black with #F983CC
Text Example
Text Example
White with #F983CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983CC; }
p { color: rgb(249,131,204); }
H1.HeaderClassName
{
color: #F983CC;
}
.AnyTagClassName
{
color: #F983CC;
}
</style>
background-color css
<style>
a { background-color: #F983CC; }
a { background-color: rgb(249,131,204); }
div.DivClassName
{
background-color: #F983CC;
}
.BgClassName
{
background-color: #F983CC;
}
</style>
border-color css
<style>
span { border-color: #F983CC; }
span { border-color: rgb(249,131,204); }
td.TdClassName
{
border-color: #F983CC;
}
.TagClassName
{
border-color: #F983CC;
}
</style>