Shades of Tea Rose #F890C6
Tints of Tea Rose #F890C6
RGB
CMYK
RGB Variations
Color information
#F890C6 (or 0xF890C6) is known color: Tea Rose. HEX triplet: F8, 90 and C6. RGB value is (248,144,198). Sum of RGB (Red+Green+Blue) = 248+144+198=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C6 is #076F39. Grayscale: #B5B5B5. Windows color (decimal): -487226 or 13013240. OLE color: 13013240.
HSL color Cylindrical-coordinate representation of color #F890C6: hue angle of 328.85º 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 #F890C6 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 198 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.03 |
| HSL | 328.85º | 0.88% | 0.77% | - |
| HSV(B) | 328.85º | 0.42% | 0.97% | - |
| XYZ | 58.88 | 43.98 | 58.81 | - |
| YUV | 181.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 198 | 0 | 0.42 | 0.20 | 0.03 | 328.85 | 0.88 | 0.77 |
| Hex | F8 | 90 | C6 | 0 | 2A | 14 | 3 | 149 | 58 | 4D |
| Octal | 370 | 220 | 306 | 0 | 52 | 24 | 3 | 511 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11000110 | 0 | 101010 | 10100 | 11 | 101001001 | 1011000 | 1001101 |
Color Harmonies of #F890C6
Complementary color
Monochromatic Colors of #F890C6
Black with #F890C6
Text Example
Text Example
White with #F890C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890C6; }
p { color: rgb(248,144,198); }
H1.HeaderClassName
{
color: #F890C6;
}
.AnyTagClassName
{
color: #F890C6;
}
</style>
background-color css
<style>
a { background-color: #F890C6; }
a { background-color: rgb(248,144,198); }
div.DivClassName
{
background-color: #F890C6;
}
.BgClassName
{
background-color: #F890C6;
}
</style>
border-color css
<style>
span { border-color: #F890C6; }
span { border-color: rgb(248,144,198); }
td.TdClassName
{
border-color: #F890C6;
}
.TagClassName
{
border-color: #F890C6;
}
</style>