#F191B1

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

Shades of Illusion #F191B1

Tints of Illusion #F191B1

Color information

#F191B1 (or 0xF191B1) is unknown color: approx Illusion. HEX triplet: F1, 91 and B1. RGB value is (241,145,177). Sum of RGB (Red+Green+Blue) = 241+145+177=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F191B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F191B1 is #0E6E4E. Grayscale: #B1B1B1. Windows color (decimal): -945743 or 11637233. OLE color: 11637233.

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

Color convert

RGB241145177-
CMYK00.400.270.05
HSL340º77.42%75.69%-
HSV(B)340º39.83%94.51%-
XYZ54.3442.1346.86-
YUV177.35127.8173.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=42.81%
G=25.75%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114517700.400.270.0534077.4275.69
HexF191B10281B51544d4c
Octal361221261050335524115114
Binary11110001100100011011000101010001101110110101010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191B1; }

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

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

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

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

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

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

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

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