#FC00FF

Color #FC00FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FC00FF

Tints of Magenta #FC00FF

Color information

#FC00FF (or 0xFC00FF) is unknown color: approx Magenta. HEX triplet: FC, 00 and FF. RGB value is (252,0,255). Sum of RGB (Red+Green+Blue) = 252+0+255=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 0 (0.39% from 255 or 0% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00FF is #03FF00. Grayscale: #676767. Windows color (decimal): -261889 or 16711932. OLE color: 16711932.

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

Color convert

RGB2520255-
CMYK0.01100
HSL299.29º100%50%-
HSV(B)299.29º100%100%-
XYZ58.1927.9296.93-
YUV104.42212.99233.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 50.30%
R=49.70%
G=0%
B=50.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25202550.01100299.2910050
HexFC0FF1640012b6432
Octal374037711440045314462
Binary1111110001111111111100100001001010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC00FF; }

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

 H1.HeaderClassName
 {
   color: #FC00FF;
 }
 .AnyTagClassName
 {
   color: #FC00FF;
 }
</style>
background-color css

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

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

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

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

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

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