#F06DEE

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

Shades of Violet #F06DEE

Tints of Violet #F06DEE

Color information

#F06DEE (or 0xF06DEE) is unknown color: approx Violet. HEX triplet: F0, 6D and EE. RGB value is (240,109,238). Sum of RGB (Red+Green+Blue) = 240+109+238=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06DEE is #0F9211. Grayscale: #A2A2A2. Windows color (decimal): -1020434 or 15625712. OLE color: 15625712.

HSL color Cylindrical-coordinate representation of color #F06DEE: hue angle of 300.92º 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 #F06DEE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240109238-
CMYK00.550.010.06
HSL300.92º81.37%68.43%-
HSV(B)300.92º54.58%94.12%-
XYZ56.8435.6484.77-
YUV162.88170.4183.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 109 (42.97% from 255) = 18.57%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=40.89%
G=18.57%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010923800.550.010.06300.9281.3768.43
HexF06DEE0371612d5144
Octal36015535606716455121104
Binary111100001101101111011100110111111010010110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06DEE; }

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

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

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

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

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

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

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

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