Html Css Color HEX #FF80F5 Fuchsia Pink

📋 copy color: '#FF80F5'

red 255 ◦ green 128 ◦ blue 245

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

Shades of Fuchsia Pink #FF80F5

Tints of Fuchsia Pink #FF80F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 40.61%
G = 20.38%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF80F5 (or 0xFF80F5) is known color: Fuchsia Pink. HEX triplet: FF, 80 and F5. RGB value is (255,128,245). Sum of RGB (Red+Green+Blue) = 255+128+245=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 128 (50.39% from 255 or 20.38% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F5 is #007F0A. Grayscale: #B2B2B2. Windows color (decimal): -32523 or 16089343. OLE color: 16089343.

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

Color convert

RGB 255 128 245 -
CMYK 0 0.50 0.04 0
HSL 304.72º 1% 0.75% -
HSV(B) 304.72º 0.5% 1% -
XYZ 65.44 43.29 91.29 -
YUV 179.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 255 128 245 0 0.50 0.04 0 304.72 1 0.75
Hex FF 80 F5 0 32 4 0 131 64 4B
Octal 377 200 365 0 62 4 0 461 144 113
Binary 11111111 10000000 11110101 0 110010 100 0 100110001 1100100 1001011

Color Harmonies of #FF80F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80F5

Black with #FF80F5

Text Example


Text Example

White with #FF80F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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