Shades of Violet #F277EC
Tints of Violet #F277EC
RGB
CMYK
RGB Variations
Color information
#F277EC (or 0xF277EC) is known color: Violet. HEX triplet: F2, 77 and EC. RGB value is (242,119,236). Sum of RGB (Red+Green+Blue) = 242+119+236=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F277EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F277EC is #0D8813. Grayscale: #A8A8A8. Windows color (decimal): -886804 or 15497202. OLE color: 15497202.
HSL color Cylindrical-coordinate representation of color #F277EC: hue angle of 302.93º 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 #F277EC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 236 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.05 |
| HSL | 302.93º | 0.83% | 0.71% | - |
| HSV(B) | 302.93º | 0.51% | 0.95% | - |
| XYZ | 58.36 | 38.13 | 83.64 | - |
| YUV | 169.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 236 | 0 | 0.51 | 0.02 | 0.05 | 302.93 | 0.83 | 0.71 |
| Hex | F2 | 77 | EC | 0 | 33 | 2 | 5 | 12F | 53 | 47 |
| Octal | 362 | 167 | 354 | 0 | 63 | 2 | 5 | 457 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11101100 | 0 | 110011 | 10 | 101 | 100101111 | 1010011 | 1000111 |
Color Harmonies of #F277EC
Complementary color
Monochromatic Colors of #F277EC
Black with #F277EC
Text Example
Text Example
White with #F277EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277EC; }
p { color: rgb(242,119,236); }
H1.HeaderClassName
{
color: #F277EC;
}
.AnyTagClassName
{
color: #F277EC;
}
</style>
background-color css
<style>
a { background-color: #F277EC; }
a { background-color: rgb(242,119,236); }
div.DivClassName
{
background-color: #F277EC;
}
.BgClassName
{
background-color: #F277EC;
}
</style>
border-color css
<style>
span { border-color: #F277EC; }
span { border-color: rgb(242,119,236); }
td.TdClassName
{
border-color: #F277EC;
}
.TagClassName
{
border-color: #F277EC;
}
</style>