Shades of Tea Rose #F090C7
Tints of Tea Rose #F090C7
RGB
CMYK
RGB Variations
Color information
#F090C7 (or 0xF090C7) is known color: Tea Rose. HEX triplet: F0, 90 and C7. RGB value is (240,144,199). Sum of RGB (Red+Green+Blue) = 240+144+199=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F090C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090C7 is #0F6F38. Grayscale: #B2B2B2. Windows color (decimal): -1011513 or 13078768. OLE color: 13078768.
HSL color Cylindrical-coordinate representation of color #F090C7: hue angle of 325.62º 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 #F090C7 is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 199 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.06 |
| HSL | 325.63º | 0.76% | 0.75% | - |
| HSV(B) | 325.63º | 0.4% | 0.94% | - |
| XYZ | 56.22 | 42.6 | 59.29 | - |
| YUV | 178.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 199 | 0 | 0.4 | 0.17 | 0.06 | 325.63 | 0.76 | 0.75 |
| Hex | F0 | 90 | C7 | 0 | 28 | 11 | 6 | 146 | 4C | 4B |
| Octal | 360 | 220 | 307 | 0 | 50 | 21 | 6 | 506 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11000111 | 0 | 101000 | 10001 | 110 | 101000110 | 1001100 | 1001011 |
Color Harmonies of #F090C7
Complementary color
Monochromatic Colors of #F090C7
Black with #F090C7
Text Example
Text Example
White with #F090C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090C7; }
p { color: rgb(240,144,199); }
H1.HeaderClassName
{
color: #F090C7;
}
.AnyTagClassName
{
color: #F090C7;
}
</style>
background-color css
<style>
a { background-color: #F090C7; }
a { background-color: rgb(240,144,199); }
div.DivClassName
{
background-color: #F090C7;
}
.BgClassName
{
background-color: #F090C7;
}
</style>
border-color css
<style>
span { border-color: #F090C7; }
span { border-color: rgb(240,144,199); }
td.TdClassName
{
border-color: #F090C7;
}
.TagClassName
{
border-color: #F090C7;
}
</style>