#F895B1

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

Shades of Illusion #F895B1

Tints of Illusion #F895B1

Color information

#F895B1 (or 0xF895B1) is unknown color: approx Illusion. HEX triplet: F8, 95 and B1. RGB value is (248,149,177). Sum of RGB (Red+Green+Blue) = 248+149+177=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F895B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F895B1 is #076A4E. Grayscale: #B5B5B5. Windows color (decimal): -485967 or 11638264. OLE color: 11638264.

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

Color convert

RGB248149177-
CMYK00.400.290.03
HSL343.03º87.61%77.84%-
HSV(B)343.03º39.92%97.25%-
XYZ57.3944.6347.18-
YUV181.79125.3175.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=43.21%
G=25.96%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814917700.400.290.03343.0387.6177.84
HexF895B10281D3157584e
Octal370225261050353527130116
Binary1111100010010101101100010101000111011110101011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895B1; }

 p { color: rgb(248,149,177); }

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

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

 a { background-color: rgb(248,149,177); }

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

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

 span { border-color: rgb(248,149,177); }

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