#F294B4

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

Shades of Illusion #F294B4

Tints of Illusion #F294B4

Color information

#F294B4 (or 0xF294B4) is unknown color: approx Illusion. HEX triplet: F2, 94 and B4. RGB value is (242,148,180). Sum of RGB (Red+Green+Blue) = 242+148+180=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F294B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294B4 is #0D6B4B. Grayscale: #B3B3B3. Windows color (decimal): -879436 or 11834610. OLE color: 11834610.

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

Color convert

RGB242148180-
CMYK00.390.260.05
HSL339.57º78.33%76.47%-
HSV(B)339.57º38.84%94.9%-
XYZ55.4543.3548.63-
YUV179.75128.14172.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=42.46%
G=25.96%
B=31.58%

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
Decimal24214818000.390.260.05339.5778.3376.47
HexF294B40271A51544e4c
Octal362224264047325524116114
Binary11110010100101001011010001001111101010110101010010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F294B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F294B4; }

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

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

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

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

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

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

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

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