#FC2BFE

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

Shades of Magenta #FC2BFE

Tints of Magenta #FC2BFE

Color information

#FC2BFE (or 0xFC2BFE) is unknown color: approx Magenta. HEX triplet: FC, 2B and FE. RGB value is (252,43,254). Sum of RGB (Red+Green+Blue) = 252+43+254=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 43 (17.19% from 255 or 7.83% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC2BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2BFE is #03D401. Grayscale: #808080. Windows color (decimal): -250882 or 16657404. OLE color: 16657404.

HSL color Cylindrical-coordinate representation of color #FC2BFE: hue angle of 299.43º 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 #FC2BFE is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB25243254-
CMYK0.010.8300.00
HSL299.43º99.06%58.24%-
HSV(B)299.43º83.07%99.61%-
XYZ58.929.5896.37-
YUV129.54198.24215.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal252432540.010.8300.00299.4399.0658.24
HexFC2BFE1530012b633a
Octal3745337611230045314372
Binary111111001010111111111011010011001001010111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2BFE; }

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

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

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

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

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

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

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

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