Html Css Color HEX #FF80F9 Fuchsia Pink

📋 copy color: '#FF80F9'

red 255 ◦ green 128 ◦ blue 249

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

Shades of Fuchsia Pink #FF80F9

Tints of Fuchsia Pink #FF80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 40.35%
G = 20.25%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF80F9 (or 0xFF80F9) is known color: Fuchsia Pink. HEX triplet: FF, 80 and F9. RGB value is (255,128,249). Sum of RGB (Red+Green+Blue) = 255+128+249=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 128 (50.39% from 255 or 20.25% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F9 is #007F06. Grayscale: #B3B3B3. Windows color (decimal): -32519 or 16351487. OLE color: 16351487.

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

Color convert

RGB 255 128 249 -
CMYK 0 0.50 0.02 0
HSL 302.83º 1% 0.75% -
HSV(B) 302.83º 0.5% 1% -
XYZ 66.06 43.54 94.54 -
YUV 179.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 255 128 249 0 0.50 0.02 0 302.83 1 0.75
Hex FF 80 F9 0 32 2 0 12F 64 4B
Octal 377 200 371 0 62 2 0 457 144 113
Binary 11111111 10000000 11111001 0 110010 10 0 100101111 1100100 1001011

Color Harmonies of #FF80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80F9

Black with #FF80F9

Text Example


Text Example

White with #FF80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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