Html Css Color HEX #FC03FC Magenta

📋 copy color: '#FC03FC'

red 252 ◦ green 3 ◦ blue 252

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

Shades of Magenta #FC03FC

Tints of Magenta #FC03FC

RGB

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

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

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

R = 49.7%
G = 0.59%
B = 49.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC03FC (or 0xFC03FC) is known color: Magenta. HEX triplet: FC, 03 and FC. RGB value is (252,3,252). Sum of RGB (Red+Green+Blue) = 252+3+252=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 3 (1.56% from 255 or 0.59% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC03FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03FC is #03FC03. Grayscale: #696969. Windows color (decimal): -261124 or 16516092. OLE color: 16516092.

HSL color Cylindrical-coordinate representation of color #FC03FC: hue angle of 300º 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 #FC03FC is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 3 252 -
CMYK 0 0.99 0 0.01
HSL 300º 0.98% 0.5% -
HSV(B) 300º 0.99% 0.99% -
XYZ 57.75 27.79 94.42 -
YUV 105.84 210.49 232.25 -
System Red Green Blue C M Y K H S L
Decimal 252 3 252 0 0.99 0 0.01 300 0.98 0.5
Hex FC 3 FC 0 63 0 1 12C 62 32
Octal 374 3 374 0 143 0 1 454 142 62
Binary 11111100 11 11111100 0 1100011 0 1 100101100 1100010 110010

Color Harmonies of #FC03FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC03FC

Black with #FC03FC

Text Example


Text Example

White with #FC03FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC03FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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