Shades of Tea Rose #F891C7
Tints of Tea Rose #F891C7
RGB
CMYK
RGB Variations
Color information
#F891C7 (or 0xF891C7) is known color: Tea Rose. HEX triplet: F8, 91 and C7. RGB value is (248,145,199). Sum of RGB (Red+Green+Blue) = 248+145+199=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F891C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891C7 is #076E38. Grayscale: #B5B5B5. Windows color (decimal): -486969 or 13079032. OLE color: 13079032.
HSL color Cylindrical-coordinate representation of color #F891C7: hue angle of 328.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 #F891C7 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 199 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.03 |
| HSL | 328.54º | 0.88% | 0.77% | - |
| HSV(B) | 328.54º | 0.42% | 0.97% | - |
| XYZ | 59.15 | 44.33 | 59.47 | - |
| YUV | 181.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 199 | 0 | 0.42 | 0.20 | 0.03 | 328.54 | 0.88 | 0.77 |
| Hex | F8 | 91 | C7 | 0 | 2A | 14 | 3 | 149 | 58 | 4D |
| Octal | 370 | 221 | 307 | 0 | 52 | 24 | 3 | 511 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11000111 | 0 | 101010 | 10100 | 11 | 101001001 | 1011000 | 1001101 |
Color Harmonies of #F891C7
Complementary color
Monochromatic Colors of #F891C7
Black with #F891C7
Text Example
Text Example
White with #F891C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891C7; }
p { color: rgb(248,145,199); }
H1.HeaderClassName
{
color: #F891C7;
}
.AnyTagClassName
{
color: #F891C7;
}
</style>
background-color css
<style>
a { background-color: #F891C7; }
a { background-color: rgb(248,145,199); }
div.DivClassName
{
background-color: #F891C7;
}
.BgClassName
{
background-color: #F891C7;
}
</style>
border-color css
<style>
span { border-color: #F891C7; }
span { border-color: rgb(248,145,199); }
td.TdClassName
{
border-color: #F891C7;
}
.TagClassName
{
border-color: #F891C7;
}
</style>