#F196B3

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

Shades of Illusion #F196B3

Tints of Illusion #F196B3

Color information

#F196B3 (or 0xF196B3) is unknown color: approx Illusion. HEX triplet: F1, 96 and B3. RGB value is (241,150,179). Sum of RGB (Red+Green+Blue) = 241+150+179=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F196B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196B3 is #0E694C. Grayscale: #B4B4B4. Windows color (decimal): -944461 or 11769585. OLE color: 11769585.

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

Color convert

RGB241150179-
CMYK00.380.260.05
HSL340.88º76.47%76.67%-
HSV(B)340.88º37.76%94.51%-
XYZ55.3243.7748.18-
YUV180.52127.15171.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=42.28%
G=26.32%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115017900.380.260.05340.8876.4776.67
HexF196B30261A51554c4d
Octal361226263046325525114115
Binary11110001100101101011001101001101101010110101010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196B3; }

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

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

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

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

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

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

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

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