#F196B4

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

Shades of Illusion #F196B4

Tints of Illusion #F196B4

Color information

#F196B4 (or 0xF196B4) is unknown color: approx Illusion. HEX triplet: F1, 96 and B4. RGB value is (241,150,180). Sum of RGB (Red+Green+Blue) = 241+150+180=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F196B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196B4 is #0E694B. Grayscale: #B4B4B4. Windows color (decimal): -944460 or 11835121. OLE color: 11835121.

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

Color convert

RGB241150180-
CMYK00.380.250.05
HSL340.22º76.47%76.67%-
HSV(B)340.22º37.76%94.51%-
XYZ55.4243.8148.71-
YUV180.63127.65171.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=42.21%
G=26.27%
B=31.52%

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
Decimal24115018000.380.250.05340.2276.4776.67
HexF196B40261951544c4d
Octal361226264046315524114115
Binary11110001100101101011010001001101100110110101010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196B4; }

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

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

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

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

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

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

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

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