Shades of Tea Rose #F289CB
Tints of Tea Rose #F289CB
RGB
CMYK
RGB Variations
Color information
#F289CB (or 0xF289CB) is known color: Tea Rose. HEX triplet: F2, 89 and CB. RGB value is (242,137,203). Sum of RGB (Red+Green+Blue) = 242+137+203=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F289CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289CB is #0D7634. Grayscale: #AFAFAF. Windows color (decimal): -882229 or 13339122. OLE color: 13339122.
HSL color Cylindrical-coordinate representation of color #F289CB: hue angle of 322.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289CB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 203 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.05 |
| HSL | 322.29º | 0.8% | 0.74% | - |
| HSV(B) | 322.29º | 0.43% | 0.95% | - |
| XYZ | 56.34 | 41.08 | 61.46 | - |
| YUV | 175.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 203 | 0 | 0.43 | 0.16 | 0.05 | 322.29 | 0.8 | 0.74 |
| Hex | F2 | 89 | CB | 0 | 2B | 10 | 5 | 142 | 50 | 4A |
| Octal | 362 | 211 | 313 | 0 | 53 | 20 | 5 | 502 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11001011 | 0 | 101011 | 10000 | 101 | 101000010 | 1010000 | 1001010 |
Color Harmonies of #F289CB
Complementary color
Monochromatic Colors of #F289CB
Black with #F289CB
Text Example
Text Example
White with #F289CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289CB; }
p { color: rgb(242,137,203); }
H1.HeaderClassName
{
color: #F289CB;
}
.AnyTagClassName
{
color: #F289CB;
}
</style>
background-color css
<style>
a { background-color: #F289CB; }
a { background-color: rgb(242,137,203); }
div.DivClassName
{
background-color: #F289CB;
}
.BgClassName
{
background-color: #F289CB;
}
</style>
border-color css
<style>
span { border-color: #F289CB; }
span { border-color: rgb(242,137,203); }
td.TdClassName
{
border-color: #F289CB;
}
.TagClassName
{
border-color: #F289CB;
}
</style>