Shades of Tea Rose #F890C3
Tints of Tea Rose #F890C3
RGB
CMYK
RGB Variations
Color information
#F890C3 (or 0xF890C3) is known color: Tea Rose. HEX triplet: F8, 90 and C3. RGB value is (248,144,195). Sum of RGB (Red+Green+Blue) = 248+144+195=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C3 is #076F3C. Grayscale: #B4B4B4. Windows color (decimal): -487229 or 12816632. OLE color: 12816632.
HSL color Cylindrical-coordinate representation of color #F890C3: hue angle of 330.58º 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 #F890C3 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 195 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.03 |
| HSL | 330.58º | 0.88% | 0.77% | - |
| HSV(B) | 330.58º | 0.42% | 0.97% | - |
| XYZ | 58.53 | 43.84 | 57.01 | - |
| YUV | 180.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 195 | 0 | 0.42 | 0.21 | 0.03 | 330.58 | 0.88 | 0.77 |
| Hex | F8 | 90 | C3 | 0 | 2A | 15 | 3 | 14B | 58 | 4D |
| Octal | 370 | 220 | 303 | 0 | 52 | 25 | 3 | 513 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11000011 | 0 | 101010 | 10101 | 11 | 101001011 | 1011000 | 1001101 |
Color Harmonies of #F890C3
Complementary color
Monochromatic Colors of #F890C3
Black with #F890C3
Text Example
Text Example
White with #F890C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890C3; }
p { color: rgb(248,144,195); }
H1.HeaderClassName
{
color: #F890C3;
}
.AnyTagClassName
{
color: #F890C3;
}
</style>
background-color css
<style>
a { background-color: #F890C3; }
a { background-color: rgb(248,144,195); }
div.DivClassName
{
background-color: #F890C3;
}
.BgClassName
{
background-color: #F890C3;
}
</style>
border-color css
<style>
span { border-color: #F890C3; }
span { border-color: rgb(248,144,195); }
td.TdClassName
{
border-color: #F890C3;
}
.TagClassName
{
border-color: #F890C3;
}
</style>