#F396B2

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

Shades of Illusion #F396B2

Tints of Illusion #F396B2

Color information

#F396B2 (or 0xF396B2) is unknown color: approx Illusion. HEX triplet: F3, 96 and B2. RGB value is (243,150,178). Sum of RGB (Red+Green+Blue) = 243+150+178=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F396B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F396B2 is #0C694D. Grayscale: #B4B4B4. Windows color (decimal): -813390 or 11704051. OLE color: 11704051.

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

Color convert

RGB243150178-
CMYK00.380.270.05
HSL341.94º79.49%77.06%-
HSV(B)341.94º38.27%95.29%-
XYZ55.944.0847.68-
YUV181126.31172.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=42.56%
G=26.27%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315017800.380.270.05341.9479.4977.06
HexF396B20261B51564f4d
Octal363226262046335526117115
Binary11110011100101101011001001001101101110110101011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396B2; }

 p { color: rgb(243,150,178); }

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

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

 a { background-color: rgb(243,150,178); }

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

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

 span { border-color: rgb(243,150,178); }

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