Shades of Tea Rose #F08ACD
Tints of Tea Rose #F08ACD
RGB
CMYK
RGB Variations
Color information
#F08ACD (or 0xF08ACD) is known color: Tea Rose. HEX triplet: F0, 8A and CD. RGB value is (240,138,205). Sum of RGB (Red+Green+Blue) = 240+138+205=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ACD is #0F7532. Grayscale: #AFAFAF. Windows color (decimal): -1013043 or 13470448. OLE color: 13470448.
HSL color Cylindrical-coordinate representation of color #F08ACD: hue angle of 320.59º 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 #F08ACD is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 205 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 320.59º | 0.77% | 0.74% | - |
| HSV(B) | 320.59º | 0.43% | 0.94% | - |
| XYZ | 56.04 | 41.11 | 62.74 | - |
| YUV | 176.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 205 | 0 | 0.42 | 0.15 | 0.06 | 320.59 | 0.77 | 0.74 |
| Hex | F0 | 8A | CD | 0 | 2A | F | 6 | 141 | 4D | 4A |
| Octal | 360 | 212 | 315 | 0 | 52 | 17 | 6 | 501 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11001101 | 0 | 101010 | 1111 | 110 | 101000001 | 1001101 | 1001010 |
Color Harmonies of #F08ACD
Complementary color
Monochromatic Colors of #F08ACD
Black with #F08ACD
Text Example
Text Example
White with #F08ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ACD; }
p { color: rgb(240,138,205); }
H1.HeaderClassName
{
color: #F08ACD;
}
.AnyTagClassName
{
color: #F08ACD;
}
</style>
background-color css
<style>
a { background-color: #F08ACD; }
a { background-color: rgb(240,138,205); }
div.DivClassName
{
background-color: #F08ACD;
}
.BgClassName
{
background-color: #F08ACD;
}
</style>
border-color css
<style>
span { border-color: #F08ACD; }
span { border-color: rgb(240,138,205); }
td.TdClassName
{
border-color: #F08ACD;
}
.TagClassName
{
border-color: #F08ACD;
}
</style>