Shades of Tea Rose #F289BD
Tints of Tea Rose #F289BD
RGB
CMYK
RGB Variations
Color information
#F289BD (or 0xF289BD) is known color: Tea Rose. HEX triplet: F2, 89 and BD. RGB value is (242,137,189). Sum of RGB (Red+Green+Blue) = 242+137+189=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F289BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289BD is #0D7642. Grayscale: #AEAEAE. Windows color (decimal): -882243 or 12421618. OLE color: 12421618.
HSL color Cylindrical-coordinate representation of color #F289BD: hue angle of 330.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 #F289BD is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 189 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.05 |
| HSL | 330.29º | 0.8% | 0.74% | - |
| HSV(B) | 330.29º | 0.43% | 0.95% | - |
| XYZ | 54.75 | 40.44 | 53.06 | - |
| YUV | 174.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 189 | 0 | 0.43 | 0.22 | 0.05 | 330.29 | 0.8 | 0.74 |
| Hex | F2 | 89 | BD | 0 | 2B | 16 | 5 | 14A | 50 | 4A |
| Octal | 362 | 211 | 275 | 0 | 53 | 26 | 5 | 512 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10111101 | 0 | 101011 | 10110 | 101 | 101001010 | 1010000 | 1001010 |
Color Harmonies of #F289BD
Complementary color
Monochromatic Colors of #F289BD
Black with #F289BD
Text Example
Text Example
White with #F289BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289BD; }
p { color: rgb(242,137,189); }
H1.HeaderClassName
{
color: #F289BD;
}
.AnyTagClassName
{
color: #F289BD;
}
</style>
background-color css
<style>
a { background-color: #F289BD; }
a { background-color: rgb(242,137,189); }
div.DivClassName
{
background-color: #F289BD;
}
.BgClassName
{
background-color: #F289BD;
}
</style>
border-color css
<style>
span { border-color: #F289BD; }
span { border-color: rgb(242,137,189); }
td.TdClassName
{
border-color: #F289BD;
}
.TagClassName
{
border-color: #F289BD;
}
</style>