Shades of Tea Rose #F284C1
Tints of Tea Rose #F284C1
RGB
CMYK
RGB Variations
Color information
#F284C1 (or 0xF284C1) is known color: Tea Rose. HEX triplet: F2, 84 and C1. RGB value is (242,132,193). Sum of RGB (Red+Green+Blue) = 242+132+193=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F284C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284C1 is #0D7B3E. Grayscale: #ABABAB. Windows color (decimal): -883519 or 12682482. OLE color: 12682482.
HSL color Cylindrical-coordinate representation of color #F284C1: hue angle of 326.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284C1 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 193 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.05 |
| HSL | 326.73º | 0.81% | 0.73% | - |
| HSV(B) | 326.73º | 0.45% | 0.95% | - |
| XYZ | 54.49 | 39.23 | 55.15 | - |
| YUV | 171.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 193 | 0 | 0.45 | 0.20 | 0.05 | 326.73 | 0.81 | 0.73 |
| Hex | F2 | 84 | C1 | 0 | 2D | 14 | 5 | 147 | 51 | 49 |
| Octal | 362 | 204 | 301 | 0 | 55 | 24 | 5 | 507 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11000001 | 0 | 101101 | 10100 | 101 | 101000111 | 1010001 | 1001001 |
Color Harmonies of #F284C1
Complementary color
Monochromatic Colors of #F284C1
Black with #F284C1
Text Example
Text Example
White with #F284C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284C1; }
p { color: rgb(242,132,193); }
H1.HeaderClassName
{
color: #F284C1;
}
.AnyTagClassName
{
color: #F284C1;
}
</style>
background-color css
<style>
a { background-color: #F284C1; }
a { background-color: rgb(242,132,193); }
div.DivClassName
{
background-color: #F284C1;
}
.BgClassName
{
background-color: #F284C1;
}
</style>
border-color css
<style>
span { border-color: #F284C1; }
span { border-color: rgb(242,132,193); }
td.TdClassName
{
border-color: #F284C1;
}
.TagClassName
{
border-color: #F284C1;
}
</style>