Shades of Tea Rose #F890CF
Tints of Tea Rose #F890CF
RGB
CMYK
RGB Variations
Color information
#F890CF (or 0xF890CF) is known color: Tea Rose. HEX triplet: F8, 90 and CF. RGB value is (248,144,207). Sum of RGB (Red+Green+Blue) = 248+144+207=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F890CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890CF is #076F30. Grayscale: #B6B6B6. Windows color (decimal): -487217 or 13603064. OLE color: 13603064.
HSL color Cylindrical-coordinate representation of color #F890CF: hue angle of 323.65º 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 #F890CF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 207 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.03 |
| HSL | 323.65º | 0.88% | 0.77% | - |
| HSV(B) | 323.65º | 0.42% | 0.97% | - |
| XYZ | 59.95 | 44.41 | 64.44 | - |
| YUV | 182.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 207 | 0 | 0.42 | 0.17 | 0.03 | 323.65 | 0.88 | 0.77 |
| Hex | F8 | 90 | CF | 0 | 2A | 11 | 3 | 144 | 58 | 4D |
| Octal | 370 | 220 | 317 | 0 | 52 | 21 | 3 | 504 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11001111 | 0 | 101010 | 10001 | 11 | 101000100 | 1011000 | 1001101 |
Color Harmonies of #F890CF
Complementary color
Monochromatic Colors of #F890CF
Black with #F890CF
Text Example
Text Example
White with #F890CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890CF; }
p { color: rgb(248,144,207); }
H1.HeaderClassName
{
color: #F890CF;
}
.AnyTagClassName
{
color: #F890CF;
}
</style>
background-color css
<style>
a { background-color: #F890CF; }
a { background-color: rgb(248,144,207); }
div.DivClassName
{
background-color: #F890CF;
}
.BgClassName
{
background-color: #F890CF;
}
</style>
border-color css
<style>
span { border-color: #F890CF; }
span { border-color: rgb(248,144,207); }
td.TdClassName
{
border-color: #F890CF;
}
.TagClassName
{
border-color: #F890CF;
}
</style>