Shades of Violet #F271EC
Tints of Violet #F271EC
RGB
CMYK
RGB Variations
Color information
#F271EC (or 0xF271EC) is known color: Violet. HEX triplet: F2, 71 and EC. RGB value is (242,113,236). Sum of RGB (Red+Green+Blue) = 242+113+236=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F271EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F271EC is #0D8E13. Grayscale: #A5A5A5. Windows color (decimal): -888340 or 15495666. OLE color: 15495666.
HSL color Cylindrical-coordinate representation of color #F271EC: hue angle of 302.79º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F271EC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 236 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.05 |
| HSL | 302.79º | 0.83% | 0.7% | - |
| HSV(B) | 302.79º | 0.53% | 0.95% | - |
| XYZ | 57.66 | 36.74 | 83.41 | - |
| YUV | 165.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 236 | 0 | 0.53 | 0.02 | 0.05 | 302.79 | 0.83 | 0.7 |
| Hex | F2 | 71 | EC | 0 | 35 | 2 | 5 | 12F | 53 | 46 |
| Octal | 362 | 161 | 354 | 0 | 65 | 2 | 5 | 457 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11101100 | 0 | 110101 | 10 | 101 | 100101111 | 1010011 | 1000110 |
Color Harmonies of #F271EC
Complementary color
Monochromatic Colors of #F271EC
Black with #F271EC
Text Example
Text Example
White with #F271EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271EC; }
p { color: rgb(242,113,236); }
H1.HeaderClassName
{
color: #F271EC;
}
.AnyTagClassName
{
color: #F271EC;
}
</style>
background-color css
<style>
a { background-color: #F271EC; }
a { background-color: rgb(242,113,236); }
div.DivClassName
{
background-color: #F271EC;
}
.BgClassName
{
background-color: #F271EC;
}
</style>
border-color css
<style>
span { border-color: #F271EC; }
span { border-color: rgb(242,113,236); }
td.TdClassName
{
border-color: #F271EC;
}
.TagClassName
{
border-color: #F271EC;
}
</style>