#F193B7

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

Shades of Illusion #F193B7

Tints of Illusion #F193B7

Color information

#F193B7 (or 0xF193B7) is unknown color: approx Illusion. HEX triplet: F1, 93 and B7. RGB value is (241,147,183). Sum of RGB (Red+Green+Blue) = 241+147+183=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F193B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193B7 is #0E6C48. Grayscale: #B3B3B3. Windows color (decimal): -945225 or 12030961. OLE color: 12030961.

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

Color convert

RGB241147183-
CMYK00.390.240.05
HSL337.02º77.05%76.08%-
HSV(B)337.02º39%94.51%-
XYZ55.2642.9950.18-
YUV179.21130.14172.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=42.21%
G=25.74%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114718300.390.240.05337.0277.0576.08
HexF193B70271851514d4c
Octal361223267047305521115114
Binary11110001100100111011011101001111100010110101000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193B7; }

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

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

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

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

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

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

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

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