#FA7FE8

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

Shades of Pale Magenta #FA7FE8

Tints of Pale Magenta #FA7FE8

Color information

#FA7FE8 (or 0xFA7FE8) is unknown color: approx Pale Magenta. HEX triplet: FA, 7F and E8. RGB value is (250,127,232). Sum of RGB (Red+Green+Blue) = 250+127+232=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 127 (50% from 255 or 20.85% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FE8 is #058017. Grayscale: #AFAFAF. Windows color (decimal): -360472 or 15237114. OLE color: 15237114.

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

Color convert

RGB250127232-
CMYK00.490.070.02
HSL308.78º92.48%73.92%-
HSV(B)308.78º49.2%98.04%-
XYZ61.5841.3381.08-
YUV175.75159.75180.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 127 (50% from 255) = 20.85%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=41.05%
G=20.85%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012723200.490.070.02308.7892.4873.92
HexFA7FE8031721355c4a
Octal37217735006172465134112
Binary1111101011111111110100001100011111010011010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7FE8; }

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

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

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

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

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

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

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

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