#FA7FE5

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

Shades of Pale Magenta #FA7FE5

Tints of Pale Magenta #FA7FE5

Color information

#FA7FE5 (or 0xFA7FE5) is unknown color: approx Pale Magenta. HEX triplet: FA, 7F and E5. RGB value is (250,127,229). Sum of RGB (Red+Green+Blue) = 250+127+229=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FE5 is #05801A. Grayscale: #AFAFAF. Windows color (decimal): -360475 or 15040506. OLE color: 15040506.

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

Color convert

RGB250127229-
CMYK00.490.080.02
HSL310.24º92.48%73.92%-
HSV(B)310.24º49.2%98.04%-
XYZ61.1641.1678.85-
YUV175.4158.25181.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 127 (50% from 255) = 20.96%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=41.25%
G=20.96%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012722900.490.080.02310.2492.4873.92
HexFA7FE5031821365c4a
Octal372177345061102466134112
Binary11111010111111111100101011000110001010011011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7FE5; }

 p { color: rgb(250,127,229); }

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

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

 a { background-color: rgb(250,127,229); }

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

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

 span { border-color: rgb(250,127,229); }

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