Shades of Tea Rose #F989CB
Tints of Tea Rose #F989CB
RGB
CMYK
RGB Variations
Color information
#F989CB (or 0xF989CB) is known color: Tea Rose. HEX triplet: F9, 89 and CB. RGB value is (249,137,203). Sum of RGB (Red+Green+Blue) = 249+137+203=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F989CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989CB is #067634. Grayscale: #B1B1B1. Windows color (decimal): -423477 or 13339129. OLE color: 13339129.
HSL color Cylindrical-coordinate representation of color #F989CB: hue angle of 324.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989CB is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 137 | 203 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.02 |
| HSL | 324.64º | 0.9% | 0.76% | - |
| HSV(B) | 324.64º | 0.45% | 0.98% | - |
| XYZ | 58.79 | 42.34 | 61.57 | - |
| YUV | 178.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 137 | 203 | 0 | 0.45 | 0.18 | 0.02 | 324.64 | 0.9 | 0.76 |
| Hex | F9 | 89 | CB | 0 | 2D | 12 | 2 | 145 | 5A | 4C |
| Octal | 371 | 211 | 313 | 0 | 55 | 22 | 2 | 505 | 132 | 114 |
| Binary | 11111001 | 10001001 | 11001011 | 0 | 101101 | 10010 | 10 | 101000101 | 1011010 | 1001100 |
Color Harmonies of #F989CB
Complementary color
Monochromatic Colors of #F989CB
Black with #F989CB
Text Example
Text Example
White with #F989CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F989CB; }
p { color: rgb(249,137,203); }
H1.HeaderClassName
{
color: #F989CB;
}
.AnyTagClassName
{
color: #F989CB;
}
</style>
background-color css
<style>
a { background-color: #F989CB; }
a { background-color: rgb(249,137,203); }
div.DivClassName
{
background-color: #F989CB;
}
.BgClassName
{
background-color: #F989CB;
}
</style>
border-color css
<style>
span { border-color: #F989CB; }
span { border-color: rgb(249,137,203); }
td.TdClassName
{
border-color: #F989CB;
}
.TagClassName
{
border-color: #F989CB;
}
</style>