Html Css Color HEX #FE81E5 Pale Magenta

📋 copy color: '#FE81E5'

red 254 ◦ green 129 ◦ blue 229

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

Shades of Pale Magenta #FE81E5

Tints of Pale Magenta #FE81E5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.08%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 41.5%
G = 21.08%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE81E5 (or 0xFE81E5) is known color: Pale Magenta. HEX triplet: FE, 81 and E5. RGB value is (254,129,229). Sum of RGB (Red+Green+Blue) = 254+129+229=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81E5 is #017E1A. Grayscale: #B1B1B1. Windows color (decimal): -97819 or 15041022. OLE color: 15041022.

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

Color convert

RGB 254 129 229 -
CMYK 0 0.49 0.10 0.00
HSL 312º 0.98% 0.75% -
HSV(B) 312º 0.49% 1% -
XYZ 62.87 42.43 79 -
YUV 177.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 254 129 229 0 0.49 0.10 0.00 312 0.98 0.75
Hex FE 81 E5 0 31 A 0 138 62 4B
Octal 376 201 345 0 61 12 0 470 142 113
Binary 11111110 10000001 11100101 0 110001 1010 0 100111000 1100010 1001011

Color Harmonies of #FE81E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81E5

Black with #FE81E5

Text Example


Text Example

White with #FE81E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81E5; }

 p { color: rgb(254,129,229); }

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

background-color css

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

 a { background-color: rgb(254,129,229); }

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

border-color css

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

 span { border-color: rgb(254,129,229); }

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