Shades of Tea Rose #F891BF
Tints of Tea Rose #F891BF
RGB
CMYK
RGB Variations
Color information
#F891BF (or 0xF891BF) is known color: Tea Rose. HEX triplet: F8, 91 and BF. RGB value is (248,145,191). Sum of RGB (Red+Green+Blue) = 248+145+191=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F891BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891BF is #076E40. Grayscale: #B4B4B4. Windows color (decimal): -486977 or 12554744. OLE color: 12554744.
HSL color Cylindrical-coordinate representation of color #F891BF: hue angle of 333.2º 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 #F891BF is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 191 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.03 |
| HSL | 333.2º | 0.88% | 0.77% | - |
| HSV(B) | 333.2º | 0.42% | 0.97% | - |
| XYZ | 58.24 | 43.97 | 54.71 | - |
| YUV | 181.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 191 | 0 | 0.42 | 0.23 | 0.03 | 333.2 | 0.88 | 0.77 |
| Hex | F8 | 91 | BF | 0 | 2A | 17 | 3 | 14D | 58 | 4D |
| Octal | 370 | 221 | 277 | 0 | 52 | 27 | 3 | 515 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10111111 | 0 | 101010 | 10111 | 11 | 101001101 | 1011000 | 1001101 |
Color Harmonies of #F891BF
Complementary color
Monochromatic Colors of #F891BF
Black with #F891BF
Text Example
Text Example
White with #F891BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891BF; }
p { color: rgb(248,145,191); }
H1.HeaderClassName
{
color: #F891BF;
}
.AnyTagClassName
{
color: #F891BF;
}
</style>
background-color css
<style>
a { background-color: #F891BF; }
a { background-color: rgb(248,145,191); }
div.DivClassName
{
background-color: #F891BF;
}
.BgClassName
{
background-color: #F891BF;
}
</style>
border-color css
<style>
span { border-color: #F891BF; }
span { border-color: rgb(248,145,191); }
td.TdClassName
{
border-color: #F891BF;
}
.TagClassName
{
border-color: #F891BF;
}
</style>