#F196AD

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

Shades of Illusion #F196AD

Tints of Illusion #F196AD

Color information

#F196AD (or 0xF196AD) is unknown color: approx Illusion. HEX triplet: F1, 96 and AD. RGB value is (241,150,173). Sum of RGB (Red+Green+Blue) = 241+150+173=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F196AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196AD is #0E6952. Grayscale: #B3B3B3. Windows color (decimal): -944467 or 11376369. OLE color: 11376369.

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

Color convert

RGB241150173-
CMYK00.380.280.05
HSL344.84º76.47%76.67%-
HSV(B)344.84º37.76%94.51%-
XYZ54.7243.5345.05-
YUV179.83124.15171.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=42.73%
G=26.60%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115017300.380.280.05344.8476.4776.67
HexF196AD0261C51594c4d
Octal361226255046345531114115
Binary11110001100101101010110101001101110010110101100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196AD; }

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

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

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

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

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

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

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

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