Html Css Color HEX #FF80EF Pale Magenta

📋 copy color: '#FF80EF'

red 255 ◦ green 128 ◦ blue 239

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

Shades of Pale Magenta #FF80EF

Tints of Pale Magenta #FF80EF

RGB

 RED value IS 255 (100% from 255) = 41%

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

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

R = 41%
G = 20.58%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF80EF (or 0xFF80EF) is known color: Pale Magenta. HEX triplet: FF, 80 and EF. RGB value is (255,128,239). Sum of RGB (Red+Green+Blue) = 255+128+239=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80EF is #007F10. Grayscale: #B2B2B2. Windows color (decimal): -32529 or 15696127. OLE color: 15696127.

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

Color convert

RGB 255 128 239 -
CMYK 0 0.50 0.06 0
HSL 307.56º 1% 0.75% -
HSV(B) 307.56º 0.5% 1% -
XYZ 64.54 42.93 86.55 -
YUV 178.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 255 128 239 0 0.50 0.06 0 307.56 1 0.75
Hex FF 80 EF 0 32 6 0 134 64 4B
Octal 377 200 357 0 62 6 0 464 144 113
Binary 11111111 10000000 11101111 0 110010 110 0 100110100 1100100 1001011

Color Harmonies of #FF80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80EF

Black with #FF80EF

Text Example


Text Example

White with #FF80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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