#F495EA

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

Shades of Pale Magenta #F495EA

Tints of Pale Magenta #F495EA

Color information

#F495EA (or 0xF495EA) is unknown color: approx Pale Magenta. HEX triplet: F4, 95 and EA. RGB value is (244,149,234). Sum of RGB (Red+Green+Blue) = 244+149+234=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F495EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495EA is #0B6A15. Grayscale: #BABABA. Windows color (decimal): -748054 or 15373812. OLE color: 15373812.

HSL color Cylindrical-coordinate representation of color #F495EA: hue angle of 306.32º 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 #F495EA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244149234-
CMYK00.390.040.04
HSL306.32º81.2%77.06%-
HSV(B)306.32º38.93%95.69%-
XYZ62.9146.6783.53-
YUV187.09154.47168.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.92%
GREEN value IS 149 (58.59% from 255) = 23.76%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=38.92%
G=23.76%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414923400.390.040.04306.3281.277.06
HexF495EA02744132514d
Octal36422535204744462121115
Binary111101001001010111101010010011110010010011001010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495EA; }

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

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

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

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

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

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

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

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