#F06FE6

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

Shades of Violet #F06FE6

Tints of Violet #F06FE6

Color information

#F06FE6 (or 0xF06FE6) is unknown color: approx Violet. HEX triplet: F0, 6F and E6. RGB value is (240,111,230). Sum of RGB (Red+Green+Blue) = 240+111+230=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FE6 is #0F9019. Grayscale: #A2A2A2. Windows color (decimal): -1019930 or 15101936. OLE color: 15101936.

HSL color Cylindrical-coordinate representation of color #F06FE6: hue angle of 304.65º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FE6 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240111230-
CMYK00.540.040.06
HSL304.65º81.13%68.82%-
HSV(B)304.65º53.75%94.12%-
XYZ55.935.6178.79-
YUV163.14165.74182.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 111 (43.75% from 255) = 19.10%
BLUE value IS 230 (90.23% from 255) = 39.59%
R=41.31%
G=19.10%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011123000.540.040.06304.6581.1368.82
HexF06FE6036461315145
Octal36015734606646461121105
Binary11110000110111111100110011011010011010011000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06FE6; }

 p { color: rgb(240,111,230); }

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

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

 a { background-color: rgb(240,111,230); }

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

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

 span { border-color: rgb(240,111,230); }

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