#F191B5

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

Shades of Illusion #F191B5

Tints of Illusion #F191B5

Color information

#F191B5 (or 0xF191B5) is unknown color: approx Illusion. HEX triplet: F1, 91 and B5. RGB value is (241,145,181). Sum of RGB (Red+Green+Blue) = 241+145+181=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F191B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191B5 is #0E6E4A. Grayscale: #B1B1B1. Windows color (decimal): -945739 or 11899377. OLE color: 11899377.

HSL color Cylindrical-coordinate representation of color #F191B5: hue angle of 337.5º 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 #F191B5 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241145181-
CMYK00.400.250.05
HSL337.5º77.42%75.69%-
HSV(B)337.5º39.83%94.51%-
XYZ54.7442.2948.99-
YUV177.81129.8173.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=42.50%
G=25.57%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114518100.400.250.05337.577.4275.69
HexF191B50281951524d4c
Octal361221265050315522115114
Binary11110001100100011011010101010001100110110101001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191B5; }

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

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

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

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

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

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

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

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