#FA75E6

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

Shades of Pale Magenta #FA75E6

Tints of Pale Magenta #FA75E6

Color information

#FA75E6 (or 0xFA75E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 75 and E6. RGB value is (250,117,230). Sum of RGB (Red+Green+Blue) = 250+117+230=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA75E6 is #058A19. Grayscale: #A9A9A9. Windows color (decimal): -363034 or 15103482. OLE color: 15103482.

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

Color convert

RGB250117230-
CMYK00.530.080.02
HSL309.02º93.01%71.96%-
HSV(B)309.02º53.2%98.04%-
XYZ60.0738.7679.18-
YUV169.65162.06185.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 117 (46.09% from 255) = 19.60%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=41.88%
G=19.60%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011723000.530.080.02309.0293.0171.96
HexFA75E6035821355d48
Octal372165346065102465135110
Binary11111010111010111100110011010110001010011010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75E6; }

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

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

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

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

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

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

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

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