#FB1EE9

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

Shades of Magenta #FB1EE9

Tints of Magenta #FB1EE9

Color information

#FB1EE9 (or 0xFB1EE9) is unknown color: approx Magenta. HEX triplet: FB, 1E and E9. RGB value is (251,30,233). Sum of RGB (Red+Green+Blue) = 251+30+233=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1EE9 is #04E116. Grayscale: #767676. Windows color (decimal): -319767 or 15277819. OLE color: 15277819.

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

Color convert

RGB25130233-
CMYK00.880.070.02
HSL304.89º96.51%55.1%-
HSV(B)304.89º88.05%98.43%-
XYZ54.9627.3279.47-
YUV119.22192.22221.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 30 (12.11% from 255) = 5.84%
BLUE value IS 233 (91.41% from 255) = 45.33%
R=48.83%
G=5.84%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513023300.880.070.02304.8996.5155.1
HexFB1EE9058721316137
Octal3733635101307246114167
Binary11111011111101110100101011000111101001100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1EE9; }

 p { color: rgb(251,30,233); }

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

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

 a { background-color: rgb(251,30,233); }

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

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

 span { border-color: rgb(251,30,233); }

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