Shades of Violet #F07CE5
Tints of Violet #F07CE5
RGB
CMYK
RGB Variations
Color information
#F07CE5 (or 0xF07CE5) is known color: Violet. HEX triplet: F0, 7C and E5. RGB value is (240,124,229). Sum of RGB (Red+Green+Blue) = 240+124+229=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CE5 is #0F831A. Grayscale: #AAAAAA. Windows color (decimal): -1016603 or 15039728. OLE color: 15039728.
HSL color Cylindrical-coordinate representation of color #F07CE5: hue angle of 305.69º 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 #F07CE5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 229 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.06 |
| HSL | 305.69º | 0.79% | 0.71% | - |
| HSV(B) | 305.69º | 0.48% | 0.94% | - |
| XYZ | 57.29 | 38.6 | 78.56 | - |
| YUV | 170.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 229 | 0 | 0.48 | 0.05 | 0.06 | 305.69 | 0.79 | 0.71 |
| Hex | F0 | 7C | E5 | 0 | 30 | 5 | 6 | 132 | 4F | 47 |
| Octal | 360 | 174 | 345 | 0 | 60 | 5 | 6 | 462 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11100101 | 0 | 110000 | 101 | 110 | 100110010 | 1001111 | 1000111 |
Color Harmonies of #F07CE5
Complementary color
Monochromatic Colors of #F07CE5
Black with #F07CE5
Text Example
Text Example
White with #F07CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CE5; }
p { color: rgb(240,124,229); }
H1.HeaderClassName
{
color: #F07CE5;
}
.AnyTagClassName
{
color: #F07CE5;
}
</style>
background-color css
<style>
a { background-color: #F07CE5; }
a { background-color: rgb(240,124,229); }
div.DivClassName
{
background-color: #F07CE5;
}
.BgClassName
{
background-color: #F07CE5;
}
</style>
border-color css
<style>
span { border-color: #F07CE5; }
span { border-color: rgb(240,124,229); }
td.TdClassName
{
border-color: #F07CE5;
}
.TagClassName
{
border-color: #F07CE5;
}
</style>