#F196EE

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

Shades of Violet #F196EE

Tints of Violet #F196EE

Color information

#F196EE (or 0xF196EE) is unknown color: approx Violet. HEX triplet: F1, 96 and EE. RGB value is (241,150,238). Sum of RGB (Red+Green+Blue) = 241+150+238=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F196EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196EE is #0E6911. Grayscale: #BABABA. Windows color (decimal): -944402 or 15636209. OLE color: 15636209.

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

Color convert

RGB241150238-
CMYK00.380.010.05
HSL301.98º76.47%76.67%-
HSV(B)301.98º37.76%94.51%-
XYZ62.6146.6986.6-
YUV187.24156.65166.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 150 (58.98% from 255) = 23.85%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=38.31%
G=23.85%
B=37.84%

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
Decimal24115023800.380.010.05301.9876.4776.67
HexF196EE0261512e4c4d
Octal36122635604615456114115
Binary1111000110010110111011100100110110110010111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196EE; }

 p { color: rgb(241,150,238); }

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

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

 a { background-color: rgb(241,150,238); }

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

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

 span { border-color: rgb(241,150,238); }

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