#FB1BEE

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

Shades of Magenta #FB1BEE

Tints of Magenta #FB1BEE

Color information

#FB1BEE (or 0xFB1BEE) is unknown color: approx Magenta. HEX triplet: FB, 1B and EE. RGB value is (251,27,238). Sum of RGB (Red+Green+Blue) = 251+27+238=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 27 (10.94% from 255 or 5.23% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1BEE is #04E411. Grayscale: #757575. Windows color (decimal): -320530 or 15604731. OLE color: 15604731.

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

Color convert

RGB25127238-
CMYK00.890.050.02
HSL303.48º96.55%54.51%-
HSV(B)303.48º89.24%98.43%-
XYZ55.6127.4783.26-
YUV118.03195.71222.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.64%
GREEN value IS 27 (10.94% from 255) = 5.23%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=48.64%
G=5.23%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512723800.890.050.02303.4896.5554.51
HexFB1BEE0595212f6137
Octal3733335601315245714167
Binary11111011110111110111001011001101101001011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1BEE; }

 p { color: rgb(251,27,238); }

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

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

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

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

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

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

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