Shades of Tea Rose #F890CA
Tints of Tea Rose #F890CA
RGB
CMYK
RGB Variations
Color information
#F890CA (or 0xF890CA) is known color: Tea Rose. HEX triplet: F8, 90 and CA. RGB value is (248,144,202). Sum of RGB (Red+Green+Blue) = 248+144+202=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F890CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890CA is #076F35. Grayscale: #B5B5B5. Windows color (decimal): -487222 or 13275384. OLE color: 13275384.
HSL color Cylindrical-coordinate representation of color #F890CA: hue angle of 326.54º 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 #F890CA is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 202 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.03 |
| HSL | 326.54º | 0.88% | 0.77% | - |
| HSV(B) | 326.54º | 0.42% | 0.97% | - |
| XYZ | 59.35 | 44.17 | 61.27 | - |
| YUV | 181.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 202 | 0 | 0.42 | 0.19 | 0.03 | 326.54 | 0.88 | 0.77 |
| Hex | F8 | 90 | CA | 0 | 2A | 13 | 3 | 147 | 58 | 4D |
| Octal | 370 | 220 | 312 | 0 | 52 | 23 | 3 | 507 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11001010 | 0 | 101010 | 10011 | 11 | 101000111 | 1011000 | 1001101 |
Color Harmonies of #F890CA
Complementary color
Monochromatic Colors of #F890CA
Black with #F890CA
Text Example
Text Example
White with #F890CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890CA; }
p { color: rgb(248,144,202); }
H1.HeaderClassName
{
color: #F890CA;
}
.AnyTagClassName
{
color: #F890CA;
}
</style>
background-color css
<style>
a { background-color: #F890CA; }
a { background-color: rgb(248,144,202); }
div.DivClassName
{
background-color: #F890CA;
}
.BgClassName
{
background-color: #F890CA;
}
</style>
border-color css
<style>
span { border-color: #F890CA; }
span { border-color: rgb(248,144,202); }
td.TdClassName
{
border-color: #F890CA;
}
.TagClassName
{
border-color: #F890CA;
}
</style>