#F893BA

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

Shades of Illusion #F893BA

Tints of Illusion #F893BA

Color information

#F893BA (or 0xF893BA) is unknown color: approx Illusion. HEX triplet: F8, 93 and BA. RGB value is (248,147,186). Sum of RGB (Red+Green+Blue) = 248+147+186=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F893BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893BA is #076C45. Grayscale: #B5B5B5. Windows color (decimal): -486470 or 12227576. OLE color: 12227576.

HSL color Cylindrical-coordinate representation of color #F893BA: hue angle of 336.83º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893BA is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248147186-
CMYK00.410.250.03
HSL336.83º87.83%77.45%-
HSV(B)336.83º40.73%97.25%-
XYZ58.0144.3751.96-
YUV181.64130.46175.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 147 (57.81% from 255) = 25.30%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=42.69%
G=25.30%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814718600.410.250.03336.8387.8377.45
HexF893BA029193151584d
Octal370223272051313521130115
Binary1111100010010011101110100101001110011110101000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893BA; }

 p { color: rgb(248,147,186); }

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

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

 a { background-color: rgb(248,147,186); }

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

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

 span { border-color: rgb(248,147,186); }

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