Shades of Violet #F483EC
Tints of Violet #F483EC
RGB
CMYK
RGB Variations
Color information
#F483EC (or 0xF483EC) is known color: Violet. HEX triplet: F4, 83 and EC. RGB value is (244,131,236). Sum of RGB (Red+Green+Blue) = 244+131+236=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 131 (51.56% from 255 or 21.44% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F483EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F483EC is #0B7C13. Grayscale: #B0B0B0. Windows color (decimal): -752660 or 15500276. OLE color: 15500276.
HSL color Cylindrical-coordinate representation of color #F483EC: hue angle of 304.25º 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 #F483EC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 236 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.04 |
| HSL | 304.25º | 0.84% | 0.74% | - |
| HSV(B) | 304.25º | 0.46% | 0.96% | - |
| XYZ | 60.56 | 41.52 | 84.18 | - |
| YUV | 176.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 236 | 0 | 0.46 | 0.03 | 0.04 | 304.25 | 0.84 | 0.74 |
| Hex | F4 | 83 | EC | 0 | 2E | 3 | 4 | 130 | 54 | 4A |
| Octal | 364 | 203 | 354 | 0 | 56 | 3 | 4 | 460 | 124 | 112 |
| Binary | 11110100 | 10000011 | 11101100 | 0 | 101110 | 11 | 100 | 100110000 | 1010100 | 1001010 |
Color Harmonies of #F483EC
Complementary color
Monochromatic Colors of #F483EC
Black with #F483EC
Text Example
Text Example
White with #F483EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483EC; }
p { color: rgb(244,131,236); }
H1.HeaderClassName
{
color: #F483EC;
}
.AnyTagClassName
{
color: #F483EC;
}
</style>
background-color css
<style>
a { background-color: #F483EC; }
a { background-color: rgb(244,131,236); }
div.DivClassName
{
background-color: #F483EC;
}
.BgClassName
{
background-color: #F483EC;
}
</style>
border-color css
<style>
span { border-color: #F483EC; }
span { border-color: rgb(244,131,236); }
td.TdClassName
{
border-color: #F483EC;
}
.TagClassName
{
border-color: #F483EC;
}
</style>