Shades of Violet #F384EF
Tints of Violet #F384EF
RGB
CMYK
RGB Variations
Color information
#F384EF (or 0xF384EF) is known color: Violet. HEX triplet: F3, 84 and EF. RGB value is (243,132,239). Sum of RGB (Red+Green+Blue) = 243+132+239=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F384EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384EF is #0C7B10. Grayscale: #B1B1B1. Windows color (decimal): -817937 or 15697139. OLE color: 15697139.
HSL color Cylindrical-coordinate representation of color #F384EF: hue angle of 302.16º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384EF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 239 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.16º | 0.82% | 0.74% | - |
| HSV(B) | 302.16º | 0.46% | 0.95% | - |
| XYZ | 60.79 | 41.79 | 86.52 | - |
| YUV | 177.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 239 | 0 | 0.46 | 0.02 | 0.05 | 302.16 | 0.82 | 0.74 |
| Hex | F3 | 84 | EF | 0 | 2E | 2 | 5 | 12E | 52 | 4A |
| Octal | 363 | 204 | 357 | 0 | 56 | 2 | 5 | 456 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11101111 | 0 | 101110 | 10 | 101 | 100101110 | 1010010 | 1001010 |
Color Harmonies of #F384EF
Complementary color
Monochromatic Colors of #F384EF
Black with #F384EF
Text Example
Text Example
White with #F384EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384EF; }
p { color: rgb(243,132,239); }
H1.HeaderClassName
{
color: #F384EF;
}
.AnyTagClassName
{
color: #F384EF;
}
</style>
background-color css
<style>
a { background-color: #F384EF; }
a { background-color: rgb(243,132,239); }
div.DivClassName
{
background-color: #F384EF;
}
.BgClassName
{
background-color: #F384EF;
}
</style>
border-color css
<style>
span { border-color: #F384EF; }
span { border-color: rgb(243,132,239); }
td.TdClassName
{
border-color: #F384EF;
}
.TagClassName
{
border-color: #F384EF;
}
</style>