Html Css Color HEX #FC03EC Magenta

📋 copy color: '#FC03EC'

red 252 ◦ green 3 ◦ blue 236

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

Shades of Magenta #FC03EC

Tints of Magenta #FC03EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

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

R = 51.32%
G = 0.61%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC03EC (or 0xFC03EC) is known color: Magenta. HEX triplet: FC, 03 and EC. RGB value is (252,3,236). Sum of RGB (Red+Green+Blue) = 252+3+236=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 3 (1.56% from 255 or 0.61% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03EC is #03FC13. Grayscale: #676767. Windows color (decimal): -261140 or 15467516. OLE color: 15467516.

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

Color convert

RGB 252 3 236 -
CMYK 0 0.99 0.06 0.01
HSL 303.86º 0.98% 0.5% -
HSV(B) 303.86º 0.99% 0.99% -
XYZ 55.32 26.82 81.62 -
YUV 104.01 202.49 233.55 -
System Red Green Blue C M Y K H S L
Decimal 252 3 236 0 0.99 0.06 0.01 303.86 0.98 0.5
Hex FC 3 EC 0 63 6 1 130 62 32
Octal 374 3 354 0 143 6 1 460 142 62
Binary 11111100 11 11101100 0 1100011 110 1 100110000 1100010 110010

Color Harmonies of #FC03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03EC

Black with #FC03EC

Text Example


Text Example

White with #FC03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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