#FE2BFC

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

Shades of Magenta #FE2BFC

Tints of Magenta #FE2BFC

Color information

#FE2BFC (or 0xFE2BFC) is unknown color: approx Magenta. HEX triplet: FE, 2B and FC. RGB value is (254,43,252). Sum of RGB (Red+Green+Blue) = 254+43+252=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 43 (17.19% from 255 or 7.83% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2BFC is #01D403. Grayscale: #818181. Windows color (decimal): -119812 or 16526334. OLE color: 16526334.

HSL color Cylindrical-coordinate representation of color #FE2BFC: hue angle of 300.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BFC is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB25443252-
CMYK00.830.010.00
HSL300.57º99.06%58.24%-
HSV(B)300.57º83.07%99.61%-
XYZ59.3129.8394.73-
YUV129.92196.9216.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 43 (17.19% from 255) = 7.83%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=46.27%
G=7.83%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544325200.830.010.00300.5799.0658.24
HexFE2BFC0531012d633a
Octal3765337401231045514372
Binary111111101010111111110001010011101001011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2BFC; }

 p { color: rgb(254,43,252); }

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

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

 a { background-color: rgb(254,43,252); }

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

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

 span { border-color: rgb(254,43,252); }

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