Html Css Color HEX #FB80FB Fuchsia Pink

📋 copy color: '#FB80FB'

red 251 ◦ green 128 ◦ blue 251

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

Shades of Fuchsia Pink #FB80FB

Tints of Fuchsia Pink #FB80FB

RGB

 RED value IS 251 (98.44% from 255) = 39.84%

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

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

R = 39.84%
G = 20.32%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB80FB (or 0xFB80FB) is known color: Fuchsia Pink. HEX triplet: FB, 80 and FB. RGB value is (251,128,251). Sum of RGB (Red+Green+Blue) = 251+128+251=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 128 (50.39% from 255 or 20.32% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80FB is #047F04. Grayscale: #B2B2B2. Windows color (decimal): -294661 or 16482555. OLE color: 16482555.

HSL color Cylindrical-coordinate representation of color #FB80FB: hue angle of 300º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80FB is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 128 251 -
CMYK 0 0.49 0 0.02
HSL 300º 0.94% 0.74% -
HSV(B) 300º 0.49% 0.98% -
XYZ 64.92 42.91 96.13 -
YUV 178.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 251 128 251 0 0.49 0 0.02 300 0.94 0.74
Hex FB 80 FB 0 31 0 2 12C 5E 4A
Octal 373 200 373 0 61 0 2 454 136 112
Binary 11111011 10000000 11111011 0 110001 0 10 100101100 1011110 1001010

Color Harmonies of #FB80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80FB

Black with #FB80FB

Text Example


Text Example

White with #FB80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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