#FC2EFF

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

Shades of Magenta #FC2EFF

Tints of Magenta #FC2EFF

Color information

#FC2EFF (or 0xFC2EFF) is unknown color: approx Magenta. HEX triplet: FC, 2E and FF. RGB value is (252,46,255). Sum of RGB (Red+Green+Blue) = 252+46+255=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 46 (18.36% from 255 or 8.32% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2EFF is #03D100. Grayscale: #828282. Windows color (decimal): -250113 or 16723708. OLE color: 16723708.

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

Color convert

RGB25246255-
CMYK0.010.8200
HSL299.14º100%59.02%-
HSV(B)299.14º81.96%100%-
XYZ59.1729.8797.25-
YUV131.42197.75214.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 46 (18.36% from 255) = 8.32%
BLUE value IS 255 (100% from 255) = 46.11%
R=45.57%
G=8.32%
B=46.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252462550.010.8200299.1410059.02
HexFC2EFF1520012b643b
Octal3745637711220045314473
Binary111111001011101111111111010010001001010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2EFF; }

 p { color: rgb(252,46,255); }

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

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

 a { background-color: rgb(252,46,255); }

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

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

 span { border-color: rgb(252,46,255); }

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