#FB80F5

Color #FB80F5 Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FB80F5

Tints of Fuchsia Pink #FB80F5

Color information

#FB80F5 (or 0xFB80F5) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 80 and F5. RGB value is (251,128,245). Sum of RGB (Red+Green+Blue) = 251+128+245=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 128 (50.39% from 255 or 20.51% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80F5 is #047F0A. Grayscale: #B1B1B1. Windows color (decimal): -294667 or 16089339. OLE color: 16089339.

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

Color convert

RGB251128245-
CMYK00.490.020.02
HSL302.93º93.89%74.31%-
HSV(B)302.93º49%98.43%-
XYZ63.9842.5491.22-
YUV178.12165.75179.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 128 (50.39% from 255) = 20.51%
BLUE value IS 245 (96.09% from 255) = 39.26%
R=40.22%
G=20.51%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112824500.490.020.02302.9393.8974.31
HexFB80F50312212f5e4a
Octal37320036506122457136112
Binary1111101110000000111101010110001101010010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80F5; }

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

 H1.HeaderClassName
 {
   color: #FB80F5;
 }
 .AnyTagClassName
 {
   color: #FB80F5;
 }
</style>
background-color css

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

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

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

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

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

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