Shades of Violet #F375EC
Tints of Violet #F375EC
RGB
CMYK
RGB Variations
Color information
#F375EC (or 0xF375EC) is known color: Violet. HEX triplet: F3, 75 and EC. RGB value is (243,117,236). Sum of RGB (Red+Green+Blue) = 243+117+236=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F375EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375EC is #0C8A13. Grayscale: #A7A7A7. Windows color (decimal): -821780 or 15496691. OLE color: 15496691.
HSL color Cylindrical-coordinate representation of color #F375EC: hue angle of 303.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375EC is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 236 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.05 |
| HSL | 303.33º | 0.84% | 0.71% | - |
| HSV(B) | 303.33º | 0.52% | 0.95% | - |
| XYZ | 58.46 | 37.83 | 83.58 | - |
| YUV | 168.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 236 | 0 | 0.52 | 0.03 | 0.05 | 303.33 | 0.84 | 0.71 |
| Hex | F3 | 75 | EC | 0 | 34 | 3 | 5 | 12F | 54 | 47 |
| Octal | 363 | 165 | 354 | 0 | 64 | 3 | 5 | 457 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11101100 | 0 | 110100 | 11 | 101 | 100101111 | 1010100 | 1000111 |
Color Harmonies of #F375EC
Complementary color
Monochromatic Colors of #F375EC
Black with #F375EC
Text Example
Text Example
White with #F375EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375EC; }
p { color: rgb(243,117,236); }
H1.HeaderClassName
{
color: #F375EC;
}
.AnyTagClassName
{
color: #F375EC;
}
</style>
background-color css
<style>
a { background-color: #F375EC; }
a { background-color: rgb(243,117,236); }
div.DivClassName
{
background-color: #F375EC;
}
.BgClassName
{
background-color: #F375EC;
}
</style>
border-color css
<style>
span { border-color: #F375EC; }
span { border-color: rgb(243,117,236); }
td.TdClassName
{
border-color: #F375EC;
}
.TagClassName
{
border-color: #F375EC;
}
</style>