#FA94B5

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

Shades of Illusion #FA94B5

Tints of Illusion #FA94B5

Color information

#FA94B5 (or 0xFA94B5) is unknown color: approx Illusion. HEX triplet: FA, 94 and B5. RGB value is (250,148,181). Sum of RGB (Red+Green+Blue) = 250+148+181=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94B5 is #056B4A. Grayscale: #B6B6B6. Windows color (decimal): -355147 or 11900154. OLE color: 11900154.

HSL color Cylindrical-coordinate representation of color #FA94B5: hue angle of 340.59º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94B5 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250148181-
CMYK00.410.280.02
HSL340.59º91.07%78.04%-
HSV(B)340.59º40.8%98.04%-
XYZ58.3544.8449.3-
YUV182.26127.29176.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 181 (71.09% from 255) = 31.26%
R=43.18%
G=25.56%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014818100.410.280.02340.5991.0778.04
HexFA94B50291C21555b4e
Octal372224265051342525133116
Binary1111101010010100101101010101001111001010101010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA94B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA94B5; }

 p { color: rgb(250,148,181); }

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

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

 a { background-color: rgb(250,148,181); }

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

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

 span { border-color: rgb(250,148,181); }

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