Html Css Color HEX #FC2EFE Magenta

📋 copy color: '#FC2EFE'

red 252 ◦ green 46 ◦ blue 254

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

Shades of Magenta #FC2EFE

Tints of Magenta #FC2EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 45.65%
G = 8.33%
B = 46.01%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC2EFE (or 0xFC2EFE) is known color: Magenta. HEX triplet: FC, 2E and FE. RGB value is (252,46,254). Sum of RGB (Red+Green+Blue) = 252+46+254=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 46 (18.36% from 255 or 8.33% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC2EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2EFE is #03D101. Grayscale: #828282. Windows color (decimal): -250114 or 16658172. OLE color: 16658172.

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

Color convert

RGB 252 46 254 -
CMYK 0.01 0.82 0 0.00
HSL 299.42º 0.99% 0.59% -
HSV(B) 299.42º 0.82% 1% -
XYZ 59.01 29.81 96.41 -
YUV 131.31 197.25 214.09 -
System Red Green Blue C M Y K H S L
Decimal 252 46 254 0.01 0.82 0 0.00 299.42 0.99 0.59
Hex FC 2E FE 1 52 0 0 12B 63 3B
Octal 374 56 376 1 122 0 0 453 143 73
Binary 11111100 101110 11111110 1 1010010 0 0 100101011 1100011 111011

Color Harmonies of #FC2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EFE

Black with #FC2EFE

Text Example


Text Example

White with #FC2EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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