Html Css Color HEX #FE84E1 Pale Magenta

📋 copy color: '#FE84E1'

red 254 ◦ green 132 ◦ blue 225

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

Shades of Pale Magenta #FE84E1

Tints of Pale Magenta #FE84E1

RGB

 RED value IS 254 (99.61% from 255) = 41.57%

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

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

R = 41.57%
G = 21.6%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE84E1 (or 0xFE84E1) is known color: Pale Magenta. HEX triplet: FE, 84 and E1. RGB value is (254,132,225). Sum of RGB (Red+Green+Blue) = 254+132+225=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 132 (51.95% from 255 or 21.60% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84E1 is #017B1E. Grayscale: #B2B2B2. Windows color (decimal): -97055 or 14779646. OLE color: 14779646.

HSL color Cylindrical-coordinate representation of color #FE84E1: hue angle of 314.26º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84E1 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 132 225 -
CMYK 0 0.48 0.11 0.00
HSL 314.26º 0.98% 0.76% -
HSV(B) 314.26º 0.48% 1% -
XYZ 62.71 43.01 76.23 -
YUV 179.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 254 132 225 0 0.48 0.11 0.00 314.26 0.98 0.76
Hex FE 84 E1 0 30 B 0 13A 62 4C
Octal 376 204 341 0 60 13 0 472 142 114
Binary 11111110 10000100 11100001 0 110000 1011 0 100111010 1100010 1001100

Color Harmonies of #FE84E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84E1

Black with #FE84E1

Text Example


Text Example

White with #FE84E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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