Shades of Tea Rose #F890C8
Tints of Tea Rose #F890C8
RGB
CMYK
RGB Variations
Color information
#F890C8 (or 0xF890C8) is known color: Tea Rose. HEX triplet: F8, 90 and C8. RGB value is (248,144,200). Sum of RGB (Red+Green+Blue) = 248+144+200=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C8 is #076F37. Grayscale: #B5B5B5. Windows color (decimal): -487224 or 13144312. OLE color: 13144312.
HSL color Cylindrical-coordinate representation of color #F890C8: hue angle of 327.69º 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 #F890C8 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 200 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.03 |
| HSL | 327.69º | 0.88% | 0.77% | - |
| HSV(B) | 327.69º | 0.42% | 0.97% | - |
| XYZ | 59.11 | 44.07 | 60.04 | - |
| YUV | 181.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 200 | 0 | 0.42 | 0.19 | 0.03 | 327.69 | 0.88 | 0.77 |
| Hex | F8 | 90 | C8 | 0 | 2A | 13 | 3 | 148 | 58 | 4D |
| Octal | 370 | 220 | 310 | 0 | 52 | 23 | 3 | 510 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11001000 | 0 | 101010 | 10011 | 11 | 101001000 | 1011000 | 1001101 |
Color Harmonies of #F890C8
Complementary color
Monochromatic Colors of #F890C8
Black with #F890C8
Text Example
Text Example
White with #F890C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890C8; }
p { color: rgb(248,144,200); }
H1.HeaderClassName
{
color: #F890C8;
}
.AnyTagClassName
{
color: #F890C8;
}
</style>
background-color css
<style>
a { background-color: #F890C8; }
a { background-color: rgb(248,144,200); }
div.DivClassName
{
background-color: #F890C8;
}
.BgClassName
{
background-color: #F890C8;
}
</style>
border-color css
<style>
span { border-color: #F890C8; }
span { border-color: rgb(248,144,200); }
td.TdClassName
{
border-color: #F890C8;
}
.TagClassName
{
border-color: #F890C8;
}
</style>