Shades of Violet #F381EC
Tints of Violet #F381EC
RGB
CMYK
RGB Variations
Color information
#F381EC (or 0xF381EC) is known color: Violet. HEX triplet: F3, 81 and EC. RGB value is (243,129,236). Sum of RGB (Red+Green+Blue) = 243+129+236=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F381EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381EC is #0C7E13. Grayscale: #AEAEAE. Windows color (decimal): -818708 or 15499763. OLE color: 15499763.
HSL color Cylindrical-coordinate representation of color #F381EC: hue angle of 303.68º degrees, saturation: 0.83, 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 #F381EC is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 236 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.05 |
| HSL | 303.68º | 0.83% | 0.73% | - |
| HSV(B) | 303.68º | 0.47% | 0.95% | - |
| XYZ | 59.95 | 40.81 | 84.07 | - |
| YUV | 175.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 236 | 0 | 0.47 | 0.03 | 0.05 | 303.68 | 0.83 | 0.73 |
| Hex | F3 | 81 | EC | 0 | 2F | 3 | 5 | 130 | 53 | 49 |
| Octal | 363 | 201 | 354 | 0 | 57 | 3 | 5 | 460 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11101100 | 0 | 101111 | 11 | 101 | 100110000 | 1010011 | 1001001 |
Color Harmonies of #F381EC
Complementary color
Monochromatic Colors of #F381EC
Black with #F381EC
Text Example
Text Example
White with #F381EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381EC; }
p { color: rgb(243,129,236); }
H1.HeaderClassName
{
color: #F381EC;
}
.AnyTagClassName
{
color: #F381EC;
}
</style>
background-color css
<style>
a { background-color: #F381EC; }
a { background-color: rgb(243,129,236); }
div.DivClassName
{
background-color: #F381EC;
}
.BgClassName
{
background-color: #F381EC;
}
</style>
border-color css
<style>
span { border-color: #F381EC; }
span { border-color: rgb(243,129,236); }
td.TdClassName
{
border-color: #F381EC;
}
.TagClassName
{
border-color: #F381EC;
}
</style>