#FC00FA

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

Shades of Magenta #FC00FA

Tints of Magenta #FC00FA

Color information

#FC00FA (or 0xFC00FA) is unknown color: approx Magenta. HEX triplet: FC, 00 and FA. RGB value is (252,0,250). Sum of RGB (Red+Green+Blue) = 252+0+250=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 0 (0.39% from 255 or 0% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00FA is #03FF05. Grayscale: #676767. Windows color (decimal): -261894 or 16384252. OLE color: 16384252.

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

Color convert

RGB2520250-
CMYK010.010.01
HSL300.48º100%49.41%-
HSV(B)300.48º100%98.82%-
XYZ57.427.692.74-
YUV103.85210.49233.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=50.20%
G=0%
B=49.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2520250010.010.01300.4810049.41
HexFC0FA0641112c6431
Octal374037201441145414461
Binary1111110001111101001100100111001011001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC00FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC00FA; }

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

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

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

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

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

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

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

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