Shades of Violet #F484EC
Tints of Violet #F484EC
RGB
CMYK
RGB Variations
Color information
#F484EC (or 0xF484EC) is known color: Violet. HEX triplet: F4, 84 and EC. RGB value is (244,132,236). Sum of RGB (Red+Green+Blue) = 244+132+236=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F484EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484EC is #0B7B13. Grayscale: #B1B1B1. Windows color (decimal): -752404 or 15500532. OLE color: 15500532.
HSL color Cylindrical-coordinate representation of color #F484EC: hue angle of 304.29º 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 #F484EC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 236 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.04 |
| HSL | 304.29º | 0.84% | 0.74% | - |
| HSV(B) | 304.29º | 0.46% | 0.96% | - |
| XYZ | 60.7 | 41.79 | 84.22 | - |
| YUV | 177.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 236 | 0 | 0.46 | 0.03 | 0.04 | 304.29 | 0.84 | 0.74 |
| Hex | F4 | 84 | EC | 0 | 2E | 3 | 4 | 130 | 54 | 4A |
| Octal | 364 | 204 | 354 | 0 | 56 | 3 | 4 | 460 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11101100 | 0 | 101110 | 11 | 100 | 100110000 | 1010100 | 1001010 |
Color Harmonies of #F484EC
Complementary color
Monochromatic Colors of #F484EC
Black with #F484EC
Text Example
Text Example
White with #F484EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484EC; }
p { color: rgb(244,132,236); }
H1.HeaderClassName
{
color: #F484EC;
}
.AnyTagClassName
{
color: #F484EC;
}
</style>
background-color css
<style>
a { background-color: #F484EC; }
a { background-color: rgb(244,132,236); }
div.DivClassName
{
background-color: #F484EC;
}
.BgClassName
{
background-color: #F484EC;
}
</style>
border-color css
<style>
span { border-color: #F484EC; }
span { border-color: rgb(244,132,236); }
td.TdClassName
{
border-color: #F484EC;
}
.TagClassName
{
border-color: #F484EC;
}
</style>