Shades of Violet #F472EC
Tints of Violet #F472EC
RGB
CMYK
RGB Variations
Color information
#F472EC (or 0xF472EC) is known color: Violet. HEX triplet: F4, 72 and EC. RGB value is (244,114,236). Sum of RGB (Red+Green+Blue) = 244+114+236=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 114 (44.92% from 255 or 19.19% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F472EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F472EC is #0B8D13. Grayscale: #A6A6A6. Windows color (decimal): -757012 or 15495924. OLE color: 15495924.
HSL color Cylindrical-coordinate representation of color #F472EC: hue angle of 303.69º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472EC is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 236 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.04 |
| HSL | 303.69º | 0.86% | 0.7% | - |
| HSV(B) | 303.69º | 0.53% | 0.96% | - |
| XYZ | 58.47 | 37.32 | 83.48 | - |
| YUV | 166.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 236 | 0 | 0.53 | 0.03 | 0.04 | 303.69 | 0.86 | 0.7 |
| Hex | F4 | 72 | EC | 0 | 35 | 3 | 4 | 130 | 56 | 46 |
| Octal | 364 | 162 | 354 | 0 | 65 | 3 | 4 | 460 | 126 | 106 |
| Binary | 11110100 | 1110010 | 11101100 | 0 | 110101 | 11 | 100 | 100110000 | 1010110 | 1000110 |
Color Harmonies of #F472EC
Complementary color
Monochromatic Colors of #F472EC
Black with #F472EC
Text Example
Text Example
White with #F472EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472EC; }
p { color: rgb(244,114,236); }
H1.HeaderClassName
{
color: #F472EC;
}
.AnyTagClassName
{
color: #F472EC;
}
</style>
background-color css
<style>
a { background-color: #F472EC; }
a { background-color: rgb(244,114,236); }
div.DivClassName
{
background-color: #F472EC;
}
.BgClassName
{
background-color: #F472EC;
}
</style>
border-color css
<style>
span { border-color: #F472EC; }
span { border-color: rgb(244,114,236); }
td.TdClassName
{
border-color: #F472EC;
}
.TagClassName
{
border-color: #F472EC;
}
</style>