#FA84EA

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

Shades of Pale Magenta #FA84EA

Tints of Pale Magenta #FA84EA

Color information

#FA84EA (or 0xFA84EA) is unknown color: approx Pale Magenta. HEX triplet: FA, 84 and EA. RGB value is (250,132,234). Sum of RGB (Red+Green+Blue) = 250+132+234=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA84EA is #057B15. Grayscale: #B2B2B2. Windows color (decimal): -359190 or 15369466. OLE color: 15369466.

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

Color convert

RGB250132234-
CMYK00.470.060.02
HSL308.14º92.19%74.9%-
HSV(B)308.14º47.2%98.04%-
XYZ62.5342.7782.8-
YUV178.91159.09178.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 132 (51.95% from 255) = 21.43%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=40.58%
G=21.43%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013223400.470.060.02308.1492.1974.9
HexFA84EA02F621345c4b
Octal37220435205762464134113
Binary11111010100001001110101001011111101010011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84EA; }

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

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

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

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

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

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

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

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