#FC1FFA

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

Shades of Magenta #FC1FFA

Tints of Magenta #FC1FFA

Color information

#FC1FFA (or 0xFC1FFA) is unknown color: approx Magenta. HEX triplet: FC, 1F and FA. RGB value is (252,31,250). Sum of RGB (Red+Green+Blue) = 252+31+250=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 31 (12.5% from 255 or 5.82% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1FFA is #03E005. Grayscale: #797979. Windows color (decimal): -253958 or 16392188. OLE color: 16392188.

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

Color convert

RGB25231250-
CMYK00.880.010.01
HSL300.54º97.36%55.49%-
HSV(B)300.54º87.7%98.82%-
XYZ57.8928.5892.91-
YUV122.04200.22220.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 31 (12.5% from 255) = 5.82%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=47.28%
G=5.82%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523125000.880.010.01300.5497.3655.49
HexFC1FFA0581112d6137
Octal3743737201301145514167
Binary11111100111111111101001011000111001011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1FFA; }

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

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

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

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

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

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

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

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