#F07EF5

Color #F07EF5 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F07EF5

Tints of Violet #F07EF5

Color information

#F07EF5 (or 0xF07EF5) is unknown color: approx Violet. HEX triplet: F0, 7E and F5. RGB value is (240,126,245). Sum of RGB (Red+Green+Blue) = 240+126+245=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 126 (49.61% from 255 or 20.62% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #F07EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EF5 is #0F810A. Grayscale: #ADADAD. Windows color (decimal): -1016075 or 16088816. OLE color: 16088816.

HSL color Cylindrical-coordinate representation of color #F07EF5: hue angle of 297.48º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07EF5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240126245-
CMYK0.020.4900.04
HSL297.48º85.61%72.75%-
HSV(B)297.48º48.57%96.08%-
XYZ59.8840.0490.96-
YUV173.65168.27175.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 126 (49.61% from 255) = 20.62%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=39.28%
G=20.62%
B=40.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401262450.020.4900.04297.4885.6172.75
HexF07EF5231041295649
Octal36017636526104451126111
Binary1111000011111101111010110110001010010010100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07EF5; }

 p { color: rgb(240,126,245); }

 H1.HeaderClassName
 {
   color: #F07EF5;
 }
 .AnyTagClassName
 {
   color: #F07EF5;
 }
</style>
background-color css

<style>
 a { background-color: #F07EF5; }

 a { background-color: rgb(240,126,245); }

 div.DivClassName
 {
   background-color: #F07EF5;
 }
 .BgClassName
 {
   background-color: #F07EF5;
 }
</style>
border-color css

<style>
 span { border-color: #F07EF5; }

 span { border-color: rgb(240,126,245); }

 td.TdClassName
 {
   border-color: #F07EF5;
 }
 .TagClassName
 {
   border-color: #F07EF5;
 }
</style>