#FB80F0

Color #FB80F0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB80F0

Tints of Pale Magenta #FB80F0

Color information

#FB80F0 (or 0xFB80F0) is unknown color: approx Pale Magenta. HEX triplet: FB, 80 and F0. RGB value is (251,128,240). Sum of RGB (Red+Green+Blue) = 251+128+240=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80F0 is #047F0F. Grayscale: #B1B1B1. Windows color (decimal): -294672 or 15761659. OLE color: 15761659.

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

Color convert

RGB251128240-
CMYK00.490.040.02
HSL305.37º93.89%74.31%-
HSV(B)305.37º49%98.43%-
XYZ63.2342.2487.26-
YUV177.54163.25180.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 20.68%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=40.55%
G=20.68%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112824000.490.040.02305.3793.8974.31
HexFB80F0031421315e4a
Octal37320036006142461136112
Binary11111011100000001111000001100011001010011000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80F0; }

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

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

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

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

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

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

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

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