Shades of Tea Rose #F284C7
Tints of Tea Rose #F284C7
RGB
CMYK
RGB Variations
Color information
#F284C7 (or 0xF284C7) is known color: Tea Rose. HEX triplet: F2, 84 and C7. RGB value is (242,132,199). Sum of RGB (Red+Green+Blue) = 242+132+199=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F284C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284C7 is #0D7B38. Grayscale: #ACACAC. Windows color (decimal): -883513 or 13075698. OLE color: 13075698.
HSL color Cylindrical-coordinate representation of color #F284C7: hue angle of 323.45º 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 #F284C7 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 199 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.05 |
| HSL | 323.45º | 0.81% | 0.73% | - |
| HSV(B) | 323.45º | 0.45% | 0.95% | - |
| XYZ | 55.18 | 39.5 | 58.75 | - |
| YUV | 172.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 199 | 0 | 0.45 | 0.18 | 0.05 | 323.45 | 0.81 | 0.73 |
| Hex | F2 | 84 | C7 | 0 | 2D | 12 | 5 | 143 | 51 | 49 |
| Octal | 362 | 204 | 307 | 0 | 55 | 22 | 5 | 503 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11000111 | 0 | 101101 | 10010 | 101 | 101000011 | 1010001 | 1001001 |
Color Harmonies of #F284C7
Complementary color
Monochromatic Colors of #F284C7
Black with #F284C7
Text Example
Text Example
White with #F284C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284C7; }
p { color: rgb(242,132,199); }
H1.HeaderClassName
{
color: #F284C7;
}
.AnyTagClassName
{
color: #F284C7;
}
</style>
background-color css
<style>
a { background-color: #F284C7; }
a { background-color: rgb(242,132,199); }
div.DivClassName
{
background-color: #F284C7;
}
.BgClassName
{
background-color: #F284C7;
}
</style>
border-color css
<style>
span { border-color: #F284C7; }
span { border-color: rgb(242,132,199); }
td.TdClassName
{
border-color: #F284C7;
}
.TagClassName
{
border-color: #F284C7;
}
</style>