Html Css Color HEX #FE83EA Pale Magenta

📋 copy color: '#FE83EA'

red 254 ◦ green 131 ◦ blue 234

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

Shades of Pale Magenta #FE83EA

Tints of Pale Magenta #FE83EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.16%

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 41.03%
G = 21.16%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE83EA (or 0xFE83EA) is known color: Pale Magenta. HEX triplet: FE, 83 and EA. RGB value is (254,131,234). Sum of RGB (Red+Green+Blue) = 254+131+234=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 131 (51.56% from 255 or 21.16% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83EA is #017C15. Grayscale: #B3B3B3. Windows color (decimal): -97302 or 15369214. OLE color: 15369214.

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

Color convert

RGB 254 131 234 -
CMYK 0 0.48 0.08 0.00
HSL 309.76º 0.98% 0.75% -
HSV(B) 309.76º 0.48% 1% -
XYZ 63.84 43.24 82.82 -
YUV 179.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 254 131 234 0 0.48 0.08 0.00 309.76 0.98 0.75
Hex FE 83 EA 0 30 8 0 136 62 4B
Octal 376 203 352 0 60 10 0 466 142 113
Binary 11111110 10000011 11101010 0 110000 1000 0 100110110 1100010 1001011

Color Harmonies of #FE83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83EA

Black with #FE83EA

Text Example


Text Example

White with #FE83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83EA; }

 p { color: rgb(254,131,234); }

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

background-color css

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

 a { background-color: rgb(254,131,234); }

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

border-color css

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

 span { border-color: rgb(254,131,234); }

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