#F195EF

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

Shades of Violet #F195EF

Tints of Violet #F195EF

Color information

#F195EF (or 0xF195EF) is unknown color: approx Violet. HEX triplet: F1, 95 and EF. RGB value is (241,149,239). Sum of RGB (Red+Green+Blue) = 241+149+239=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F195EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195EF is #0E6A10. Grayscale: #BABABA. Windows color (decimal): -944657 or 15701489. OLE color: 15701489.

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

Color convert

RGB241149239-
CMYK00.380.010.05
HSL301.3º76.67%76.47%-
HSV(B)301.3º38.17%94.51%-
XYZ62.646.4387.32-
YUV186.77157.48166.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 149 (58.59% from 255) = 23.69%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=38.31%
G=23.69%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114923900.380.010.05301.376.6776.47
HexF195EF0261512d4d4c
Octal36122535704615455115114
Binary1111000110010101111011110100110110110010110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195EF; }

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

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

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

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

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

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

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

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