Shades of Violet #F384EE
Tints of Violet #F384EE
RGB
CMYK
RGB Variations
Color information
#F384EE (or 0xF384EE) is known color: Violet. HEX triplet: F3, 84 and EE. RGB value is (243,132,238). Sum of RGB (Red+Green+Blue) = 243+132+238=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F384EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384EE is #0C7B11. Grayscale: #B0B0B0. Windows color (decimal): -817938 or 15631603. OLE color: 15631603.
HSL color Cylindrical-coordinate representation of color #F384EE: hue angle of 302.7º 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 #F384EE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 238 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.7º | 0.82% | 0.74% | - |
| HSV(B) | 302.7º | 0.46% | 0.95% | - |
| XYZ | 60.65 | 41.73 | 85.75 | - |
| YUV | 177.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 238 | 0 | 0.46 | 0.02 | 0.05 | 302.7 | 0.82 | 0.74 |
| Hex | F3 | 84 | EE | 0 | 2E | 2 | 5 | 12F | 52 | 4A |
| Octal | 363 | 204 | 356 | 0 | 56 | 2 | 5 | 457 | 122 | 112 |
| Binary | 11110011 | 10000100 | 11101110 | 0 | 101110 | 10 | 101 | 100101111 | 1010010 | 1001010 |
Color Harmonies of #F384EE
Complementary color
Monochromatic Colors of #F384EE
Black with #F384EE
Text Example
Text Example
White with #F384EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384EE; }
p { color: rgb(243,132,238); }
H1.HeaderClassName
{
color: #F384EE;
}
.AnyTagClassName
{
color: #F384EE;
}
</style>
background-color css
<style>
a { background-color: #F384EE; }
a { background-color: rgb(243,132,238); }
div.DivClassName
{
background-color: #F384EE;
}
.BgClassName
{
background-color: #F384EE;
}
</style>
border-color css
<style>
span { border-color: #F384EE; }
span { border-color: rgb(243,132,238); }
td.TdClassName
{
border-color: #F384EE;
}
.TagClassName
{
border-color: #F384EE;
}
</style>