Shades of Tea Rose #F890C9
Tints of Tea Rose #F890C9
RGB
CMYK
RGB Variations
Color information
#F890C9 (or 0xF890C9) is known color: Tea Rose. HEX triplet: F8, 90 and C9. RGB value is (248,144,201). Sum of RGB (Red+Green+Blue) = 248+144+201=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C9 is #076F36. Grayscale: #B5B5B5. Windows color (decimal): -487223 or 13209848. OLE color: 13209848.
HSL color Cylindrical-coordinate representation of color #F890C9: hue angle of 327.12º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890C9 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 201 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.03 |
| HSL | 327.12º | 0.88% | 0.77% | - |
| HSV(B) | 327.12º | 0.42% | 0.97% | - |
| XYZ | 59.23 | 44.12 | 60.65 | - |
| YUV | 181.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 201 | 0 | 0.42 | 0.19 | 0.03 | 327.12 | 0.88 | 0.77 |
| Hex | F8 | 90 | C9 | 0 | 2A | 13 | 3 | 147 | 58 | 4D |
| Octal | 370 | 220 | 311 | 0 | 52 | 23 | 3 | 507 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11001001 | 0 | 101010 | 10011 | 11 | 101000111 | 1011000 | 1001101 |
Color Harmonies of #F890C9
Complementary color
Monochromatic Colors of #F890C9
Black with #F890C9
Text Example
Text Example
White with #F890C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890C9; }
p { color: rgb(248,144,201); }
H1.HeaderClassName
{
color: #F890C9;
}
.AnyTagClassName
{
color: #F890C9;
}
</style>
background-color css
<style>
a { background-color: #F890C9; }
a { background-color: rgb(248,144,201); }
div.DivClassName
{
background-color: #F890C9;
}
.BgClassName
{
background-color: #F890C9;
}
</style>
border-color css
<style>
span { border-color: #F890C9; }
span { border-color: rgb(248,144,201); }
td.TdClassName
{
border-color: #F890C9;
}
.TagClassName
{
border-color: #F890C9;
}
</style>