#FB1EEA

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

Shades of Magenta #FB1EEA

Tints of Magenta #FB1EEA

Color information

#FB1EEA (or 0xFB1EEA) is unknown color: approx Magenta. HEX triplet: FB, 1E and EA. RGB value is (251,30,234). Sum of RGB (Red+Green+Blue) = 251+30+234=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1EEA is #04E115. Grayscale: #767676. Windows color (decimal): -319766 or 15343355. OLE color: 15343355.

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

Color convert

RGB25130234-
CMYK00.880.070.02
HSL304.62º96.51%55.1%-
HSV(B)304.62º88.05%98.43%-
XYZ55.127.3880.22-
YUV119.34192.72221.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.74%
GREEN value IS 30 (12.11% from 255) = 5.83%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=48.74%
G=5.83%
B=45.44%

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
Decimal2513023400.880.070.02304.6296.5155.1
HexFB1EEA058721316137
Octal3733635201307246114167
Binary11111011111101110101001011000111101001100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1EEA; }

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

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

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

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

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

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

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

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