Shades of Violet #F279EF
Tints of Violet #F279EF
RGB
CMYK
RGB Variations
Color information
#F279EF (or 0xF279EF) is known color: Violet. HEX triplet: F2, 79 and EF. RGB value is (242,121,239). Sum of RGB (Red+Green+Blue) = 242+121+239=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 121 (47.66% from 255 or 20.10% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F279EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F279EF is #0D8610. Grayscale: #AAAAAA. Windows color (decimal): -886289 or 15694322. OLE color: 15694322.
HSL color Cylindrical-coordinate representation of color #F279EF: hue angle of 301.49º 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 #F279EF is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 239 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.05 |
| HSL | 301.49º | 0.82% | 0.71% | - |
| HSV(B) | 301.49º | 0.5% | 0.95% | - |
| XYZ | 59.04 | 38.78 | 86.04 | - |
| YUV | 170.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 239 | 0 | 0.50 | 0.01 | 0.05 | 301.49 | 0.82 | 0.71 |
| Hex | F2 | 79 | EF | 0 | 32 | 1 | 5 | 12D | 52 | 47 |
| Octal | 362 | 171 | 357 | 0 | 62 | 1 | 5 | 455 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11101111 | 0 | 110010 | 1 | 101 | 100101101 | 1010010 | 1000111 |
Color Harmonies of #F279EF
Complementary color
Monochromatic Colors of #F279EF
Black with #F279EF
Text Example
Text Example
White with #F279EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279EF; }
p { color: rgb(242,121,239); }
H1.HeaderClassName
{
color: #F279EF;
}
.AnyTagClassName
{
color: #F279EF;
}
</style>
background-color css
<style>
a { background-color: #F279EF; }
a { background-color: rgb(242,121,239); }
div.DivClassName
{
background-color: #F279EF;
}
.BgClassName
{
background-color: #F279EF;
}
</style>
border-color css
<style>
span { border-color: #F279EF; }
span { border-color: rgb(242,121,239); }
td.TdClassName
{
border-color: #F279EF;
}
.TagClassName
{
border-color: #F279EF;
}
</style>