#F196B8

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

Shades of Illusion #F196B8

Tints of Illusion #F196B8

Color information

#F196B8 (or 0xF196B8) is unknown color: approx Illusion. HEX triplet: F1, 96 and B8. RGB value is (241,150,184). Sum of RGB (Red+Green+Blue) = 241+150+184=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F196B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196B8 is #0E6947. Grayscale: #B5B5B5. Windows color (decimal): -944456 or 12097265. OLE color: 12097265.

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

Color convert

RGB241150184-
CMYK00.380.240.05
HSL337.58º76.47%76.67%-
HSV(B)337.58º37.76%94.51%-
XYZ55.8343.9750.89-
YUV181.08129.65170.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 184 (72.27% from 255) = 32%
R=41.91%
G=26.09%
B=32%

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
Decimal24115018400.380.240.05337.5876.4776.67
HexF196B80261851524c4d
Octal361226270046305522114115
Binary11110001100101101011100001001101100010110101001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196B8; }

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

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

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

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

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

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

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

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