#FA84E7

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

Shades of Pale Magenta #FA84E7

Tints of Pale Magenta #FA84E7

Color information

#FA84E7 (or 0xFA84E7) is unknown color: approx Pale Magenta. HEX triplet: FA, 84 and E7. RGB value is (250,132,231). Sum of RGB (Red+Green+Blue) = 250+132+231=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA84E7 is #057B18. Grayscale: #B2B2B2. Windows color (decimal): -359193 or 15172858. OLE color: 15172858.

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

Color convert

RGB250132231-
CMYK00.470.080.02
HSL309.66º92.19%74.9%-
HSV(B)309.66º47.2%98.04%-
XYZ62.142.680.55-
YUV178.57157.59178.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 132 (51.95% from 255) = 21.53%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=40.78%
G=21.53%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013223100.470.080.02309.6692.1974.9
HexFA84E702F821365c4b
Octal372204347057102466134113
Binary111110101000010011100111010111110001010011011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84E7; }

 p { color: rgb(250,132,231); }

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

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

 a { background-color: rgb(250,132,231); }

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

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

 span { border-color: rgb(250,132,231); }

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