#F193B1

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

Shades of Illusion #F193B1

Tints of Illusion #F193B1

Color information

#F193B1 (or 0xF193B1) is unknown color: approx Illusion. HEX triplet: F1, 93 and B1. RGB value is (241,147,177). Sum of RGB (Red+Green+Blue) = 241+147+177=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F193B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193B1 is #0E6C4E. Grayscale: #B2B2B2. Windows color (decimal): -945231 or 11637745. OLE color: 11637745.

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

Color convert

RGB241147177-
CMYK00.390.270.05
HSL340.85º77.05%76.08%-
HSV(B)340.85º39%94.51%-
XYZ54.6542.7446.96-
YUV178.53127.14172.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=42.65%
G=26.02%
B=31.33%

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
Decimal24114717700.390.270.05340.8577.0576.08
HexF193B10271B51554d4c
Octal361223261047335525115114
Binary11110001100100111011000101001111101110110101010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193B1; }

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

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

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

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

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

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

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

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