Shades of Violet #F473EC
Tints of Violet #F473EC
RGB
CMYK
RGB Variations
Color information
#F473EC (or 0xF473EC) is known color: Violet. HEX triplet: F4, 73 and EC. RGB value is (244,115,236). Sum of RGB (Red+Green+Blue) = 244+115+236=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F473EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F473EC is #0B8C13. Grayscale: #A7A7A7. Windows color (decimal): -756756 or 15496180. OLE color: 15496180.
HSL color Cylindrical-coordinate representation of color #F473EC: hue angle of 303.72º degrees, saturation: 0.85, 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 #F473EC is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 236 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.04 |
| HSL | 303.72º | 0.85% | 0.7% | - |
| HSV(B) | 303.72º | 0.53% | 0.96% | - |
| XYZ | 58.58 | 37.55 | 83.52 | - |
| YUV | 167.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 236 | 0 | 0.53 | 0.03 | 0.04 | 303.72 | 0.85 | 0.7 |
| Hex | F4 | 73 | EC | 0 | 35 | 3 | 4 | 130 | 55 | 46 |
| Octal | 364 | 163 | 354 | 0 | 65 | 3 | 4 | 460 | 125 | 106 |
| Binary | 11110100 | 1110011 | 11101100 | 0 | 110101 | 11 | 100 | 100110000 | 1010101 | 1000110 |
Color Harmonies of #F473EC
Complementary color
Monochromatic Colors of #F473EC
Black with #F473EC
Text Example
Text Example
White with #F473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473EC; }
p { color: rgb(244,115,236); }
H1.HeaderClassName
{
color: #F473EC;
}
.AnyTagClassName
{
color: #F473EC;
}
</style>
background-color css
<style>
a { background-color: #F473EC; }
a { background-color: rgb(244,115,236); }
div.DivClassName
{
background-color: #F473EC;
}
.BgClassName
{
background-color: #F473EC;
}
</style>
border-color css
<style>
span { border-color: #F473EC; }
span { border-color: rgb(244,115,236); }
td.TdClassName
{
border-color: #F473EC;
}
.TagClassName
{
border-color: #F473EC;
}
</style>