#F394EF

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

Shades of Violet #F394EF

Tints of Violet #F394EF

Color information

#F394EF (or 0xF394EF) is unknown color: approx Violet. HEX triplet: F3, 94 and EF. RGB value is (243,148,239). Sum of RGB (Red+Green+Blue) = 243+148+239=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F394EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F394EF is #0C6B10. Grayscale: #BABABA. Windows color (decimal): -813841 or 15701235. OLE color: 15701235.

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

Color convert

RGB243148239-
CMYK00.390.020.05
HSL302.53º79.83%76.67%-
HSV(B)302.53º39.09%95.29%-
XYZ63.1346.4787.3-
YUV186.78157.47168.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.57%
GREEN value IS 148 (58.20% from 255) = 23.49%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=38.57%
G=23.49%
B=37.94%

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
Decimal24314823900.390.020.05302.5379.8376.67
HexF394EF0272512f504d
Octal36322435704725457120115
Binary11110011100101001110111101001111010110010111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394EF; }

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

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

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

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

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

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

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

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