#F395ED

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

Shades of Violet #F395ED

Tints of Violet #F395ED

Color information

#F395ED (or 0xF395ED) is unknown color: approx Violet. HEX triplet: F3, 95 and ED. RGB value is (243,149,237). Sum of RGB (Red+Green+Blue) = 243+149+237=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F395ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395ED is #0C6A12. Grayscale: #BABABA. Windows color (decimal): -813587 or 15570419. OLE color: 15570419.

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

Color convert

RGB243149237-
CMYK00.390.020.05
HSL303.83º79.66%76.86%-
HSV(B)303.83º38.68%95.29%-
XYZ6346.6685.81-
YUV187.14156.14167.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 149 (58.59% from 255) = 23.69%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=38.63%
G=23.69%
B=37.68%

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
Decimal24314923700.390.020.05303.8379.6676.86
HexF395ED02725130504d
Octal36322535504725460120115
Binary11110011100101011110110101001111010110011000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395ED; }

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

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

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

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

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

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

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

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