Shades of Tea Rose #F284CF
Tints of Tea Rose #F284CF
RGB
CMYK
RGB Variations
Color information
#F284CF (or 0xF284CF) is known color: Tea Rose. HEX triplet: F2, 84 and CF. RGB value is (242,132,207). Sum of RGB (Red+Green+Blue) = 242+132+207=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F284CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284CF is #0D7B30. Grayscale: #ADADAD. Windows color (decimal): -883505 or 13599986. OLE color: 13599986.
HSL color Cylindrical-coordinate representation of color #F284CF: hue angle of 319.09º 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 #F284CF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 207 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.05 |
| HSL | 319.09º | 0.81% | 0.73% | - |
| HSV(B) | 319.09º | 0.45% | 0.95% | - |
| XYZ | 56.13 | 39.88 | 63.77 | - |
| YUV | 173.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 207 | 0 | 0.45 | 0.14 | 0.05 | 319.09 | 0.81 | 0.73 |
| Hex | F2 | 84 | CF | 0 | 2D | E | 5 | 13F | 51 | 49 |
| Octal | 362 | 204 | 317 | 0 | 55 | 16 | 5 | 477 | 121 | 111 |
| Binary | 11110010 | 10000100 | 11001111 | 0 | 101101 | 1110 | 101 | 100111111 | 1010001 | 1001001 |
Color Harmonies of #F284CF
Complementary color
Monochromatic Colors of #F284CF
Black with #F284CF
Text Example
Text Example
White with #F284CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F284CF; }
p { color: rgb(242,132,207); }
H1.HeaderClassName
{
color: #F284CF;
}
.AnyTagClassName
{
color: #F284CF;
}
</style>
background-color css
<style>
a { background-color: #F284CF; }
a { background-color: rgb(242,132,207); }
div.DivClassName
{
background-color: #F284CF;
}
.BgClassName
{
background-color: #F284CF;
}
</style>
border-color css
<style>
span { border-color: #F284CF; }
span { border-color: rgb(242,132,207); }
td.TdClassName
{
border-color: #F284CF;
}
.TagClassName
{
border-color: #F284CF;
}
</style>