#F194B1

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

Shades of Illusion #F194B1

Tints of Illusion #F194B1

Color information

#F194B1 (or 0xF194B1) is unknown color: approx Illusion. HEX triplet: F1, 94 and B1. RGB value is (241,148,177). Sum of RGB (Red+Green+Blue) = 241+148+177=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F194B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F194B1 is #0E6B4E. Grayscale: #B3B3B3. Windows color (decimal): -944975 or 11638001. OLE color: 11638001.

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

Color convert

RGB241148177-
CMYK00.390.270.05
HSL341.29º76.86%76.27%-
HSV(B)341.29º38.59%94.51%-
XYZ54.843.0547.02-
YUV179.11126.81172.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=42.58%
G=26.15%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114817700.390.270.05341.2976.8676.27
HexF194B10271B51554d4c
Octal361224261047335525115114
Binary11110001100101001011000101001111101110110101010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194B1; }

 p { color: rgb(241,148,177); }

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

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

 a { background-color: rgb(241,148,177); }

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

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

 span { border-color: rgb(241,148,177); }

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