Html Css Color HEX #FF80F6 Fuchsia Pink

📋 copy color: '#FF80F6'

red 255 ◦ green 128 ◦ blue 246

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

Shades of Fuchsia Pink #FF80F6

Tints of Fuchsia Pink #FF80F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.11%

R = 40.54%
G = 20.35%
B = 39.11%

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

#FF80F6 (or 0xFF80F6) is known color: Fuchsia Pink. HEX triplet: FF, 80 and F6. RGB value is (255,128,246). Sum of RGB (Red+Green+Blue) = 255+128+246=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 128 (50.39% from 255 or 20.35% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F6 is #007F09. Grayscale: #B3B3B3. Windows color (decimal): -32522 or 16154879. OLE color: 16154879.

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

Color convert

RGB 255 128 246 -
CMYK 0 0.50 0.04 0
HSL 304.25º 1% 0.75% -
HSV(B) 304.25º 0.5% 1% -
XYZ 65.59 43.35 92.1 -
YUV 179.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 255 128 246 0 0.50 0.04 0 304.25 1 0.75
Hex FF 80 F6 0 32 4 0 130 64 4B
Octal 377 200 366 0 62 4 0 460 144 113
Binary 11111111 10000000 11110110 0 110010 100 0 100110000 1100100 1001011

Color Harmonies of #FF80F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80F6

Black with #FF80F6

Text Example


Text Example

White with #FF80F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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