#F07EFC

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

Shades of Violet #F07EFC

Tints of Violet #F07EFC

Color information

#F07EFC (or 0xF07EFC) is unknown color: approx Violet. HEX triplet: F0, 7E and FC. RGB value is (240,126,252). Sum of RGB (Red+Green+Blue) = 240+126+252=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 126 (49.61% from 255 or 20.39% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #F07EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EFC is #0F8103. Grayscale: #AEAEAE. Windows color (decimal): -1016068 or 16547568. OLE color: 16547568.

HSL color Cylindrical-coordinate representation of color #F07EFC: hue angle of 294.29º degrees, saturation: 0.95, 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 #F07EFC is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240126252-
CMYK0.050.500.01
HSL294.29º95.45%74.12%-
HSV(B)294.29º50%98.82%-
XYZ60.9740.4896.69-
YUV174.45171.77174.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 126 (49.61% from 255) = 20.39%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=38.83%
G=20.39%
B=40.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401262520.050.500.01294.2995.4574.12
HexF07EFC532011265f4a
Octal36017637456201446137112
Binary111100001111110111111001011100100110010011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07EFC; }

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

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

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

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

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

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

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

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