#FC1AF7

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

Shades of Magenta #FC1AF7

Tints of Magenta #FC1AF7

Color information

#FC1AF7 (or 0xFC1AF7) is unknown color: approx Magenta. HEX triplet: FC, 1A and F7. RGB value is (252,26,247). Sum of RGB (Red+Green+Blue) = 252+26+247=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 26 (10.55% from 255 or 4.95% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1AF7 is #03E508. Grayscale: #767676. Windows color (decimal): -255241 or 16194300. OLE color: 16194300.

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

Color convert

RGB25226247-
CMYK00.900.020.01
HSL301.33º97.41%54.51%-
HSV(B)301.33º89.68%98.82%-
XYZ57.328.1590.41-
YUV118.77200.37223.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48%
GREEN value IS 26 (10.55% from 255) = 4.95%
BLUE value IS 247 (96.88% from 255) = 47.05%
R=48%
G=4.95%
B=47.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522624700.900.020.01301.3397.4154.51
HexFC1AF705A2112d6137
Octal3743236701322145514167
Binary111111001101011110111010110101011001011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1AF7; }

 p { color: rgb(252,26,247); }

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

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

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

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

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

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

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