#FB0EE7

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

Shades of Magenta #FB0EE7

Tints of Magenta #FB0EE7

Color information

#FB0EE7 (or 0xFB0EE7) is unknown color: approx Magenta. HEX triplet: FB, 0E and E7. RGB value is (251,14,231). Sum of RGB (Red+Green+Blue) = 251+14+231=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 14 (5.86% from 255 or 2.82% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0EE7 is #04F118. Grayscale: #6C6C6C. Windows color (decimal): -323865 or 15142651. OLE color: 15142651.

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

Color convert

RGB25114231-
CMYK00.940.080.02
HSL305.06º96.73%51.96%-
HSV(B)305.06º94.42%98.43%-
XYZ54.3626.5977.87-
YUV109.6196.52228.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.60%
GREEN value IS 14 (5.86% from 255) = 2.82%
BLUE value IS 231 (90.62% from 255) = 46.57%
R=50.60%
G=2.82%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511423100.940.080.02305.0696.7351.96
HexFBEE705E821316134
Octal37316347013610246114164
Binary11111011111011100111010111101000101001100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0EE7; }

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

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

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

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

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

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

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

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