#FA91B1

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

Shades of Illusion #FA91B1

Tints of Illusion #FA91B1

Color information

#FA91B1 (or 0xFA91B1) is unknown color: approx Illusion. HEX triplet: FA, 91 and B1. RGB value is (250,145,177). Sum of RGB (Red+Green+Blue) = 250+145+177=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91B1 is #056E4E. Grayscale: #B4B4B4. Windows color (decimal): -355919 or 11637242. OLE color: 11637242.

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

Color convert

RGB250145177-
CMYK00.420.290.02
HSL341.71º91.3%77.45%-
HSV(B)341.71º42%98.04%-
XYZ57.4943.7547.01-
YUV180.04126.29177.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=43.71%
G=25.35%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014517700.420.290.02341.7191.377.45
HexFA91B102A1D21565b4d
Octal372221261052352526133115
Binary1111101010010001101100010101010111011010101011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91B1; }

 p { color: rgb(250,145,177); }

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

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

 a { background-color: rgb(250,145,177); }

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

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

 span { border-color: rgb(250,145,177); }

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