Html Css Color HEX #FC00FC Magenta

📋 copy color: '#FC00FC'

red 252 ◦ green 0 ◦ blue 252

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

Shades of Magenta #FC00FC

Tints of Magenta #FC00FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC00FC (or 0xFC00FC) is known color: Magenta. HEX triplet: FC, 00 and FC. RGB value is (252,0,252). Sum of RGB (Red+Green+Blue) = 252+0+252=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 0 (0.39% from 255 or 0% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00FC is #03FF03. Grayscale: #676767. Windows color (decimal): -261892 or 16515324. OLE color: 16515324.

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

Color convert

RGB 252 0 252 -
CMYK 0 1 0 0.01
HSL 300º 1% 0.49% -
HSV(B) 300º 1% 0.99% -
XYZ 57.72 27.72 94.4 -
YUV 104.08 211.49 233.51 -
System Red Green Blue C M Y K H S L
Decimal 252 0 252 0 1 0 0.01 300 1 0.49
Hex FC 0 FC 0 64 0 1 12C 64 31
Octal 374 0 374 0 144 0 1 454 144 61
Binary 11111100 0 11111100 0 1100100 0 1 100101100 1100100 110001

Color Harmonies of #FC00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00FC

Black with #FC00FC

Text Example


Text Example

White with #FC00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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