#F394ED

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

Shades of Violet #F394ED

Tints of Violet #F394ED

Color information

#F394ED (or 0xF394ED) is unknown color: approx Violet. HEX triplet: F3, 94 and ED. RGB value is (243,148,237). Sum of RGB (Red+Green+Blue) = 243+148+237=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F394ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394ED is #0C6B12. Grayscale: #BABABA. Windows color (decimal): -813843 or 15570163. OLE color: 15570163.

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

Color convert

RGB243148237-
CMYK00.390.020.05
HSL303.79º79.83%76.67%-
HSV(B)303.79º39.09%95.29%-
XYZ62.8446.3585.76-
YUV186.55156.47168.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 148 (58.20% from 255) = 23.57%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=38.69%
G=23.57%
B=37.74%

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
Decimal24314823700.390.020.05303.7979.8376.67
HexF394ED02725130504d
Octal36322435504725460120115
Binary11110011100101001110110101001111010110011000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394ED; }

 p { color: rgb(243,148,237); }

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

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

 a { background-color: rgb(243,148,237); }

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

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

 span { border-color: rgb(243,148,237); }

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