#FA79E6

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

Shades of Pale Magenta #FA79E6

Tints of Pale Magenta #FA79E6

Color information

#FA79E6 (or 0xFA79E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 79 and E6. RGB value is (250,121,230). Sum of RGB (Red+Green+Blue) = 250+121+230=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 121 (47.66% from 255 or 20.13% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA79E6 is #058619. Grayscale: #ABABAB. Windows color (decimal): -362010 or 15104506. OLE color: 15104506.

HSL color Cylindrical-coordinate representation of color #FA79E6: hue angle of 309.3º 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 #FA79E6 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250121230-
CMYK00.520.080.02
HSL309.3º92.81%72.75%-
HSV(B)309.3º51.6%98.04%-
XYZ60.5439.7179.34-
YUV172160.74183.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 121 (47.66% from 255) = 20.13%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=41.60%
G=20.13%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012123000.520.080.02309.392.8172.75
HexFA79E6034821355d49
Octal372171346064102465135111
Binary11111010111100111100110011010010001010011010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA79E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA79E6; }

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

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

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

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

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

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

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

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