#F495EC

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

Shades of Pale Magenta #F495EC

Tints of Pale Magenta #F495EC

Color information

#F495EC (or 0xF495EC) is unknown color: approx Pale Magenta. HEX triplet: F4, 95 and EC. RGB value is (244,149,236). Sum of RGB (Red+Green+Blue) = 244+149+236=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F495EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495EC is #0B6A13. Grayscale: #BBBBBB. Windows color (decimal): -748052 or 15504884. OLE color: 15504884.

HSL color Cylindrical-coordinate representation of color #F495EC: hue angle of 305.05º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495EC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244149236-
CMYK00.390.030.04
HSL305.05º81.2%77.06%-
HSV(B)305.05º38.93%95.69%-
XYZ63.246.7885.06-
YUV187.32155.47168.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.79%
GREEN value IS 149 (58.59% from 255) = 23.69%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=38.79%
G=23.69%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414923600.390.030.04305.0581.277.06
HexF495EC02734131514d
Octal36422535404734461121115
Binary11110100100101011110110001001111110010011000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495EC; }

 p { color: rgb(244,149,236); }

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

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

 a { background-color: rgb(244,149,236); }

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

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

 span { border-color: rgb(244,149,236); }

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