Html Css Color HEX #FC01FC Magenta

📋 copy color: '#FC01FC'

red 252 ◦ green 1 ◦ blue 252

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

Shades of Magenta #FC01FC

Tints of Magenta #FC01FC

RGB

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

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

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

R = 49.9%
G = 0.2%
B = 49.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC01FC (or 0xFC01FC) is known color: Magenta. HEX triplet: FC, 01 and FC. RGB value is (252,1,252). Sum of RGB (Red+Green+Blue) = 252+1+252=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 1 (0.78% from 255 or 0.20% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC01FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01FC is #03FE03. Grayscale: #676767. Windows color (decimal): -261636 or 16515580. OLE color: 16515580.

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

Color convert

RGB 252 1 252 -
CMYK 0 1.00 0 0.01
HSL 300º 0.99% 0.5% -
HSV(B) 300º 1% 0.99% -
XYZ 57.73 27.75 94.41 -
YUV 104.66 211.16 233.09 -
System Red Green Blue C M Y K H S L
Decimal 252 1 252 0 1.00 0 0.01 300 0.99 0.5
Hex FC 1 FC 0 64 0 1 12C 63 32
Octal 374 1 374 0 144 0 1 454 143 62
Binary 11111100 1 11111100 0 1100100 0 1 100101100 1100011 110010

Color Harmonies of #FC01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01FC

Black with #FC01FC

Text Example


Text Example

White with #FC01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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