#F894EC

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

Shades of Pale Magenta #F894EC

Tints of Pale Magenta #F894EC

Color information

#F894EC (or 0xF894EC) is unknown color: approx Pale Magenta. HEX triplet: F8, 94 and EC. RGB value is (248,148,236). Sum of RGB (Red+Green+Blue) = 248+148+236=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F894EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F894EC is #076B13. Grayscale: #BBBBBB. Windows color (decimal): -486164 or 15504632. OLE color: 15504632.

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

Color convert

RGB248148236-
CMYK00.400.050.03
HSL307.2º87.72%77.65%-
HSV(B)307.2º40.32%97.25%-
XYZ64.4447.1985.07-
YUV187.93155.13170.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.24%
GREEN value IS 148 (58.20% from 255) = 23.42%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=39.24%
G=23.42%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814823600.400.050.03307.287.7277.65
HexF894EC02853133584e
Octal37022435405053463130116
Binary11111000100101001110110001010001011110011001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F894EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F894EC; }

 p { color: rgb(248,148,236); }

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

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

 a { background-color: rgb(248,148,236); }

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

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

 span { border-color: rgb(248,148,236); }

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