#F195B2

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

Shades of Illusion #F195B2

Tints of Illusion #F195B2

Color information

#F195B2 (or 0xF195B2) is unknown color: approx Illusion. HEX triplet: F1, 95 and B2. RGB value is (241,149,178). Sum of RGB (Red+Green+Blue) = 241+149+178=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F195B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195B2 is #0E6A4D. Grayscale: #B3B3B3. Windows color (decimal): -944718 or 11703793. OLE color: 11703793.

HSL color Cylindrical-coordinate representation of color #F195B2: hue angle of 341.09º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195B2 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB241149178-
CMYK00.380.260.05
HSL341.09º76.67%76.47%-
HSV(B)341.09º38.17%94.51%-
XYZ55.0643.4147.6-
YUV179.81126.98171.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=42.43%
G=26.23%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114917800.380.260.05341.0976.6776.47
HexF195B20261A51554d4c
Octal361225262046325525115114
Binary11110001100101011011001001001101101010110101010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F195B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F195B2; }

 p { color: rgb(241,149,178); }

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

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

 a { background-color: rgb(241,149,178); }

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

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

 span { border-color: rgb(241,149,178); }

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