Html Css Color HEX #FC01EC Magenta

📋 copy color: '#FC01EC'

red 252 ◦ green 1 ◦ blue 236

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

Shades of Magenta #FC01EC

Tints of Magenta #FC01EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 51.53%
G = 0.2%
B = 48.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC01EC (or 0xFC01EC) is known color: Magenta. HEX triplet: FC, 01 and EC. RGB value is (252,1,236). Sum of RGB (Red+Green+Blue) = 252+1+236=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 1 (0.78% from 255 or 0.20% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01EC is #03FE13. Grayscale: #666666. Windows color (decimal): -261652 or 15467004. OLE color: 15467004.

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

Color convert

RGB 252 1 236 -
CMYK 0 1.00 0.06 0.01
HSL 303.82º 0.99% 0.5% -
HSV(B) 303.82º 1% 0.99% -
XYZ 55.3 26.77 81.61 -
YUV 102.84 203.16 234.39 -
System Red Green Blue C M Y K H S L
Decimal 252 1 236 0 1.00 0.06 0.01 303.82 0.99 0.5
Hex FC 1 EC 0 64 6 1 130 63 32
Octal 374 1 354 0 144 6 1 460 143 62
Binary 11111100 1 11101100 0 1100100 110 1 100110000 1100011 110010

Color Harmonies of #FC01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01EC

Black with #FC01EC

Text Example


Text Example

White with #FC01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01EC; }

 p { color: rgb(252,1,236); }

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

background-color css

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

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

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

border-color css

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

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

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