Shades of Violet #F07FEC
Tints of Violet #F07FEC
RGB
CMYK
RGB Variations
Color information
#F07FEC (or 0xF07FEC) is known color: Violet. HEX triplet: F0, 7F and EC. RGB value is (240,127,236). Sum of RGB (Red+Green+Blue) = 240+127+236=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FEC is #0F8013. Grayscale: #ACACAC. Windows color (decimal): -1015828 or 15499248. OLE color: 15499248.
HSL color Cylindrical-coordinate representation of color #F07FEC: hue angle of 302.12º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FEC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 236 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.06 |
| HSL | 302.12º | 0.79% | 0.72% | - |
| HSV(B) | 302.12º | 0.47% | 0.94% | - |
| XYZ | 58.66 | 39.76 | 83.94 | - |
| YUV | 173.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 236 | 0 | 0.47 | 0.02 | 0.06 | 302.12 | 0.79 | 0.72 |
| Hex | F0 | 7F | EC | 0 | 2F | 2 | 6 | 12E | 4F | 48 |
| Octal | 360 | 177 | 354 | 0 | 57 | 2 | 6 | 456 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11101100 | 0 | 101111 | 10 | 110 | 100101110 | 1001111 | 1001000 |
Color Harmonies of #F07FEC
Complementary color
Monochromatic Colors of #F07FEC
Black with #F07FEC
Text Example
Text Example
White with #F07FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FEC; }
p { color: rgb(240,127,236); }
H1.HeaderClassName
{
color: #F07FEC;
}
.AnyTagClassName
{
color: #F07FEC;
}
</style>
background-color css
<style>
a { background-color: #F07FEC; }
a { background-color: rgb(240,127,236); }
div.DivClassName
{
background-color: #F07FEC;
}
.BgClassName
{
background-color: #F07FEC;
}
</style>
border-color css
<style>
span { border-color: #F07FEC; }
span { border-color: rgb(240,127,236); }
td.TdClassName
{
border-color: #F07FEC;
}
.TagClassName
{
border-color: #F07FEC;
}
</style>