Shades of Tea Rose #F890C0
Tints of Tea Rose #F890C0
RGB
CMYK
RGB Variations
Color information
#F890C0 (or 0xF890C0) is known color: Tea Rose. HEX triplet: F8, 90 and C0. RGB value is (248,144,192). Sum of RGB (Red+Green+Blue) = 248+144+192=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C0 is #076F3F. Grayscale: #B4B4B4. Windows color (decimal): -487232 or 12620024. OLE color: 12620024.
HSL color Cylindrical-coordinate representation of color #F890C0: hue angle of 332.31º 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 #F890C0 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 192 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.03 |
| HSL | 332.31º | 0.88% | 0.77% | - |
| HSV(B) | 332.31º | 0.42% | 0.97% | - |
| XYZ | 58.2 | 43.71 | 55.24 | - |
| YUV | 180.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 192 | 0 | 0.42 | 0.23 | 0.03 | 332.31 | 0.88 | 0.77 |
| Hex | F8 | 90 | C0 | 0 | 2A | 17 | 3 | 14C | 58 | 4D |
| Octal | 370 | 220 | 300 | 0 | 52 | 27 | 3 | 514 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11000000 | 0 | 101010 | 10111 | 11 | 101001100 | 1011000 | 1001101 |
Color Harmonies of #F890C0
Complementary color
Monochromatic Colors of #F890C0
Black with #F890C0
Text Example
Text Example
White with #F890C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890C0; }
p { color: rgb(248,144,192); }
H1.HeaderClassName
{
color: #F890C0;
}
.AnyTagClassName
{
color: #F890C0;
}
</style>
background-color css
<style>
a { background-color: #F890C0; }
a { background-color: rgb(248,144,192); }
div.DivClassName
{
background-color: #F890C0;
}
.BgClassName
{
background-color: #F890C0;
}
</style>
border-color css
<style>
span { border-color: #F890C0; }
span { border-color: rgb(248,144,192); }
td.TdClassName
{
border-color: #F890C0;
}
.TagClassName
{
border-color: #F890C0;
}
</style>