Shades of Tea Rose #F891CB
Tints of Tea Rose #F891CB
RGB
CMYK
RGB Variations
Color information
#F891CB (or 0xF891CB) is known color: Tea Rose. HEX triplet: F8, 91 and CB. RGB value is (248,145,203). Sum of RGB (Red+Green+Blue) = 248+145+203=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F891CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891CB is #076E34. Grayscale: #B6B6B6. Windows color (decimal): -486965 or 13341176. OLE color: 13341176.
HSL color Cylindrical-coordinate representation of color #F891CB: hue angle of 326.21º 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 #F891CB is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 203 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.03 |
| HSL | 326.21º | 0.88% | 0.77% | - |
| HSV(B) | 326.21º | 0.42% | 0.97% | - |
| XYZ | 59.62 | 44.52 | 61.95 | - |
| YUV | 182.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 203 | 0 | 0.42 | 0.18 | 0.03 | 326.21 | 0.88 | 0.77 |
| Hex | F8 | 91 | CB | 0 | 2A | 12 | 3 | 146 | 58 | 4D |
| Octal | 370 | 221 | 313 | 0 | 52 | 22 | 3 | 506 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11001011 | 0 | 101010 | 10010 | 11 | 101000110 | 1011000 | 1001101 |
Color Harmonies of #F891CB
Complementary color
Monochromatic Colors of #F891CB
Black with #F891CB
Text Example
Text Example
White with #F891CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891CB; }
p { color: rgb(248,145,203); }
H1.HeaderClassName
{
color: #F891CB;
}
.AnyTagClassName
{
color: #F891CB;
}
</style>
background-color css
<style>
a { background-color: #F891CB; }
a { background-color: rgb(248,145,203); }
div.DivClassName
{
background-color: #F891CB;
}
.BgClassName
{
background-color: #F891CB;
}
</style>
border-color css
<style>
span { border-color: #F891CB; }
span { border-color: rgb(248,145,203); }
td.TdClassName
{
border-color: #F891CB;
}
.TagClassName
{
border-color: #F891CB;
}
</style>