Shades of Violet #F382EC
Tints of Violet #F382EC
RGB
CMYK
RGB Variations
Color information
#F382EC (or 0xF382EC) is known color: Violet. HEX triplet: F3, 82 and EC. RGB value is (243,130,236). Sum of RGB (Red+Green+Blue) = 243+130+236=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F382EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F382EC is #0C7D13. Grayscale: #AFAFAF. Windows color (decimal): -818452 or 15500019. OLE color: 15500019.
HSL color Cylindrical-coordinate representation of color #F382EC: hue angle of 303.72º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F382EC is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 236 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.05 |
| HSL | 303.72º | 0.82% | 0.73% | - |
| HSV(B) | 303.72º | 0.47% | 0.95% | - |
| XYZ | 60.09 | 41.08 | 84.12 | - |
| YUV | 175.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 236 | 0 | 0.47 | 0.03 | 0.05 | 303.72 | 0.82 | 0.73 |
| Hex | F3 | 82 | EC | 0 | 2F | 3 | 5 | 130 | 52 | 49 |
| Octal | 363 | 202 | 354 | 0 | 57 | 3 | 5 | 460 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11101100 | 0 | 101111 | 11 | 101 | 100110000 | 1010010 | 1001001 |
Color Harmonies of #F382EC
Complementary color
Monochromatic Colors of #F382EC
Black with #F382EC
Text Example
Text Example
White with #F382EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382EC; }
p { color: rgb(243,130,236); }
H1.HeaderClassName
{
color: #F382EC;
}
.AnyTagClassName
{
color: #F382EC;
}
</style>
background-color css
<style>
a { background-color: #F382EC; }
a { background-color: rgb(243,130,236); }
div.DivClassName
{
background-color: #F382EC;
}
.BgClassName
{
background-color: #F382EC;
}
</style>
border-color css
<style>
span { border-color: #F382EC; }
span { border-color: rgb(243,130,236); }
td.TdClassName
{
border-color: #F382EC;
}
.TagClassName
{
border-color: #F382EC;
}
</style>