#F291B6

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

Shades of Illusion #F291B6

Tints of Illusion #F291B6

Color information

#F291B6 (or 0xF291B6) is unknown color: approx Illusion. HEX triplet: F2, 91 and B6. RGB value is (242,145,182). Sum of RGB (Red+Green+Blue) = 242+145+182=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F291B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291B6 is #0D6E49. Grayscale: #B2B2B2. Windows color (decimal): -880202 or 11964914. OLE color: 11964914.

HSL color Cylindrical-coordinate representation of color #F291B6: hue angle of 337.11º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291B6 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB242145182-
CMYK00.400.250.05
HSL337.11º78.86%75.88%-
HSV(B)337.11º40.08%94.9%-
XYZ55.1942.5149.55-
YUV178.22130.14173.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=42.53%
G=25.48%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214518200.400.250.05337.1178.8675.88
HexF291B60281951514f4c
Octal362221266050315521117114
Binary11110010100100011011011001010001100110110101000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F291B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F291B6; }

 p { color: rgb(242,145,182); }

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

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

 a { background-color: rgb(242,145,182); }

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

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

 span { border-color: rgb(242,145,182); }

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