#F07EFD

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

Shades of Violet #F07EFD

Tints of Violet #F07EFD

Color information

#F07EFD (or 0xF07EFD) is unknown color: approx Violet. HEX triplet: F0, 7E and FD. RGB value is (240,126,253). Sum of RGB (Red+Green+Blue) = 240+126+253=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 126 (49.61% from 255 or 20.36% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #F07EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EFD is #0F8102. Grayscale: #AEAEAE. Windows color (decimal): -1016067 or 16613104. OLE color: 16613104.

HSL color Cylindrical-coordinate representation of color #F07EFD: hue angle of 293.86º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07EFD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240126253-
CMYK0.050.5000.01
HSL293.86º96.95%74.31%-
HSV(B)293.86º50.2%99.22%-
XYZ61.1340.5497.53-
YUV174.56172.27174.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 126 (49.61% from 255) = 20.36%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=38.77%
G=20.36%
B=40.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401262530.050.5000.01293.8696.9574.31
HexF07EFD53201126614a
Octal36017637556201446141112
Binary111100001111110111111011011100100110010011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07EFD; }

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

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

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

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

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

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

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

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