#F295B5

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

Shades of Illusion #F295B5

Tints of Illusion #F295B5

Color information

#F295B5 (or 0xF295B5) is unknown color: approx Illusion. HEX triplet: F2, 95 and B5. RGB value is (242,149,181). Sum of RGB (Red+Green+Blue) = 242+149+181=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F295B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295B5 is #0D6A4A. Grayscale: #B4B4B4. Windows color (decimal): -879179 or 11900402. OLE color: 11900402.

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

Color convert

RGB242149181-
CMYK00.380.250.05
HSL339.35º78.15%76.67%-
HSV(B)339.35º38.43%94.9%-
XYZ55.7143.7149.22-
YUV180.46128.31171.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=42.31%
G=26.05%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214918100.380.250.05339.3578.1576.67
HexF295B50261951534e4d
Octal362225265046315523116115
Binary11110010100101011011010101001101100110110101001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F295B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F295B5; }

 p { color: rgb(242,149,181); }

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

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

 a { background-color: rgb(242,149,181); }

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

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

 span { border-color: rgb(242,149,181); }

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