Shades of Violet #F372EC
Tints of Violet #F372EC
RGB
CMYK
RGB Variations
Color information
#F372EC (or 0xF372EC) is known color: Violet. HEX triplet: F3, 72 and EC. RGB value is (243,114,236). Sum of RGB (Red+Green+Blue) = 243+114+236=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F372EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F372EC is #0C8D13. Grayscale: #A6A6A6. Windows color (decimal): -822548 or 15495923. OLE color: 15495923.
HSL color Cylindrical-coordinate representation of color #F372EC: hue angle of 303.26º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F372EC is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 236 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.05 |
| HSL | 303.26º | 0.84% | 0.7% | - |
| HSV(B) | 303.26º | 0.53% | 0.95% | - |
| XYZ | 58.12 | 37.15 | 83.46 | - |
| YUV | 166.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 236 | 0 | 0.53 | 0.03 | 0.05 | 303.26 | 0.84 | 0.7 |
| Hex | F3 | 72 | EC | 0 | 35 | 3 | 5 | 12F | 54 | 46 |
| Octal | 363 | 162 | 354 | 0 | 65 | 3 | 5 | 457 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11101100 | 0 | 110101 | 11 | 101 | 100101111 | 1010100 | 1000110 |
Color Harmonies of #F372EC
Complementary color
Monochromatic Colors of #F372EC
Black with #F372EC
Text Example
Text Example
White with #F372EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372EC; }
p { color: rgb(243,114,236); }
H1.HeaderClassName
{
color: #F372EC;
}
.AnyTagClassName
{
color: #F372EC;
}
</style>
background-color css
<style>
a { background-color: #F372EC; }
a { background-color: rgb(243,114,236); }
div.DivClassName
{
background-color: #F372EC;
}
.BgClassName
{
background-color: #F372EC;
}
</style>
border-color css
<style>
span { border-color: #F372EC; }
span { border-color: rgb(243,114,236); }
td.TdClassName
{
border-color: #F372EC;
}
.TagClassName
{
border-color: #F372EC;
}
</style>