#F293B2

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

Shades of Illusion #F293B2

Tints of Illusion #F293B2

Color information

#F293B2 (or 0xF293B2) is unknown color: approx Illusion. HEX triplet: F2, 93 and B2. RGB value is (242,147,178). Sum of RGB (Red+Green+Blue) = 242+147+178=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F293B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293B2 is #0D6C4D. Grayscale: #B2B2B2. Windows color (decimal): -879694 or 11703282. OLE color: 11703282.

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

Color convert

RGB242147178-
CMYK00.390.260.05
HSL340.42º78.51%76.27%-
HSV(B)340.42º39.26%94.9%-
XYZ55.0942.9647.51-
YUV178.94127.47172.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=42.68%
G=25.93%
B=31.39%

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
Decimal24214717800.390.260.05340.4278.5176.27
HexF293B20271A51544f4c
Octal362223262047325524117114
Binary11110010100100111011001001001111101010110101010010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F293B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F293B2; }

 p { color: rgb(242,147,178); }

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

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

 a { background-color: rgb(242,147,178); }

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

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

 span { border-color: rgb(242,147,178); }

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