#F896B4

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

Shades of Illusion #F896B4

Tints of Illusion #F896B4

Color information

#F896B4 (or 0xF896B4) is unknown color: approx Illusion. HEX triplet: F8, 96 and B4. RGB value is (248,150,180). Sum of RGB (Red+Green+Blue) = 248+150+180=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F896B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896B4 is #07694B. Grayscale: #B6B6B6. Windows color (decimal): -485708 or 11835128. OLE color: 11835128.

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

Color convert

RGB248150180-
CMYK00.400.270.03
HSL341.63º87.5%78.04%-
HSV(B)341.63º39.52%97.25%-
XYZ57.8645.0648.83-
YUV182.72126.47174.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 180 (70.70% from 255) = 31.14%
R=42.91%
G=25.95%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815018000.400.270.03341.6387.578.04
HexF896B40281B3156584e
Octal370226264050333526130116
Binary1111100010010110101101000101000110111110101011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896B4; }

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

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

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

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

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

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

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

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