#F394B5

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

Shades of Illusion #F394B5

Tints of Illusion #F394B5

Color information

#F394B5 (or 0xF394B5) is unknown color: approx Illusion. HEX triplet: F3, 94 and B5. RGB value is (243,148,181). Sum of RGB (Red+Green+Blue) = 243+148+181=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F394B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394B5 is #0C6B4A. Grayscale: #B4B4B4. Windows color (decimal): -813899 or 11900147. OLE color: 11900147.

HSL color Cylindrical-coordinate representation of color #F394B5: hue angle of 339.16º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394B5 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243148181-
CMYK00.390.260.05
HSL339.16º79.83%76.67%-
HSV(B)339.16º39.09%95.29%-
XYZ55.8943.5749.18-
YUV180.17128.47172.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.48%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=42.48%
G=25.87%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314818100.390.260.05339.1679.8376.67
HexF394B50271A5153504d
Octal363224265047325523120115
Binary11110011100101001011010101001111101010110101001110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394B5; }

 p { color: rgb(243,148,181); }

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

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

 a { background-color: rgb(243,148,181); }

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

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

 span { border-color: rgb(243,148,181); }

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