#F896B7

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

Shades of Illusion #F896B7

Tints of Illusion #F896B7

Color information

#F896B7 (or 0xF896B7) is unknown color: approx Illusion. HEX triplet: F8, 96 and B7. RGB value is (248,150,183). Sum of RGB (Red+Green+Blue) = 248+150+183=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F896B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896B7 is #076948. Grayscale: #B7B7B7. Windows color (decimal): -485705 or 12031736. OLE color: 12031736.

HSL color Cylindrical-coordinate representation of color #F896B7: hue angle of 339.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896B7 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248150183-
CMYK00.400.260.03
HSL339.8º87.5%78.04%-
HSV(B)339.8º39.52%97.25%-
XYZ58.1645.1950.46-
YUV183.06127.97174.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=42.69%
G=25.82%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815018300.400.260.03339.887.578.04
HexF896B70281A3154584e
Octal370226267050323524130116
Binary1111100010010110101101110101000110101110101010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896B7; }

 p { color: rgb(248,150,183); }

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

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

 a { background-color: rgb(248,150,183); }

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

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

 span { border-color: rgb(248,150,183); }

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