#F196B5

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

Shades of Illusion #F196B5

Tints of Illusion #F196B5

Color information

#F196B5 (or 0xF196B5) is unknown color: approx Illusion. HEX triplet: F1, 96 and B5. RGB value is (241,150,181). Sum of RGB (Red+Green+Blue) = 241+150+181=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F196B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196B5 is #0E694A. Grayscale: #B4B4B4. Windows color (decimal): -944459 or 11900657. OLE color: 11900657.

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

Color convert

RGB241150181-
CMYK00.380.250.05
HSL339.56º76.47%76.67%-
HSV(B)339.56º37.76%94.51%-
XYZ55.5243.8549.25-
YUV180.74128.15170.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=42.13%
G=26.22%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115018100.380.250.05339.5676.4776.67
HexF196B50261951544c4d
Octal361226265046315524114115
Binary11110001100101101011010101001101100110110101010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196B5; }

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

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

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

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

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

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

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

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