#FA84E9

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

Shades of Pale Magenta #FA84E9

Tints of Pale Magenta #FA84E9

Color information

#FA84E9 (or 0xFA84E9) is unknown color: approx Pale Magenta. HEX triplet: FA, 84 and E9. RGB value is (250,132,233). Sum of RGB (Red+Green+Blue) = 250+132+233=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA84E9 is #057B16. Grayscale: #B2B2B2. Windows color (decimal): -359191 or 15303930. OLE color: 15303930.

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

Color convert

RGB250132233-
CMYK00.470.070.02
HSL308.64º92.19%74.9%-
HSV(B)308.64º47.2%98.04%-
XYZ62.3842.7182.05-
YUV178.8158.59178.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 132 (51.95% from 255) = 21.46%
BLUE value IS 233 (91.41% from 255) = 37.89%
R=40.65%
G=21.46%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013223300.470.070.02308.6492.1974.9
HexFA84E902F721355c4b
Octal37220435105772465134113
Binary11111010100001001110100101011111111010011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84E9; }

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

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

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

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

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

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

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

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