Html Css Color HEX #FF80F8 Fuchsia Pink

📋 copy color: '#FF80F8'

red 255 ◦ green 128 ◦ blue 248

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

Shades of Fuchsia Pink #FF80F8

Tints of Fuchsia Pink #FF80F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.3%

R = 40.41%
G = 20.29%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF80F8 (or 0xFF80F8) is known color: Fuchsia Pink. HEX triplet: FF, 80 and F8. RGB value is (255,128,248). Sum of RGB (Red+Green+Blue) = 255+128+248=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 128 (50.39% from 255 or 20.29% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F8 is #007F07. Grayscale: #B3B3B3. Windows color (decimal): -32520 or 16285951. OLE color: 16285951.

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

Color convert

RGB 255 128 248 -
CMYK 0 0.50 0.03 0
HSL 303.31º 1% 0.75% -
HSV(B) 303.31º 0.5% 1% -
XYZ 65.9 43.48 93.73 -
YUV 179.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 255 128 248 0 0.50 0.03 0 303.31 1 0.75
Hex FF 80 F8 0 32 3 0 12F 64 4B
Octal 377 200 370 0 62 3 0 457 144 113
Binary 11111111 10000000 11111000 0 110010 11 0 100101111 1100100 1001011

Color Harmonies of #FF80F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80F8

Black with #FF80F8

Text Example


Text Example

White with #FF80F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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