Shades of Violet #F279EC
Tints of Violet #F279EC
RGB
CMYK
RGB Variations
Color information
#F279EC (or 0xF279EC) is known color: Violet. HEX triplet: F2, 79 and EC. RGB value is (242,121,236). Sum of RGB (Red+Green+Blue) = 242+121+236=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 121 (47.66% from 255 or 20.20% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F279EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279EC is #0D8613. Grayscale: #A9A9A9. Windows color (decimal): -886292 or 15497714. OLE color: 15497714.
HSL color Cylindrical-coordinate representation of color #F279EC: hue angle of 302.98º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279EC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 236 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.05 |
| HSL | 302.98º | 0.82% | 0.71% | - |
| HSV(B) | 302.98º | 0.5% | 0.95% | - |
| XYZ | 58.6 | 38.61 | 83.72 | - |
| YUV | 170.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 236 | 0 | 0.50 | 0.02 | 0.05 | 302.98 | 0.82 | 0.71 |
| Hex | F2 | 79 | EC | 0 | 32 | 2 | 5 | 12F | 52 | 47 |
| Octal | 362 | 171 | 354 | 0 | 62 | 2 | 5 | 457 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11101100 | 0 | 110010 | 10 | 101 | 100101111 | 1010010 | 1000111 |
Color Harmonies of #F279EC
Complementary color
Monochromatic Colors of #F279EC
Black with #F279EC
Text Example
Text Example
White with #F279EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279EC; }
p { color: rgb(242,121,236); }
H1.HeaderClassName
{
color: #F279EC;
}
.AnyTagClassName
{
color: #F279EC;
}
</style>
background-color css
<style>
a { background-color: #F279EC; }
a { background-color: rgb(242,121,236); }
div.DivClassName
{
background-color: #F279EC;
}
.BgClassName
{
background-color: #F279EC;
}
</style>
border-color css
<style>
span { border-color: #F279EC; }
span { border-color: rgb(242,121,236); }
td.TdClassName
{
border-color: #F279EC;
}
.TagClassName
{
border-color: #F279EC;
}
</style>