#FA95B5

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

Shades of Illusion #FA95B5

Tints of Illusion #FA95B5

Color information

#FA95B5 (or 0xFA95B5) is unknown color: approx Illusion. HEX triplet: FA, 95 and B5. RGB value is (250,149,181). Sum of RGB (Red+Green+Blue) = 250+149+181=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95B5 is #056A4A. Grayscale: #B6B6B6. Windows color (decimal): -354891 or 11900410. OLE color: 11900410.

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

Color convert

RGB250149181-
CMYK00.400.280.02
HSL340.99º90.99%78.24%-
HSV(B)340.99º40.4%98.04%-
XYZ58.5145.1649.35-
YUV182.85126.96175.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=43.10%
G=25.69%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014918100.400.280.02340.9990.9978.24
HexFA95B50281C21555b4e
Octal372225265050342525133116
Binary1111101010010101101101010101000111001010101010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95B5; }

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

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

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

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

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

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

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

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