#F395EF

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

Shades of Violet #F395EF

Tints of Violet #F395EF

Color information

#F395EF (or 0xF395EF) is unknown color: approx Violet. HEX triplet: F3, 95 and EF. RGB value is (243,149,239). Sum of RGB (Red+Green+Blue) = 243+149+239=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F395EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395EF is #0C6A10. Grayscale: #BBBBBB. Windows color (decimal): -813585 or 15701491. OLE color: 15701491.

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

Color convert

RGB243149239-
CMYK00.390.020.05
HSL302.55º79.66%76.86%-
HSV(B)302.55º38.68%95.29%-
XYZ63.2946.7887.36-
YUV187.37157.14167.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 149 (58.59% from 255) = 23.61%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=38.51%
G=23.61%
B=37.88%

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
Decimal24314923900.390.020.05302.5579.6676.86
HexF395EF0272512f504d
Octal36322535704725457120115
Binary11110011100101011110111101001111010110010111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395EF; }

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

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

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

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

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

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

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

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