#F19AB2

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

Shades of Illusion #F19AB2

Tints of Illusion #F19AB2

Color information

#F19AB2 (or 0xF19AB2) is unknown color: approx Illusion. HEX triplet: F1, 9A and B2. RGB value is (241,154,178). Sum of RGB (Red+Green+Blue) = 241+154+178=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AB2 is #0E654D. Grayscale: #B6B6B6. Windows color (decimal): -943438 or 11705073. OLE color: 11705073.

HSL color Cylindrical-coordinate representation of color #F19AB2: hue angle of 343.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AB2 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB241154178-
CMYK00.360.260.05
HSL343.45º75.65%77.45%-
HSV(B)343.45º36.1%94.51%-
XYZ55.8745.0347.87-
YUV182.75125.32169.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=42.06%
G=26.88%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115417800.360.260.05343.4575.6577.45
HexF19AB20241A51574c4d
Octal361232262044325527114115
Binary11110001100110101011001001001001101010110101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AB2; }

 p { color: rgb(241,154,178); }

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

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

 a { background-color: rgb(241,154,178); }

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

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

 span { border-color: rgb(241,154,178); }

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