Shades of Tea Rose #F289C8
Tints of Tea Rose #F289C8
RGB
CMYK
RGB Variations
Color information
#F289C8 (or 0xF289C8) is known color: Tea Rose. HEX triplet: F2, 89 and C8. RGB value is (242,137,200). Sum of RGB (Red+Green+Blue) = 242+137+200=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F289C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289C8 is #0D7637. Grayscale: #AFAFAF. Windows color (decimal): -882232 or 13142514. OLE color: 13142514.
HSL color Cylindrical-coordinate representation of color #F289C8: hue angle of 324º 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 #F289C8 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 200 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.05 |
| HSL | 324º | 0.8% | 0.74% | - |
| HSV(B) | 324º | 0.43% | 0.95% | - |
| XYZ | 55.99 | 40.94 | 59.59 | - |
| YUV | 175.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 200 | 0 | 0.43 | 0.17 | 0.05 | 324 | 0.8 | 0.74 |
| Hex | F2 | 89 | C8 | 0 | 2B | 11 | 5 | 144 | 50 | 4A |
| Octal | 362 | 211 | 310 | 0 | 53 | 21 | 5 | 504 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11001000 | 0 | 101011 | 10001 | 101 | 101000100 | 1010000 | 1001010 |
Color Harmonies of #F289C8
Complementary color
Monochromatic Colors of #F289C8
Black with #F289C8
Text Example
Text Example
White with #F289C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289C8; }
p { color: rgb(242,137,200); }
H1.HeaderClassName
{
color: #F289C8;
}
.AnyTagClassName
{
color: #F289C8;
}
</style>
background-color css
<style>
a { background-color: #F289C8; }
a { background-color: rgb(242,137,200); }
div.DivClassName
{
background-color: #F289C8;
}
.BgClassName
{
background-color: #F289C8;
}
</style>
border-color css
<style>
span { border-color: #F289C8; }
span { border-color: rgb(242,137,200); }
td.TdClassName
{
border-color: #F289C8;
}
.TagClassName
{
border-color: #F289C8;
}
</style>