Shades of Tea Rose #F090C5
Tints of Tea Rose #F090C5
RGB
CMYK
RGB Variations
Color information
#F090C5 (or 0xF090C5) is known color: Tea Rose. HEX triplet: F0, 90 and C5. RGB value is (240,144,197). Sum of RGB (Red+Green+Blue) = 240+144+197=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F090C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090C5 is #0F6F3A. Grayscale: #B2B2B2. Windows color (decimal): -1011515 or 12947696. OLE color: 12947696.
HSL color Cylindrical-coordinate representation of color #F090C5: hue angle of 326.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090C5 is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 197 | - |
| CMYK | 0 | 0.4 | 0.18 | 0.06 |
| HSL | 326.88º | 0.76% | 0.75% | - |
| HSV(B) | 326.88º | 0.4% | 0.94% | - |
| XYZ | 55.99 | 42.5 | 58.08 | - |
| YUV | 178.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 197 | 0 | 0.4 | 0.18 | 0.06 | 326.88 | 0.76 | 0.75 |
| Hex | F0 | 90 | C5 | 0 | 28 | 12 | 6 | 147 | 4C | 4B |
| Octal | 360 | 220 | 305 | 0 | 50 | 22 | 6 | 507 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11000101 | 0 | 101000 | 10010 | 110 | 101000111 | 1001100 | 1001011 |
Color Harmonies of #F090C5
Complementary color
Monochromatic Colors of #F090C5
Black with #F090C5
Text Example
Text Example
White with #F090C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090C5; }
p { color: rgb(240,144,197); }
H1.HeaderClassName
{
color: #F090C5;
}
.AnyTagClassName
{
color: #F090C5;
}
</style>
background-color css
<style>
a { background-color: #F090C5; }
a { background-color: rgb(240,144,197); }
div.DivClassName
{
background-color: #F090C5;
}
.BgClassName
{
background-color: #F090C5;
}
</style>
border-color css
<style>
span { border-color: #F090C5; }
span { border-color: rgb(240,144,197); }
td.TdClassName
{
border-color: #F090C5;
}
.TagClassName
{
border-color: #F090C5;
}
</style>