#F196F6

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

Shades of Violet #F196F6

Tints of Violet #F196F6

Color information

#F196F6 (or 0xF196F6) is unknown color: approx Violet. HEX triplet: F1, 96 and F6. RGB value is (241,150,246). Sum of RGB (Red+Green+Blue) = 241+150+246=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #F196F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196F6 is #0E6909. Grayscale: #BBBBBB. Windows color (decimal): -944394 or 16160497. OLE color: 16160497.

HSL color Cylindrical-coordinate representation of color #F196F6: hue angle of 296.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F196F6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB241150246-
CMYK0.020.3900.04
HSL296.88º84.21%77.65%-
HSV(B)296.88º39.02%96.47%-
XYZ63.8247.1792.93-
YUV188.15160.65165.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 23.55%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=37.83%
G=23.55%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2411502460.020.3900.04296.8884.2177.65
HexF196F622704129544e
Octal36122636624704451124116
Binary11110001100101101111011010100111010010010100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196F6; }

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

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

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

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

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

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

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

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