Html Css Color HEX #FE80EF Pale Magenta

📋 copy color: '#FE80EF'

red 254 ◦ green 128 ◦ blue 239

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

Shades of Pale Magenta #FE80EF

Tints of Pale Magenta #FE80EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.61%

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 40.9%
G = 20.61%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE80EF (or 0xFE80EF) is known color: Pale Magenta. HEX triplet: FE, 80 and EF. RGB value is (254,128,239). Sum of RGB (Red+Green+Blue) = 254+128+239=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80EF is #017F10. Grayscale: #B2B2B2. Windows color (decimal): -98065 or 15696126. OLE color: 15696126.

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

Color convert

RGB 254 128 239 -
CMYK 0 0.50 0.06 0.00
HSL 307.14º 0.98% 0.75% -
HSV(B) 307.14º 0.5% 1% -
XYZ 64.17 42.74 86.53 -
YUV 178.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 254 128 239 0 0.50 0.06 0.00 307.14 0.98 0.75
Hex FE 80 EF 0 32 6 0 133 62 4B
Octal 376 200 357 0 62 6 0 463 142 113
Binary 11111110 10000000 11101111 0 110010 110 0 100110011 1100010 1001011

Color Harmonies of #FE80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80EF

Black with #FE80EF

Text Example


Text Example

White with #FE80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80EF; }

 p { color: rgb(254,128,239); }

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

background-color css

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

 a { background-color: rgb(254,128,239); }

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

border-color css

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

 span { border-color: rgb(254,128,239); }

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