#F294AC

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

Shades of Illusion #F294AC

Tints of Illusion #F294AC

Color information

#F294AC (or 0xF294AC) is unknown color: approx Illusion. HEX triplet: F2, 94 and AC. RGB value is (242,148,172). Sum of RGB (Red+Green+Blue) = 242+148+172=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F294AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F294AC is #0D6B53. Grayscale: #B2B2B2. Windows color (decimal): -879444 or 11310322. OLE color: 11310322.

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

Color convert

RGB242148172-
CMYK00.390.290.05
HSL344.68º78.33%76.47%-
HSV(B)344.68º38.84%94.9%-
XYZ54.6543.0444.46-
YUV178.84124.14173.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=43.06%
G=26.33%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214817200.390.290.05344.6878.3376.47
HexF294AC0271D51594e4c
Octal362224254047355531116114
Binary11110010100101001010110001001111110110110101100110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F294AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F294AC; }

 p { color: rgb(242,148,172); }

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

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

 a { background-color: rgb(242,148,172); }

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

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

 span { border-color: rgb(242,148,172); }

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