Shades of Tea Rose #F284CE
Tints of Tea Rose #F284CE
RGB
CMYK
RGB Variations
Color information
#F284CE (or 0xF284CE) is known color: Tea Rose. HEX triplet: F2, 84 and CE. RGB value is (242,132,206). Sum of RGB (Red+Green+Blue) = 242+132+206=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F284CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284CE is #0D7B31. Grayscale: #ADADAD. Windows color (decimal): -883506 or 13534450. OLE color: 13534450.
HSL color Cylindrical-coordinate representation of color #F284CE: hue angle of 319.64º 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 #F284CE is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 206 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.05 |
| HSL | 319.64º | 0.81% | 0.73% | - |
| HSV(B) | 319.64º | 0.45% | 0.95% | - |
| XYZ | 56.01 | 39.84 | 63.13 | - |
| YUV | 173.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 206 | 0 | 0.45 | 0.15 | 0.05 | 319.64 | 0.81 | 0.73 |
| Hex | F2 | 84 | CE | 0 | 2D | F | 5 | 140 | 51 | 49 |
| Octal | 362 | 204 | 316 | 0 | 55 | 17 | 5 | 500 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11001110 | 0 | 101101 | 1111 | 101 | 101000000 | 1010001 | 1001001 |
Color Harmonies of #F284CE
Complementary color
Monochromatic Colors of #F284CE
Black with #F284CE
Text Example
Text Example
White with #F284CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284CE; }
p { color: rgb(242,132,206); }
H1.HeaderClassName
{
color: #F284CE;
}
.AnyTagClassName
{
color: #F284CE;
}
</style>
background-color css
<style>
a { background-color: #F284CE; }
a { background-color: rgb(242,132,206); }
div.DivClassName
{
background-color: #F284CE;
}
.BgClassName
{
background-color: #F284CE;
}
</style>
border-color css
<style>
span { border-color: #F284CE; }
span { border-color: rgb(242,132,206); }
td.TdClassName
{
border-color: #F284CE;
}
.TagClassName
{
border-color: #F284CE;
}
</style>