Html Css Color HEX #FF80FF Fuchsia Pink

📋 copy color: '#FF80FF'

red 255 ◦ green 128 ◦ blue 255

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

Shades of Fuchsia Pink #FF80FF

Tints of Fuchsia Pink #FF80FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.97%

R = 39.97%
G = 20.06%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF80FF (or 0xFF80FF) is known color: Fuchsia Pink. HEX triplet: FF, 80 and FF. RGB value is (255,128,255). Sum of RGB (Red+Green+Blue) = 255+128+255=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 128 (50.39% from 255 or 20.06% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80FF is #007F00. Grayscale: #B4B4B4. Windows color (decimal): -32513 or 16744703. OLE color: 16744703.

HSL color Cylindrical-coordinate representation of color #FF80FF: hue angle of 300º 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 #FF80FF is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 255 -
CMYK 0 0.50 0 0
HSL 300º 1% 0.75% -
HSV(B) 300º 0.5% 1% -
XYZ 67.01 43.92 99.55 -
YUV 180.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 255 128 255 0 0.50 0 0 300 1 0.75
Hex FF 80 FF 0 32 0 0 12C 64 4B
Octal 377 200 377 0 62 0 0 454 144 113
Binary 11111111 10000000 11111111 0 110010 0 0 100101100 1100100 1001011

Color Harmonies of #FF80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80FF

Black with #FF80FF

Text Example


Text Example

White with #FF80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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