Shades of Violet #F07DEA
Tints of Violet #F07DEA
RGB
CMYK
RGB Variations
Color information
#F07DEA (or 0xF07DEA) is known color: Violet. HEX triplet: F0, 7D and EA. RGB value is (240,125,234). Sum of RGB (Red+Green+Blue) = 240+125+234=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07DEA is #0F8215. Grayscale: #ABABAB. Windows color (decimal): -1016342 or 15367664. OLE color: 15367664.
HSL color Cylindrical-coordinate representation of color #F07DEA: hue angle of 303.13º 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 #F07DEA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 234 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.06 |
| HSL | 303.13º | 0.79% | 0.72% | - |
| HSV(B) | 303.13º | 0.48% | 0.94% | - |
| XYZ | 58.12 | 39.13 | 82.33 | - |
| YUV | 171.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 234 | 0 | 0.48 | 0.02 | 0.06 | 303.13 | 0.79 | 0.72 |
| Hex | F0 | 7D | EA | 0 | 30 | 2 | 6 | 12F | 4F | 48 |
| Octal | 360 | 175 | 352 | 0 | 60 | 2 | 6 | 457 | 117 | 110 |
| Binary | 11110000 | 1111101 | 11101010 | 0 | 110000 | 10 | 110 | 100101111 | 1001111 | 1001000 |
Color Harmonies of #F07DEA
Complementary color
Monochromatic Colors of #F07DEA
Black with #F07DEA
Text Example
Text Example
White with #F07DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DEA; }
p { color: rgb(240,125,234); }
H1.HeaderClassName
{
color: #F07DEA;
}
.AnyTagClassName
{
color: #F07DEA;
}
</style>
background-color css
<style>
a { background-color: #F07DEA; }
a { background-color: rgb(240,125,234); }
div.DivClassName
{
background-color: #F07DEA;
}
.BgClassName
{
background-color: #F07DEA;
}
</style>
border-color css
<style>
span { border-color: #F07DEA; }
span { border-color: rgb(240,125,234); }
td.TdClassName
{
border-color: #F07DEA;
}
.TagClassName
{
border-color: #F07DEA;
}
</style>