Shades of Tea Rose #F484C6
Tints of Tea Rose #F484C6
RGB
CMYK
RGB Variations
Color information
#F484C6 (or 0xF484C6) is known color: Tea Rose. HEX triplet: F4, 84 and C6. RGB value is (244,132,198). Sum of RGB (Red+Green+Blue) = 244+132+198=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F484C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484C6 is #0B7B39. Grayscale: #ACACAC. Windows color (decimal): -752442 or 13010164. OLE color: 13010164.
HSL color Cylindrical-coordinate representation of color #F484C6: hue angle of 324.64º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484C6 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 198 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.04 |
| HSL | 324.64º | 0.84% | 0.74% | - |
| HSV(B) | 324.64º | 0.46% | 0.96% | - |
| XYZ | 55.75 | 39.81 | 58.17 | - |
| YUV | 173.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 198 | 0 | 0.46 | 0.19 | 0.04 | 324.64 | 0.84 | 0.74 |
| Hex | F4 | 84 | C6 | 0 | 2E | 13 | 4 | 145 | 54 | 4A |
| Octal | 364 | 204 | 306 | 0 | 56 | 23 | 4 | 505 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11000110 | 0 | 101110 | 10011 | 100 | 101000101 | 1010100 | 1001010 |
Color Harmonies of #F484C6
Complementary color
Monochromatic Colors of #F484C6
Black with #F484C6
Text Example
Text Example
White with #F484C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484C6; }
p { color: rgb(244,132,198); }
H1.HeaderClassName
{
color: #F484C6;
}
.AnyTagClassName
{
color: #F484C6;
}
</style>
background-color css
<style>
a { background-color: #F484C6; }
a { background-color: rgb(244,132,198); }
div.DivClassName
{
background-color: #F484C6;
}
.BgClassName
{
background-color: #F484C6;
}
</style>
border-color css
<style>
span { border-color: #F484C6; }
span { border-color: rgb(244,132,198); }
td.TdClassName
{
border-color: #F484C6;
}
.TagClassName
{
border-color: #F484C6;
}
</style>