#F19AAB

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

Shades of Illusion #F19AAB

Tints of Illusion #F19AAB

Color information

#F19AAB (or 0xF19AAB) is unknown color: approx Illusion. HEX triplet: F1, 9A and AB. RGB value is (241,154,171). Sum of RGB (Red+Green+Blue) = 241+154+171=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AAB is #0E6554. Grayscale: #B5B5B5. Windows color (decimal): -943445 or 11246321. OLE color: 11246321.

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

Color convert

RGB241154171-
CMYK00.360.290.05
HSL348.28º75.65%77.45%-
HSV(B)348.28º36.1%94.51%-
XYZ55.1844.7544.26-
YUV181.95121.82170.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=42.58%
G=27.21%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115417100.360.290.05348.2875.6577.45
HexF19AAB0241D515c4c4d
Octal361232253044355534114115
Binary11110001100110101010101101001001110110110101110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AAB; }

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

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

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

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

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

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

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

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