#F991B2

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

Shades of Illusion #F991B2

Tints of Illusion #F991B2

Color information

#F991B2 (or 0xF991B2) is unknown color: approx Illusion. HEX triplet: F9, 91 and B2. RGB value is (249,145,178). Sum of RGB (Red+Green+Blue) = 249+145+178=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F991B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991B2 is #066E4D. Grayscale: #B3B3B3. Windows color (decimal): -421454 or 11702777. OLE color: 11702777.

HSL color Cylindrical-coordinate representation of color #F991B2: hue angle of 340.96º degrees, saturation: 0.9, 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 #F991B2 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB249145178-
CMYK00.420.290.02
HSL340.96º89.66%77.25%-
HSV(B)340.96º41.77%97.65%-
XYZ57.2343.647.52-
YUV179.86126.96177.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=43.53%
G=25.35%
B=31.12%

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
Decimal24914517800.420.290.02340.9689.6677.25
HexF991B202A1D21555a4d
Octal371221262052352525132115
Binary1111100110010001101100100101010111011010101010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991B2; }

 p { color: rgb(249,145,178); }

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

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

 a { background-color: rgb(249,145,178); }

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

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

 span { border-color: rgb(249,145,178); }

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