Html Css Color HEX #FC2EFC Magenta

📋 copy color: '#FC2EFC'

red 252 ◦ green 46 ◦ blue 252

#FC2EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FC2EFC

Tints of Magenta #FC2EFC

RGB

 RED value IS 252 (98.83% from 255) = 45.82%

 GREEN value IS 46 (18.36% from 255) = 8.36%

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 45.82%
G = 8.36%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC2EFC (or 0xFC2EFC) is known color: Magenta. HEX triplet: FC, 2E and FC. RGB value is (252,46,252). Sum of RGB (Red+Green+Blue) = 252+46+252=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 46 (18.36% from 255 or 8.36% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC2EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2EFC is #03D103. Grayscale: #828282. Windows color (decimal): -250116 or 16527100. OLE color: 16527100.

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

Color convert

RGB 252 46 252 -
CMYK 0 0.82 0 0.01
HSL 300º 0.97% 0.58% -
HSV(B) 300º 0.82% 0.99% -
XYZ 58.69 29.68 94.73 -
YUV 131.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 252 46 252 0 0.82 0 0.01 300 0.97 0.58
Hex FC 2E FC 0 52 0 1 12C 61 3A
Octal 374 56 374 0 122 0 1 454 141 72
Binary 11111100 101110 11111100 0 1010010 0 1 100101100 1100001 111010

Color Harmonies of #FC2EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EFC

Black with #FC2EFC

Text Example


Text Example

White with #FC2EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EFC; }

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

 H1.HeaderClassName
 {
   color: #FC2EFC;
 }
 .AnyTagClassName
 {
   color: #FC2EFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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