#FA79ED

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

Shades of Pale Magenta #FA79ED

Tints of Pale Magenta #FA79ED

Color information

#FA79ED (or 0xFA79ED) is unknown color: approx Pale Magenta. HEX triplet: FA, 79 and ED. RGB value is (250,121,237). Sum of RGB (Red+Green+Blue) = 250+121+237=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 121 (47.66% from 255 or 19.90% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA79ED is #058612. Grayscale: #ACACAC. Windows color (decimal): -362003 or 15563258. OLE color: 15563258.

HSL color Cylindrical-coordinate representation of color #FA79ED: hue angle of 306.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA79ED is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250121237-
CMYK00.520.050.02
HSL306.05º92.81%72.75%-
HSV(B)306.05º51.6%98.04%-
XYZ61.5540.1184.62-
YUV172.8164.24183.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 121 (47.66% from 255) = 19.90%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=41.12%
G=19.90%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012123700.520.050.02306.0592.8172.75
HexFA79ED034521325d49
Octal37217135506452462135111
Binary1111101011110011110110101101001011010011001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA79ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA79ED; }

 p { color: rgb(250,121,237); }

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

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

 a { background-color: rgb(250,121,237); }

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

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

 span { border-color: rgb(250,121,237); }

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