#F06CEA

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

Shades of Violet #F06CEA

Tints of Violet #F06CEA

Color information

#F06CEA (or 0xF06CEA) is unknown color: approx Violet. HEX triplet: F0, 6C and EA. RGB value is (240,108,234). Sum of RGB (Red+Green+Blue) = 240+108+234=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CEA is #0F9315. Grayscale: #A1A1A1. Windows color (decimal): -1020694 or 15363312. OLE color: 15363312.

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

Color convert

RGB240108234-
CMYK00.550.020.06
HSL302.73º81.48%68.24%-
HSV(B)302.73º55%94.12%-
XYZ56.1535.1981.68-
YUV161.83168.73183.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.24%
GREEN value IS 108 (42.58% from 255) = 18.56%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=41.24%
G=18.56%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010823400.550.020.06302.7381.4868.24
HexF06CEA0372612f5144
Octal36015435206726457121104
Binary1111000011011001110101001101111011010010111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CEA; }

 p { color: rgb(240,108,234); }

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

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

 a { background-color: rgb(240,108,234); }

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

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

 span { border-color: rgb(240,108,234); }

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