Shades of Violet #F372EF
Tints of Violet #F372EF
RGB
CMYK
RGB Variations
Color information
#F372EF (or 0xF372EF) is known color: Violet. HEX triplet: F3, 72 and EF. RGB value is (243,114,239). Sum of RGB (Red+Green+Blue) = 243+114+239=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F372EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F372EF is #0C8D10. Grayscale: #A6A6A6. Windows color (decimal): -822545 or 15692531. OLE color: 15692531.
HSL color Cylindrical-coordinate representation of color #F372EF: hue angle of 301.86º 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 #F372EF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 239 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.05 |
| HSL | 301.86º | 0.84% | 0.7% | - |
| HSV(B) | 301.86º | 0.53% | 0.95% | - |
| XYZ | 58.56 | 37.32 | 85.78 | - |
| YUV | 166.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 239 | 0 | 0.53 | 0.02 | 0.05 | 301.86 | 0.84 | 0.7 |
| Hex | F3 | 72 | EF | 0 | 35 | 2 | 5 | 12E | 54 | 46 |
| Octal | 363 | 162 | 357 | 0 | 65 | 2 | 5 | 456 | 124 | 106 |
| Binary | 11110011 | 1110010 | 11101111 | 0 | 110101 | 10 | 101 | 100101110 | 1010100 | 1000110 |
Color Harmonies of #F372EF
Complementary color
Monochromatic Colors of #F372EF
Black with #F372EF
Text Example
Text Example
White with #F372EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372EF; }
p { color: rgb(243,114,239); }
H1.HeaderClassName
{
color: #F372EF;
}
.AnyTagClassName
{
color: #F372EF;
}
</style>
background-color css
<style>
a { background-color: #F372EF; }
a { background-color: rgb(243,114,239); }
div.DivClassName
{
background-color: #F372EF;
}
.BgClassName
{
background-color: #F372EF;
}
</style>
border-color css
<style>
span { border-color: #F372EF; }
span { border-color: rgb(243,114,239); }
td.TdClassName
{
border-color: #F372EF;
}
.TagClassName
{
border-color: #F372EF;
}
</style>