#F293EC

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

Shades of Violet #F293EC

Tints of Violet #F293EC

Color information

#F293EC (or 0xF293EC) is unknown color: approx Violet. HEX triplet: F2, 93 and EC. RGB value is (242,147,236). Sum of RGB (Red+Green+Blue) = 242+147+236=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EC is #0D6C13. Grayscale: #B9B9B9. Windows color (decimal): -879636 or 15504370. OLE color: 15504370.

HSL color Cylindrical-coordinate representation of color #F293EC: hue angle of 303.79º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293EC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242147236-
CMYK00.390.020.05
HSL303.79º78.51%76.27%-
HSV(B)303.79º39.26%94.9%-
XYZ62.1945.884.92-
YUV185.55156.47168.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 147 (57.81% from 255) = 23.52%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=38.72%
G=23.52%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214723600.390.020.05303.7978.5176.27
HexF293EC027251304f4c
Octal36222335404725460117114
Binary11110010100100111110110001001111010110011000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293EC; }

 p { color: rgb(242,147,236); }

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

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

 a { background-color: rgb(242,147,236); }

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

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

 span { border-color: rgb(242,147,236); }

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