Shades of Violet #F07CEC
Tints of Violet #F07CEC
RGB
CMYK
RGB Variations
Color information
#F07CEC (or 0xF07CEC) is known color: Violet. HEX triplet: F0, 7C and EC. RGB value is (240,124,236). Sum of RGB (Red+Green+Blue) = 240+124+236=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CEC is #0F8313. Grayscale: #ABABAB. Windows color (decimal): -1016596 or 15498480. OLE color: 15498480.
HSL color Cylindrical-coordinate representation of color #F07CEC: hue angle of 302.07º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CEC is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 236 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.06 |
| HSL | 302.07º | 0.79% | 0.71% | - |
| HSV(B) | 302.07º | 0.48% | 0.94% | - |
| XYZ | 58.28 | 39 | 83.81 | - |
| YUV | 171.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 236 | 0 | 0.48 | 0.02 | 0.06 | 302.07 | 0.79 | 0.71 |
| Hex | F0 | 7C | EC | 0 | 30 | 2 | 6 | 12E | 4F | 47 |
| Octal | 360 | 174 | 354 | 0 | 60 | 2 | 6 | 456 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11101100 | 0 | 110000 | 10 | 110 | 100101110 | 1001111 | 1000111 |
Color Harmonies of #F07CEC
Complementary color
Monochromatic Colors of #F07CEC
Black with #F07CEC
Text Example
Text Example
White with #F07CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CEC; }
p { color: rgb(240,124,236); }
H1.HeaderClassName
{
color: #F07CEC;
}
.AnyTagClassName
{
color: #F07CEC;
}
</style>
background-color css
<style>
a { background-color: #F07CEC; }
a { background-color: rgb(240,124,236); }
div.DivClassName
{
background-color: #F07CEC;
}
.BgClassName
{
background-color: #F07CEC;
}
</style>
border-color css
<style>
span { border-color: #F07CEC; }
span { border-color: rgb(240,124,236); }
td.TdClassName
{
border-color: #F07CEC;
}
.TagClassName
{
border-color: #F07CEC;
}
</style>