Shades of Violet #F278EC
Tints of Violet #F278EC
RGB
CMYK
RGB Variations
Color information
#F278EC (or 0xF278EC) is known color: Violet. HEX triplet: F2, 78 and EC. RGB value is (242,120,236). Sum of RGB (Red+Green+Blue) = 242+120+236=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 120 (47.27% from 255 or 20.07% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F278EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F278EC is #0D8713. Grayscale: #A9A9A9. Windows color (decimal): -886548 or 15497458. OLE color: 15497458.
HSL color Cylindrical-coordinate representation of color #F278EC: hue angle of 302.95º 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 #F278EC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 236 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.05 |
| HSL | 302.95º | 0.82% | 0.71% | - |
| HSV(B) | 302.95º | 0.5% | 0.95% | - |
| XYZ | 58.47 | 38.37 | 83.68 | - |
| YUV | 169.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 236 | 0 | 0.50 | 0.02 | 0.05 | 302.95 | 0.82 | 0.71 |
| Hex | F2 | 78 | EC | 0 | 32 | 2 | 5 | 12F | 52 | 47 |
| Octal | 362 | 170 | 354 | 0 | 62 | 2 | 5 | 457 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11101100 | 0 | 110010 | 10 | 101 | 100101111 | 1010010 | 1000111 |
Color Harmonies of #F278EC
Complementary color
Monochromatic Colors of #F278EC
Black with #F278EC
Text Example
Text Example
White with #F278EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278EC; }
p { color: rgb(242,120,236); }
H1.HeaderClassName
{
color: #F278EC;
}
.AnyTagClassName
{
color: #F278EC;
}
</style>
background-color css
<style>
a { background-color: #F278EC; }
a { background-color: rgb(242,120,236); }
div.DivClassName
{
background-color: #F278EC;
}
.BgClassName
{
background-color: #F278EC;
}
</style>
border-color css
<style>
span { border-color: #F278EC; }
span { border-color: rgb(242,120,236); }
td.TdClassName
{
border-color: #F278EC;
}
.TagClassName
{
border-color: #F278EC;
}
</style>