#F193B4

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

Shades of Illusion #F193B4

Tints of Illusion #F193B4

Color information

#F193B4 (or 0xF193B4) is unknown color: approx Illusion. HEX triplet: F1, 93 and B4. RGB value is (241,147,180). Sum of RGB (Red+Green+Blue) = 241+147+180=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F193B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193B4 is #0E6C4B. Grayscale: #B2B2B2. Windows color (decimal): -945228 or 11834353. OLE color: 11834353.

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

Color convert

RGB241147180-
CMYK00.390.250.05
HSL338.94º77.05%76.08%-
HSV(B)338.94º39%94.51%-
XYZ54.9542.8648.56-
YUV178.87128.64172.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=42.43%
G=25.88%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114718000.390.250.05338.9477.0576.08
HexF193B40271951534d4c
Octal361223264047315523115114
Binary11110001100100111011010001001111100110110101001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193B4; }

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

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

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

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

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

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

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

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