#FB20EE

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

Shades of Magenta #FB20EE

Tints of Magenta #FB20EE

Color information

#FB20EE (or 0xFB20EE) is unknown color: approx Magenta. HEX triplet: FB, 20 and EE. RGB value is (251,32,238). Sum of RGB (Red+Green+Blue) = 251+32+238=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB20EE is #04DF11. Grayscale: #787878. Windows color (decimal): -319250 or 15606011. OLE color: 15606011.

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

Color convert

RGB25132238-
CMYK00.870.050.02
HSL303.56º96.48%55.49%-
HSV(B)303.56º87.25%98.43%-
XYZ55.7327.7283.3-
YUV120.96194.05220.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 32 (12.89% from 255) = 6.14%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=48.18%
G=6.14%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513223800.870.050.02303.5696.4855.49
HexFB20EE057521306037
Octal3734035601275246014067
Binary111110111000001110111001010111101101001100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB20EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB20EE; }

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

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

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

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

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

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

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

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