#F895B5

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

Shades of Illusion #F895B5

Tints of Illusion #F895B5

Color information

#F895B5 (or 0xF895B5) is unknown color: approx Illusion. HEX triplet: F8, 95 and B5. RGB value is (248,149,181). Sum of RGB (Red+Green+Blue) = 248+149+181=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F895B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895B5 is #076A4A. Grayscale: #B6B6B6. Windows color (decimal): -485963 or 11900408. OLE color: 11900408.

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

Color convert

RGB248149181-
CMYK00.400.270.03
HSL340.61º87.61%77.84%-
HSV(B)340.61º39.92%97.25%-
XYZ57.844.7949.31-
YUV182.25127.3174.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=42.91%
G=25.78%
B=31.31%

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
Decimal24814918100.400.270.03340.6187.6177.84
HexF895B50281B3155584e
Octal370225265050333525130116
Binary1111100010010101101101010101000110111110101010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895B5; }

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

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

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

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

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

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

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

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