Shades of Violet #F07EE9
Tints of Violet #F07EE9
RGB
CMYK
RGB Variations
Color information
#F07EE9 (or 0xF07EE9) is known color: Violet. HEX triplet: F0, 7E and E9. RGB value is (240,126,233). Sum of RGB (Red+Green+Blue) = 240+126+233=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EE9 is #0F8116. Grayscale: #ABABAB. Windows color (decimal): -1016087 or 15302384. OLE color: 15302384.
HSL color Cylindrical-coordinate representation of color #F07EE9: hue angle of 303.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07EE9 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 233 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.06 |
| HSL | 303.68º | 0.79% | 0.72% | - |
| HSV(B) | 303.68º | 0.48% | 0.94% | - |
| XYZ | 58.1 | 39.33 | 81.62 | - |
| YUV | 172.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 233 | 0 | 0.48 | 0.03 | 0.06 | 303.68 | 0.79 | 0.72 |
| Hex | F0 | 7E | E9 | 0 | 30 | 3 | 6 | 130 | 4F | 48 |
| Octal | 360 | 176 | 351 | 0 | 60 | 3 | 6 | 460 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11101001 | 0 | 110000 | 11 | 110 | 100110000 | 1001111 | 1001000 |
Color Harmonies of #F07EE9
Complementary color
Monochromatic Colors of #F07EE9
Black with #F07EE9
Text Example
Text Example
White with #F07EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EE9; }
p { color: rgb(240,126,233); }
H1.HeaderClassName
{
color: #F07EE9;
}
.AnyTagClassName
{
color: #F07EE9;
}
</style>
background-color css
<style>
a { background-color: #F07EE9; }
a { background-color: rgb(240,126,233); }
div.DivClassName
{
background-color: #F07EE9;
}
.BgClassName
{
background-color: #F07EE9;
}
</style>
border-color css
<style>
span { border-color: #F07EE9; }
span { border-color: rgb(240,126,233); }
td.TdClassName
{
border-color: #F07EE9;
}
.TagClassName
{
border-color: #F07EE9;
}
</style>