#F196ED

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

Shades of Violet #F196ED

Tints of Violet #F196ED

Color information

#F196ED (or 0xF196ED) is unknown color: approx Violet. HEX triplet: F1, 96 and ED. RGB value is (241,150,237). Sum of RGB (Red+Green+Blue) = 241+150+237=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F196ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196ED is #0E6912. Grayscale: #BABABA. Windows color (decimal): -944403 or 15570673. OLE color: 15570673.

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

Color convert

RGB241150237-
CMYK00.380.020.05
HSL302.64º76.47%76.67%-
HSV(B)302.64º37.76%94.51%-
XYZ62.4746.6385.83-
YUV187.13156.15166.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=38.38%
G=23.89%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115023700.380.020.05302.6476.4776.67
HexF196ED0262512f4c4d
Octal36122635504625457114115
Binary11110001100101101110110101001101010110010111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196ED; }

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

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

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

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

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

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

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

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