#F06DE7

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

Shades of Violet #F06DE7

Tints of Violet #F06DE7

Color information

#F06DE7 (or 0xF06DE7) is unknown color: approx Violet. HEX triplet: F0, 6D and E7. RGB value is (240,109,231). Sum of RGB (Red+Green+Blue) = 240+109+231=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DE7 is #0F9218. Grayscale: #A1A1A1. Windows color (decimal): -1020441 or 15166960. OLE color: 15166960.

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

Color convert

RGB240109231-
CMYK00.550.040.06
HSL304.12º81.37%68.43%-
HSV(B)304.12º54.58%94.12%-
XYZ55.8335.2379.46-
YUV162.08166.9183.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 109 (42.97% from 255) = 18.79%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=41.38%
G=18.79%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010923100.550.040.06304.1281.3768.43
HexF06DE7037461305144
Octal36015534706746460121104
Binary11110000110110111100111011011110011010011000010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06DE7; }

 p { color: rgb(240,109,231); }

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

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

 a { background-color: rgb(240,109,231); }

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

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

 span { border-color: rgb(240,109,231); }

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