#F197B1

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

Shades of Illusion #F197B1

Tints of Illusion #F197B1

Color information

#F197B1 (or 0xF197B1) is unknown color: approx Illusion. HEX triplet: F1, 97 and B1. RGB value is (241,151,177). Sum of RGB (Red+Green+Blue) = 241+151+177=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F197B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F197B1 is #0E684E. Grayscale: #B4B4B4. Windows color (decimal): -944207 or 11638769. OLE color: 11638769.

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

Color convert

RGB241151177-
CMYK00.370.270.05
HSL342.67º76.27%76.86%-
HSV(B)342.67º37.34%94.51%-
XYZ55.2844.0147.18-
YUV180.87125.82170.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=42.36%
G=26.54%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115117700.370.270.05342.6776.2776.86
HexF197B10251B51574c4d
Octal361227261045335527114115
Binary11110001100101111011000101001011101110110101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197B1; }

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

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

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

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

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

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

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

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