#F991B1

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

Shades of Illusion #F991B1

Tints of Illusion #F991B1

Color information

#F991B1 (or 0xF991B1) is unknown color: approx Illusion. HEX triplet: F9, 91 and B1. RGB value is (249,145,177). Sum of RGB (Red+Green+Blue) = 249+145+177=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F991B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991B1 is #066E4E. Grayscale: #B3B3B3. Windows color (decimal): -421455 or 11637241. OLE color: 11637241.

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

Color convert

RGB249145177-
CMYK00.420.290.02
HSL341.54º89.66%77.25%-
HSV(B)341.54º41.77%97.65%-
XYZ57.1343.5646.99-
YUV179.74126.46177.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=43.61%
G=25.39%
B=31.00%

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
Decimal24914517700.420.290.02341.5489.6677.25
HexF991B102A1D21565a4d
Octal371221261052352526132115
Binary1111100110010001101100010101010111011010101011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991B1; }

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

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

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

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

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

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

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

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