#F188B1

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

Shades of Illusion #F188B1

Tints of Illusion #F188B1

Color information

#F188B1 (or 0xF188B1) is unknown color: approx Illusion. HEX triplet: F1, 88 and B1. RGB value is (241,136,177). Sum of RGB (Red+Green+Blue) = 241+136+177=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F188B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F188B1 is #0E774E. Grayscale: #ACACAC. Windows color (decimal): -948047 or 11634929. OLE color: 11634929.

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

Color convert

RGB241136177-
CMYK00.440.270.05
HSL336.57º78.95%73.92%-
HSV(B)336.57º43.57%94.51%-
XYZ53.0239.4846.42-
YUV172.07130.79177.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=43.50%
G=24.55%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113617700.440.270.05336.5778.9573.92
HexF188B102C1B51514f4a
Octal361210261054335521117112
Binary11110001100010001011000101011001101110110101000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188B1; }

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

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

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

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

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

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

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

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