#F196FF

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

Shades of Violet #F196FF

Tints of Violet #F196FF

Color information

#F196FF (or 0xF196FF) is unknown color: approx Violet. HEX triplet: F1, 96 and FF. RGB value is (241,150,255). Sum of RGB (Red+Green+Blue) = 241+150+255=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 150 (58.98% from 255 or 23.22% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F196FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196FF is #0E6900. Grayscale: #BCBCBC. Windows color (decimal): -944385 or 16750321. OLE color: 16750321.

HSL color Cylindrical-coordinate representation of color #F196FF: hue angle of 292º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F196FF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB241150255-
CMYK0.050.4100
HSL292º100%79.41%-
HSV(B)292º41.18%100%-
XYZ65.2347.73100.38-
YUV189.18165.15164.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 150 (58.98% from 255) = 23.22%
BLUE value IS 255 (100% from 255) = 39.47%
R=37.31%
G=23.22%
B=39.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411502550.050.410029210079.41
HexF196FF52900124644f
Octal36122637755100444144117
Binary1111000110010110111111111011010010010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196FF; }

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

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

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

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

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

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

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

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