Shades of Tea Rose #F284CA
Tints of Tea Rose #F284CA
RGB
CMYK
RGB Variations
Color information
#F284CA (or 0xF284CA) is known color: Tea Rose. HEX triplet: F2, 84 and CA. RGB value is (242,132,202). Sum of RGB (Red+Green+Blue) = 242+132+202=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F284CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284CA is #0D7B35. Grayscale: #ACACAC. Windows color (decimal): -883510 or 13272306. OLE color: 13272306.
HSL color Cylindrical-coordinate representation of color #F284CA: hue angle of 321.82º 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 #F284CA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 202 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.05 |
| HSL | 321.82º | 0.81% | 0.73% | - |
| HSV(B) | 321.82º | 0.45% | 0.95% | - |
| XYZ | 55.53 | 39.64 | 60.6 | - |
| YUV | 172.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 202 | 0 | 0.45 | 0.17 | 0.05 | 321.82 | 0.81 | 0.73 |
| Hex | F2 | 84 | CA | 0 | 2D | 11 | 5 | 142 | 51 | 49 |
| Octal | 362 | 204 | 312 | 0 | 55 | 21 | 5 | 502 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11001010 | 0 | 101101 | 10001 | 101 | 101000010 | 1010001 | 1001001 |
Color Harmonies of #F284CA
Complementary color
Monochromatic Colors of #F284CA
Black with #F284CA
Text Example
Text Example
White with #F284CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284CA; }
p { color: rgb(242,132,202); }
H1.HeaderClassName
{
color: #F284CA;
}
.AnyTagClassName
{
color: #F284CA;
}
</style>
background-color css
<style>
a { background-color: #F284CA; }
a { background-color: rgb(242,132,202); }
div.DivClassName
{
background-color: #F284CA;
}
.BgClassName
{
background-color: #F284CA;
}
</style>
border-color css
<style>
span { border-color: #F284CA; }
span { border-color: rgb(242,132,202); }
td.TdClassName
{
border-color: #F284CA;
}
.TagClassName
{
border-color: #F284CA;
}
</style>