Html Css Color HEX #FC05EC Magenta

📋 copy color: '#FC05EC'

red 252 ◦ green 5 ◦ blue 236

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

Shades of Magenta #FC05EC

Tints of Magenta #FC05EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

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

R = 51.12%
G = 1.01%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC05EC (or 0xFC05EC) is known color: Magenta. HEX triplet: FC, 05 and EC. RGB value is (252,5,236). Sum of RGB (Red+Green+Blue) = 252+5+236=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 5 (2.34% from 255 or 1.01% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC05EC is #03FA13. Grayscale: #686868. Windows color (decimal): -260628 or 15468028. OLE color: 15468028.

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

Color convert

RGB 252 5 236 -
CMYK 0 0.98 0.06 0.01
HSL 303.89º 0.98% 0.5% -
HSV(B) 303.89º 0.98% 0.99% -
XYZ 55.34 26.86 81.62 -
YUV 105.19 201.83 232.72 -
System Red Green Blue C M Y K H S L
Decimal 252 5 236 0 0.98 0.06 0.01 303.89 0.98 0.5
Hex FC 5 EC 0 62 6 1 130 62 32
Octal 374 5 354 0 142 6 1 460 142 62
Binary 11111100 101 11101100 0 1100010 110 1 100110000 1100010 110010

Color Harmonies of #FC05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05EC

Black with #FC05EC

Text Example


Text Example

White with #FC05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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