Shades of Tea Rose #F093D0
Tints of Tea Rose #F093D0
RGB
CMYK
RGB Variations
Color information
#F093D0 (or 0xF093D0) is known color: Tea Rose. HEX triplet: F0, 93 and D0. RGB value is (240,147,208). Sum of RGB (Red+Green+Blue) = 240+147+208=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F093D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093D0 is #0F6C2F. Grayscale: #B5B5B5. Windows color (decimal): -1010736 or 13669360. OLE color: 13669360.
HSL color Cylindrical-coordinate representation of color #F093D0: hue angle of 320.65º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093D0 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 208 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.06 |
| HSL | 320.65º | 0.76% | 0.76% | - |
| HSV(B) | 320.65º | 0.39% | 0.94% | - |
| XYZ | 57.75 | 43.95 | 65.11 | - |
| YUV | 181.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 208 | 0 | 0.39 | 0.13 | 0.06 | 320.65 | 0.76 | 0.76 |
| Hex | F0 | 93 | D0 | 0 | 27 | D | 6 | 141 | 4C | 4C |
| Octal | 360 | 223 | 320 | 0 | 47 | 15 | 6 | 501 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11010000 | 0 | 100111 | 1101 | 110 | 101000001 | 1001100 | 1001100 |
Color Harmonies of #F093D0
Complementary color
Monochromatic Colors of #F093D0
Black with #F093D0
Text Example
Text Example
White with #F093D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093D0; }
p { color: rgb(240,147,208); }
H1.HeaderClassName
{
color: #F093D0;
}
.AnyTagClassName
{
color: #F093D0;
}
</style>
background-color css
<style>
a { background-color: #F093D0; }
a { background-color: rgb(240,147,208); }
div.DivClassName
{
background-color: #F093D0;
}
.BgClassName
{
background-color: #F093D0;
}
</style>
border-color css
<style>
span { border-color: #F093D0; }
span { border-color: rgb(240,147,208); }
td.TdClassName
{
border-color: #F093D0;
}
.TagClassName
{
border-color: #F093D0;
}
</style>