Shades of Violet #F276EC
Tints of Violet #F276EC
RGB
CMYK
RGB Variations
Color information
#F276EC (or 0xF276EC) is known color: Violet. HEX triplet: F2, 76 and EC. RGB value is (242,118,236). Sum of RGB (Red+Green+Blue) = 242+118+236=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F276EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276EC is #0D8913. Grayscale: #A8A8A8. Windows color (decimal): -887060 or 15496946. OLE color: 15496946.
HSL color Cylindrical-coordinate representation of color #F276EC: hue angle of 302.9º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276EC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 236 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.05 |
| HSL | 302.9º | 0.83% | 0.71% | - |
| HSV(B) | 302.9º | 0.51% | 0.95% | - |
| XYZ | 58.24 | 37.89 | 83.6 | - |
| YUV | 168.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 236 | 0 | 0.51 | 0.02 | 0.05 | 302.9 | 0.83 | 0.71 |
| Hex | F2 | 76 | EC | 0 | 33 | 2 | 5 | 12F | 53 | 47 |
| Octal | 362 | 166 | 354 | 0 | 63 | 2 | 5 | 457 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11101100 | 0 | 110011 | 10 | 101 | 100101111 | 1010011 | 1000111 |
Color Harmonies of #F276EC
Complementary color
Monochromatic Colors of #F276EC
Black with #F276EC
Text Example
Text Example
White with #F276EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276EC; }
p { color: rgb(242,118,236); }
H1.HeaderClassName
{
color: #F276EC;
}
.AnyTagClassName
{
color: #F276EC;
}
</style>
background-color css
<style>
a { background-color: #F276EC; }
a { background-color: rgb(242,118,236); }
div.DivClassName
{
background-color: #F276EC;
}
.BgClassName
{
background-color: #F276EC;
}
</style>
border-color css
<style>
span { border-color: #F276EC; }
span { border-color: rgb(242,118,236); }
td.TdClassName
{
border-color: #F276EC;
}
.TagClassName
{
border-color: #F276EC;
}
</style>