Shades of Violet #F383ED
Tints of Violet #F383ED
RGB
CMYK
RGB Variations
Color information
#F383ED (or 0xF383ED) is known color: Violet. HEX triplet: F3, 83 and ED. RGB value is (243,131,237). Sum of RGB (Red+Green+Blue) = 243+131+237=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 131 (51.56% from 255 or 21.44% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F383ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F383ED is #0C7C12. Grayscale: #B0B0B0. Windows color (decimal): -818195 or 15565811. OLE color: 15565811.
HSL color Cylindrical-coordinate representation of color #F383ED: hue angle of 303.21º 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 #F383ED is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 237 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 303.21º | 0.82% | 0.73% | - |
| HSV(B) | 303.21º | 0.46% | 0.95% | - |
| XYZ | 60.36 | 41.4 | 84.93 | - |
| YUV | 176.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 237 | 0 | 0.46 | 0.02 | 0.05 | 303.21 | 0.82 | 0.73 |
| Hex | F3 | 83 | ED | 0 | 2E | 2 | 5 | 12F | 52 | 49 |
| Octal | 363 | 203 | 355 | 0 | 56 | 2 | 5 | 457 | 122 | 111 |
| Binary | 11110011 | 10000011 | 11101101 | 0 | 101110 | 10 | 101 | 100101111 | 1010010 | 1001001 |
Color Harmonies of #F383ED
Complementary color
Monochromatic Colors of #F383ED
Black with #F383ED
Text Example
Text Example
White with #F383ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F383ED; }
p { color: rgb(243,131,237); }
H1.HeaderClassName
{
color: #F383ED;
}
.AnyTagClassName
{
color: #F383ED;
}
</style>
background-color css
<style>
a { background-color: #F383ED; }
a { background-color: rgb(243,131,237); }
div.DivClassName
{
background-color: #F383ED;
}
.BgClassName
{
background-color: #F383ED;
}
</style>
border-color css
<style>
span { border-color: #F383ED; }
span { border-color: rgb(243,131,237); }
td.TdClassName
{
border-color: #F383ED;
}
.TagClassName
{
border-color: #F383ED;
}
</style>