Html Css Color HEX #FB80FF Fuchsia Pink

📋 copy color: '#FB80FF'

red 251 ◦ green 128 ◦ blue 255

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

Shades of Fuchsia Pink #FB80FF

Tints of Fuchsia Pink #FB80FF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB80FF (or 0xFB80FF) is known color: Fuchsia Pink. HEX triplet: FB, 80 and FF. RGB value is (251,128,255). Sum of RGB (Red+Green+Blue) = 251+128+255=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 128 (50.39% from 255 or 20.19% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80FF is #047F00. Grayscale: #B2B2B2. Windows color (decimal): -294657 or 16744699. OLE color: 16744699.

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

Color convert

RGB 251 128 255 -
CMYK 0.02 0.50 0 0
HSL 298.11º 1% 0.75% -
HSV(B) 298.11º 0.5% 1% -
XYZ 65.55 43.17 99.48 -
YUV 179.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 251 128 255 0.02 0.50 0 0 298.11 1 0.75
Hex FB 80 FF 2 32 0 0 12A 64 4B
Octal 373 200 377 2 62 0 0 452 144 113
Binary 11111011 10000000 11111111 10 110010 0 0 100101010 1100100 1001011

Color Harmonies of #FB80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80FF

Black with #FB80FF

Text Example


Text Example

White with #FB80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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