#F9A1B9

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

Shades of Illusion #F9A1B9

Tints of Illusion #F9A1B9

Color information

#F9A1B9 (or 0xF9A1B9) is unknown color: approx Illusion. HEX triplet: F9, A1 and B9. RGB value is (249,161,185). Sum of RGB (Red+Green+Blue) = 249+161+185=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1B9 is #065E46. Grayscale: #BEBEBE. Windows color (decimal): -417351 or 12165625. OLE color: 12165625.

HSL color Cylindrical-coordinate representation of color #F9A1B9: hue angle of 343.64º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1B9 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB249161185-
CMYK00.350.260.02
HSL343.64º88%80.39%-
HSV(B)343.64º35.34%97.65%-
XYZ60.5749.1352.19-
YUV190.05125.15170.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 161 (63.28% from 255) = 27.06%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=41.85%
G=27.06%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916118500.350.260.02343.648880.39
HexF9A1B90231A21585850
Octal371241271043322530130120
Binary1111100110100001101110010100011110101010101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A1B9; }

 p { color: rgb(249,161,185); }

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

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

 a { background-color: rgb(249,161,185); }

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

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

 span { border-color: rgb(249,161,185); }

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