#F394B4

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

Shades of Illusion #F394B4

Tints of Illusion #F394B4

Color information

#F394B4 (or 0xF394B4) is unknown color: approx Illusion. HEX triplet: F3, 94 and B4. RGB value is (243,148,180). Sum of RGB (Red+Green+Blue) = 243+148+180=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F394B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394B4 is #0C6B4B. Grayscale: #B4B4B4. Windows color (decimal): -813900 or 11834611. OLE color: 11834611.

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

Color convert

RGB243148180-
CMYK00.390.260.05
HSL339.79º79.83%76.67%-
HSV(B)339.79º39.09%95.29%-
XYZ55.7943.5348.64-
YUV180.05127.97172.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=42.56%
G=25.92%
B=31.52%

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
Decimal24314818000.390.260.05339.7979.8376.67
HexF394B40271A5154504d
Octal363224264047325524120115
Binary11110011100101001011010001001111101010110101010010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F394B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F394B4; }

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

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

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

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

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

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

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

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