Shades of Tea Rose #F08AC5
Tints of Tea Rose #F08AC5
RGB
CMYK
RGB Variations
Color information
#F08AC5 (or 0xF08AC5) is known color: Tea Rose. HEX triplet: F0, 8A and C5. RGB value is (240,138,197). Sum of RGB (Red+Green+Blue) = 240+138+197=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AC5 is #0F753A. Grayscale: #AFAFAF. Windows color (decimal): -1013051 or 12946160. OLE color: 12946160.
HSL color Cylindrical-coordinate representation of color #F08AC5: hue angle of 325.29º 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 #F08AC5 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 197 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.06 |
| HSL | 325.29º | 0.77% | 0.74% | - |
| HSV(B) | 325.29º | 0.43% | 0.94% | - |
| XYZ | 55.1 | 40.73 | 57.78 | - |
| YUV | 175.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 197 | 0 | 0.42 | 0.18 | 0.06 | 325.29 | 0.77 | 0.74 |
| Hex | F0 | 8A | C5 | 0 | 2A | 12 | 6 | 145 | 4D | 4A |
| Octal | 360 | 212 | 305 | 0 | 52 | 22 | 6 | 505 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11000101 | 0 | 101010 | 10010 | 110 | 101000101 | 1001101 | 1001010 |
Color Harmonies of #F08AC5
Complementary color
Monochromatic Colors of #F08AC5
Black with #F08AC5
Text Example
Text Example
White with #F08AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AC5; }
p { color: rgb(240,138,197); }
H1.HeaderClassName
{
color: #F08AC5;
}
.AnyTagClassName
{
color: #F08AC5;
}
</style>
background-color css
<style>
a { background-color: #F08AC5; }
a { background-color: rgb(240,138,197); }
div.DivClassName
{
background-color: #F08AC5;
}
.BgClassName
{
background-color: #F08AC5;
}
</style>
border-color css
<style>
span { border-color: #F08AC5; }
span { border-color: rgb(240,138,197); }
td.TdClassName
{
border-color: #F08AC5;
}
.TagClassName
{
border-color: #F08AC5;
}
</style>