#FA95B7

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

Shades of Illusion #FA95B7

Tints of Illusion #FA95B7

Color information

#FA95B7 (or 0xFA95B7) is unknown color: approx Illusion. HEX triplet: FA, 95 and B7. RGB value is (250,149,183). Sum of RGB (Red+Green+Blue) = 250+149+183=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95B7 is #056A48. Grayscale: #B7B7B7. Windows color (decimal): -354889 or 12031482. OLE color: 12031482.

HSL color Cylindrical-coordinate representation of color #FA95B7: hue angle of 339.8º 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 #FA95B7 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250149183-
CMYK00.400.270.02
HSL339.8º90.99%78.24%-
HSV(B)339.8º40.4%98.04%-
XYZ58.7245.2450.44-
YUV183.08127.96175.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=42.96%
G=25.60%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014918300.400.270.02339.890.9978.24
HexFA95B70281B21545b4e
Octal372225267050332524133116
Binary1111101010010101101101110101000110111010101010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95B7; }

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

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

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

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

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

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

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

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