Shades of Violet #F273EC
Tints of Violet #F273EC
RGB
CMYK
RGB Variations
Color information
#F273EC (or 0xF273EC) is known color: Violet. HEX triplet: F2, 73 and EC. RGB value is (242,115,236). Sum of RGB (Red+Green+Blue) = 242+115+236=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F273EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273EC is #0D8C13. Grayscale: #A6A6A6. Windows color (decimal): -887828 or 15496178. OLE color: 15496178.
HSL color Cylindrical-coordinate representation of color #F273EC: hue angle of 302.83º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F273EC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 236 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.05 |
| HSL | 302.83º | 0.83% | 0.7% | - |
| HSV(B) | 302.83º | 0.52% | 0.95% | - |
| XYZ | 57.89 | 37.19 | 83.49 | - |
| YUV | 166.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 236 | 0 | 0.52 | 0.02 | 0.05 | 302.83 | 0.83 | 0.7 |
| Hex | F2 | 73 | EC | 0 | 34 | 2 | 5 | 12F | 53 | 46 |
| Octal | 362 | 163 | 354 | 0 | 64 | 2 | 5 | 457 | 123 | 106 |
| Binary | 11110010 | 1110011 | 11101100 | 0 | 110100 | 10 | 101 | 100101111 | 1010011 | 1000110 |
Color Harmonies of #F273EC
Complementary color
Monochromatic Colors of #F273EC
Black with #F273EC
Text Example
Text Example
White with #F273EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273EC; }
p { color: rgb(242,115,236); }
H1.HeaderClassName
{
color: #F273EC;
}
.AnyTagClassName
{
color: #F273EC;
}
</style>
background-color css
<style>
a { background-color: #F273EC; }
a { background-color: rgb(242,115,236); }
div.DivClassName
{
background-color: #F273EC;
}
.BgClassName
{
background-color: #F273EC;
}
</style>
border-color css
<style>
span { border-color: #F273EC; }
span { border-color: rgb(242,115,236); }
td.TdClassName
{
border-color: #F273EC;
}
.TagClassName
{
border-color: #F273EC;
}
</style>