Shades of Violet #F672EC
Tints of Violet #F672EC
RGB
CMYK
RGB Variations
Color information
#F672EC (or 0xF672EC) is known color: Violet. HEX triplet: F6, 72 and EC. RGB value is (246,114,236). Sum of RGB (Red+Green+Blue) = 246+114+236=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F672EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672EC is #098D13. Grayscale: #A7A7A7. Windows color (decimal): -625940 or 15495926. OLE color: 15495926.
HSL color Cylindrical-coordinate representation of color #F672EC: hue angle of 304.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672EC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 236 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.04 |
| HSL | 304.55º | 0.88% | 0.71% | - |
| HSV(B) | 304.55º | 0.54% | 0.96% | - |
| XYZ | 59.16 | 37.68 | 83.51 | - |
| YUV | 167.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 236 | 0 | 0.54 | 0.04 | 0.04 | 304.55 | 0.88 | 0.71 |
| Hex | F6 | 72 | EC | 0 | 36 | 4 | 4 | 131 | 58 | 47 |
| Octal | 366 | 162 | 354 | 0 | 66 | 4 | 4 | 461 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11101100 | 0 | 110110 | 100 | 100 | 100110001 | 1011000 | 1000111 |
Color Harmonies of #F672EC
Complementary color
Monochromatic Colors of #F672EC
Black with #F672EC
Text Example
Text Example
White with #F672EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672EC; }
p { color: rgb(246,114,236); }
H1.HeaderClassName
{
color: #F672EC;
}
.AnyTagClassName
{
color: #F672EC;
}
</style>
background-color css
<style>
a { background-color: #F672EC; }
a { background-color: rgb(246,114,236); }
div.DivClassName
{
background-color: #F672EC;
}
.BgClassName
{
background-color: #F672EC;
}
</style>
border-color css
<style>
span { border-color: #F672EC; }
span { border-color: rgb(246,114,236); }
td.TdClassName
{
border-color: #F672EC;
}
.TagClassName
{
border-color: #F672EC;
}
</style>