#F196F0

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

Shades of Violet #F196F0

Tints of Violet #F196F0

Color information

#F196F0 (or 0xF196F0) is unknown color: approx Violet. HEX triplet: F1, 96 and F0. RGB value is (241,150,240). Sum of RGB (Red+Green+Blue) = 241+150+240=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F196F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F196F0 is #0E690F. Grayscale: #BBBBBB. Windows color (decimal): -944400 or 15767281. OLE color: 15767281.

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

Color convert

RGB241150240-
CMYK00.380.000.05
HSL300.66º76.47%76.67%-
HSV(B)300.66º37.76%94.51%-
XYZ62.9146.888.16-
YUV187.47157.65166.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 150 (58.98% from 255) = 23.77%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=38.19%
G=23.77%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115024000.380.000.05300.6676.4776.67
HexF196F00260512d4c4d
Octal36122636004605455114115
Binary1111000110010110111100000100110010110010110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196F0; }

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

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

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

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

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

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

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

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