#F196B7

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

Shades of Illusion #F196B7

Tints of Illusion #F196B7

Color information

#F196B7 (or 0xF196B7) is unknown color: approx Illusion. HEX triplet: F1, 96 and B7. RGB value is (241,150,183). Sum of RGB (Red+Green+Blue) = 241+150+183=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F196B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196B7 is #0E6948. Grayscale: #B4B4B4. Windows color (decimal): -944457 or 12031729. OLE color: 12031729.

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

Color convert

RGB241150183-
CMYK00.380.240.05
HSL338.24º76.47%76.67%-
HSV(B)338.24º37.76%94.51%-
XYZ55.7343.9350.34-
YUV180.97129.15170.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=41.99%
G=26.13%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115018300.380.240.05338.2476.4776.67
HexF196B70261851524c4d
Octal361226267046305522114115
Binary11110001100101101011011101001101100010110101001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196B7; }

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

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

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

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

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

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

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

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