Html Css Color HEX #FA84E1 Pale Magenta

📋 copy color: '#FA84E1'

red 250 ◦ green 132 ◦ blue 225

#FA84E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FA84E1

Tints of Pale Magenta #FA84E1

RGB

 RED value IS 250 (98.05% from 255) = 41.19%

 GREEN value IS 132 (51.95% from 255) = 21.75%

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 41.19%
G = 21.75%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA84E1 (or 0xFA84E1) is known color: Pale Magenta. HEX triplet: FA, 84 and E1. RGB value is (250,132,225). Sum of RGB (Red+Green+Blue) = 250+132+225=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84E1 is #057B1E. Grayscale: #B1B1B1. Windows color (decimal): -359199 or 14779642. OLE color: 14779642.

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

Color convert

RGB 250 132 225 -
CMYK 0 0.47 0.10 0.02
HSL 312.71º 0.92% 0.75% -
HSV(B) 312.71º 0.47% 0.98% -
XYZ 61.27 42.26 76.16 -
YUV 177.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 250 132 225 0 0.47 0.10 0.02 312.71 0.92 0.75
Hex FA 84 E1 0 2F A 2 139 5C 4B
Octal 372 204 341 0 57 12 2 471 134 113
Binary 11111010 10000100 11100001 0 101111 1010 10 100111001 1011100 1001011

Color Harmonies of #FA84E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84E1

Black with #FA84E1

Text Example


Text Example

White with #FA84E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84E1; }

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

 H1.HeaderClassName
 {
   color: #FA84E1;
 }
 .AnyTagClassName
 {
   color: #FA84E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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