Shades of Tea Rose #F985CC
Tints of Tea Rose #F985CC
RGB
CMYK
RGB Variations
Color information
#F985CC (or 0xF985CC) is known color: Tea Rose. HEX triplet: F9, 85 and CC. RGB value is (249,133,204). Sum of RGB (Red+Green+Blue) = 249+133+204=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F985CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985CC is #067A33. Grayscale: #AFAFAF. Windows color (decimal): -424500 or 13403641. OLE color: 13403641.
HSL color Cylindrical-coordinate representation of color #F985CC: hue angle of 323.28º 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 #F985CC is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 204 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.02 |
| HSL | 323.28º | 0.91% | 0.75% | - |
| HSV(B) | 323.28º | 0.47% | 0.98% | - |
| XYZ | 58.35 | 41.27 | 62.02 | - |
| YUV | 175.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 204 | 0 | 0.47 | 0.18 | 0.02 | 323.28 | 0.91 | 0.75 |
| Hex | F9 | 85 | CC | 0 | 2F | 12 | 2 | 143 | 5B | 4B |
| Octal | 371 | 205 | 314 | 0 | 57 | 22 | 2 | 503 | 133 | 113 |
| Binary | 11111001 | 10000101 | 11001100 | 0 | 101111 | 10010 | 10 | 101000011 | 1011011 | 1001011 |
Color Harmonies of #F985CC
Complementary color
Monochromatic Colors of #F985CC
Black with #F985CC
Text Example
Text Example
White with #F985CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F985CC; }
p { color: rgb(249,133,204); }
H1.HeaderClassName
{
color: #F985CC;
}
.AnyTagClassName
{
color: #F985CC;
}
</style>
background-color css
<style>
a { background-color: #F985CC; }
a { background-color: rgb(249,133,204); }
div.DivClassName
{
background-color: #F985CC;
}
.BgClassName
{
background-color: #F985CC;
}
</style>
border-color css
<style>
span { border-color: #F985CC; }
span { border-color: rgb(249,133,204); }
td.TdClassName
{
border-color: #F985CC;
}
.TagClassName
{
border-color: #F985CC;
}
</style>