Shades of Violet #F07CEE
Tints of Violet #F07CEE
RGB
CMYK
RGB Variations
Color information
#F07CEE (or 0xF07CEE) is known color: Violet. HEX triplet: F0, 7C and EE. RGB value is (240,124,238). Sum of RGB (Red+Green+Blue) = 240+124+238=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 124 (48.83% from 255 or 20.60% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CEE is #0F8311. Grayscale: #ABABAB. Windows color (decimal): -1016594 or 15629552. OLE color: 15629552.
HSL color Cylindrical-coordinate representation of color #F07CEE: hue angle of 301.03º 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 #F07CEE is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 238 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.06 |
| HSL | 301.03º | 0.79% | 0.71% | - |
| HSV(B) | 301.03º | 0.48% | 0.94% | - |
| XYZ | 58.58 | 39.11 | 85.35 | - |
| YUV | 171.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 238 | 0 | 0.48 | 0.01 | 0.06 | 301.03 | 0.79 | 0.71 |
| Hex | F0 | 7C | EE | 0 | 30 | 1 | 6 | 12D | 4F | 47 |
| Octal | 360 | 174 | 356 | 0 | 60 | 1 | 6 | 455 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11101110 | 0 | 110000 | 1 | 110 | 100101101 | 1001111 | 1000111 |
Color Harmonies of #F07CEE
Complementary color
Monochromatic Colors of #F07CEE
Black with #F07CEE
Text Example
Text Example
White with #F07CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CEE; }
p { color: rgb(240,124,238); }
H1.HeaderClassName
{
color: #F07CEE;
}
.AnyTagClassName
{
color: #F07CEE;
}
</style>
background-color css
<style>
a { background-color: #F07CEE; }
a { background-color: rgb(240,124,238); }
div.DivClassName
{
background-color: #F07CEE;
}
.BgClassName
{
background-color: #F07CEE;
}
</style>
border-color css
<style>
span { border-color: #F07CEE; }
span { border-color: rgb(240,124,238); }
td.TdClassName
{
border-color: #F07CEE;
}
.TagClassName
{
border-color: #F07CEE;
}
</style>