Shades of Violet #F383EE
Tints of Violet #F383EE
RGB
CMYK
RGB Variations
Color information
#F383EE (or 0xF383EE) is known color: Violet. HEX triplet: F3, 83 and EE. RGB value is (243,131,238). Sum of RGB (Red+Green+Blue) = 243+131+238=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 131 (51.56% from 255 or 21.41% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F383EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F383EE is #0C7C11. Grayscale: #B0B0B0. Windows color (decimal): -818194 or 15631347. OLE color: 15631347.
HSL color Cylindrical-coordinate representation of color #F383EE: hue angle of 302.68º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383EE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 238 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.68º | 0.82% | 0.73% | - |
| HSV(B) | 302.68º | 0.46% | 0.95% | - |
| XYZ | 60.51 | 41.46 | 85.7 | - |
| YUV | 176.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 238 | 0 | 0.46 | 0.02 | 0.05 | 302.68 | 0.82 | 0.73 |
| Hex | F3 | 83 | EE | 0 | 2E | 2 | 5 | 12F | 52 | 49 |
| Octal | 363 | 203 | 356 | 0 | 56 | 2 | 5 | 457 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11101110 | 0 | 101110 | 10 | 101 | 100101111 | 1010010 | 1001001 |
Color Harmonies of #F383EE
Complementary color
Monochromatic Colors of #F383EE
Black with #F383EE
Text Example
Text Example
White with #F383EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383EE; }
p { color: rgb(243,131,238); }
H1.HeaderClassName
{
color: #F383EE;
}
.AnyTagClassName
{
color: #F383EE;
}
</style>
background-color css
<style>
a { background-color: #F383EE; }
a { background-color: rgb(243,131,238); }
div.DivClassName
{
background-color: #F383EE;
}
.BgClassName
{
background-color: #F383EE;
}
</style>
border-color css
<style>
span { border-color: #F383EE; }
span { border-color: rgb(243,131,238); }
td.TdClassName
{
border-color: #F383EE;
}
.TagClassName
{
border-color: #F383EE;
}
</style>