#F06EF1

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

Shades of Violet #F06EF1

Tints of Violet #F06EF1

Color information

#F06EF1 (or 0xF06EF1) is unknown color: approx Violet. HEX triplet: F0, 6E and F1. RGB value is (240,110,241). Sum of RGB (Red+Green+Blue) = 240+110+241=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #F06EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EF1 is #0F910E. Grayscale: #A3A3A3. Windows color (decimal): -1020175 or 15822576. OLE color: 15822576.

HSL color Cylindrical-coordinate representation of color #F06EF1: hue angle of 299.54º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06EF1 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240110241-
CMYK0.000.5400.05
HSL299.54º82.39%68.82%-
HSV(B)299.54º54.36%94.51%-
XYZ57.3936.0387.15-
YUV163.8171.57182.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 110 (43.36% from 255) = 18.61%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=40.61%
G=18.61%
B=40.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401102410.000.5400.05299.5482.3968.82
HexF06EF10360512c5245
Octal36015636106605454122105
Binary111100001101110111100010110110010110010110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06EF1; }

 p { color: rgb(240,110,241); }

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

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

 a { background-color: rgb(240,110,241); }

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

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

 span { border-color: rgb(240,110,241); }

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