Html Css Color HEX #FF80FB Fuchsia Pink

📋 copy color: '#FF80FB'

red 255 ◦ green 128 ◦ blue 251

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

Shades of Fuchsia Pink #FF80FB

Tints of Fuchsia Pink #FF80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.59%

R = 40.22%
G = 20.19%
B = 39.59%

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

#FF80FB (or 0xFF80FB) is known color: Fuchsia Pink. HEX triplet: FF, 80 and FB. RGB value is (255,128,251). Sum of RGB (Red+Green+Blue) = 255+128+251=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 128 (50.39% from 255 or 20.19% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80FB is #007F04. Grayscale: #B3B3B3. Windows color (decimal): -32517 or 16482559. OLE color: 16482559.

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

Color convert

RGB 255 128 251 -
CMYK 0 0.50 0.02 0
HSL 301.89º 1% 0.75% -
HSV(B) 301.89º 0.5% 1% -
XYZ 66.37 43.66 96.2 -
YUV 180 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 255 128 251 0 0.50 0.02 0 301.89 1 0.75
Hex FF 80 FB 0 32 2 0 12E 64 4B
Octal 377 200 373 0 62 2 0 456 144 113
Binary 11111111 10000000 11111011 0 110010 10 0 100101110 1100100 1001011

Color Harmonies of #FF80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80FB

Black with #FF80FB

Text Example


Text Example

White with #FF80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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