Shades of Tea Rose #F08AD0
Tints of Tea Rose #F08AD0
RGB
CMYK
RGB Variations
Color information
#F08AD0 (or 0xF08AD0) is known color: Tea Rose. HEX triplet: F0, 8A and D0. RGB value is (240,138,208). Sum of RGB (Red+Green+Blue) = 240+138+208=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AD0 is #0F752F. Grayscale: #B0B0B0. Windows color (decimal): -1013040 or 13667056. OLE color: 13667056.
HSL color Cylindrical-coordinate representation of color #F08AD0: hue angle of 318.82º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AD0 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 208 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.06 |
| HSL | 318.82º | 0.77% | 0.74% | - |
| HSV(B) | 318.82º | 0.43% | 0.94% | - |
| XYZ | 56.41 | 41.26 | 64.66 | - |
| YUV | 176.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 208 | 0 | 0.42 | 0.13 | 0.06 | 318.82 | 0.77 | 0.74 |
| Hex | F0 | 8A | D0 | 0 | 2A | D | 6 | 13F | 4D | 4A |
| Octal | 360 | 212 | 320 | 0 | 52 | 15 | 6 | 477 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11010000 | 0 | 101010 | 1101 | 110 | 100111111 | 1001101 | 1001010 |
Color Harmonies of #F08AD0
Complementary color
Monochromatic Colors of #F08AD0
Black with #F08AD0
Text Example
Text Example
White with #F08AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AD0; }
p { color: rgb(240,138,208); }
H1.HeaderClassName
{
color: #F08AD0;
}
.AnyTagClassName
{
color: #F08AD0;
}
</style>
background-color css
<style>
a { background-color: #F08AD0; }
a { background-color: rgb(240,138,208); }
div.DivClassName
{
background-color: #F08AD0;
}
.BgClassName
{
background-color: #F08AD0;
}
</style>
border-color css
<style>
span { border-color: #F08AD0; }
span { border-color: rgb(240,138,208); }
td.TdClassName
{
border-color: #F08AD0;
}
.TagClassName
{
border-color: #F08AD0;
}
</style>