#F196F3

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

Shades of Violet #F196F3

Tints of Violet #F196F3

Color information

#F196F3 (or 0xF196F3) is unknown color: approx Violet. HEX triplet: F1, 96 and F3. RGB value is (241,150,243). Sum of RGB (Red+Green+Blue) = 241+150+243=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #F196F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196F3 is #0E690C. Grayscale: #BBBBBB. Windows color (decimal): -944397 or 15963889. OLE color: 15963889.

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

Color convert

RGB241150243-
CMYK0.010.3800.05
HSL298.71º79.49%77.06%-
HSV(B)298.71º38.27%95.29%-
XYZ63.3646.9890.52-
YUV187.81159.15165.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 150 (58.98% from 255) = 23.66%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=38.01%
G=23.66%
B=38.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411502430.010.3800.05298.7179.4977.06
HexF196F31260512b4f4d
Octal36122636314605453117115
Binary1111000110010110111100111100110010110010101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196F3; }

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

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

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

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

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

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

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

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