Shades of Tea Rose #F083D1
Tints of Tea Rose #F083D1
RGB
CMYK
RGB Variations
Color information
#F083D1 (or 0xF083D1) is known color: Tea Rose. HEX triplet: F0, 83 and D1. RGB value is (240,131,209). Sum of RGB (Red+Green+Blue) = 240+131+209=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 131 (51.56% from 255 or 22.59% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F083D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083D1 is #0F7C2E. Grayscale: #ACACAC. Windows color (decimal): -1014831 or 13730800. OLE color: 13730800.
HSL color Cylindrical-coordinate representation of color #F083D1: hue angle of 317.06º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083D1 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 209 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.06 |
| HSL | 317.06º | 0.78% | 0.73% | - |
| HSV(B) | 317.06º | 0.45% | 0.94% | - |
| XYZ | 55.56 | 39.36 | 64.99 | - |
| YUV | 172.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 209 | 0 | 0.45 | 0.13 | 0.06 | 317.06 | 0.78 | 0.73 |
| Hex | F0 | 83 | D1 | 0 | 2D | D | 6 | 13D | 4E | 49 |
| Octal | 360 | 203 | 321 | 0 | 55 | 15 | 6 | 475 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11010001 | 0 | 101101 | 1101 | 110 | 100111101 | 1001110 | 1001001 |
Color Harmonies of #F083D1
Complementary color
Monochromatic Colors of #F083D1
Black with #F083D1
Text Example
Text Example
White with #F083D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083D1; }
p { color: rgb(240,131,209); }
H1.HeaderClassName
{
color: #F083D1;
}
.AnyTagClassName
{
color: #F083D1;
}
</style>
background-color css
<style>
a { background-color: #F083D1; }
a { background-color: rgb(240,131,209); }
div.DivClassName
{
background-color: #F083D1;
}
.BgClassName
{
background-color: #F083D1;
}
</style>
border-color css
<style>
span { border-color: #F083D1; }
span { border-color: rgb(240,131,209); }
td.TdClassName
{
border-color: #F083D1;
}
.TagClassName
{
border-color: #F083D1;
}
</style>