#FB71E7

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

Shades of Pale Magenta #FB71E7

Tints of Pale Magenta #FB71E7

Color information

#FB71E7 (or 0xFB71E7) is unknown color: approx Pale Magenta. HEX triplet: FB, 71 and E7. RGB value is (251,113,231). Sum of RGB (Red+Green+Blue) = 251+113+231=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB71E7 is #048E18. Grayscale: #A7A7A7. Windows color (decimal): -298521 or 15167995. OLE color: 15167995.

HSL color Cylindrical-coordinate representation of color #FB71E7: hue angle of 308.7º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71E7 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251113231-
CMYK00.550.080.02
HSL308.7º94.52%71.37%-
HSV(B)308.7º54.98%98.43%-
XYZ60.1138.0979.78-
YUV167.71163.72187.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 113 (44.53% from 255) = 18.99%
BLUE value IS 231 (90.62% from 255) = 38.82%
R=42.18%
G=18.99%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111323100.550.080.02308.794.5271.37
HexFB71E7037821355f47
Octal373161347067102465137107
Binary11111011111000111100111011011110001010011010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB71E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB71E7; }

 p { color: rgb(251,113,231); }

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

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

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

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

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

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

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