#FC20F7

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

Shades of Magenta #FC20F7

Tints of Magenta #FC20F7

Color information

#FC20F7 (or 0xFC20F7) is unknown color: approx Magenta. HEX triplet: FC, 20 and F7. RGB value is (252,32,247). Sum of RGB (Red+Green+Blue) = 252+32+247=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 32 (12.89% from 255 or 6.03% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC20F7 is #03DF08. Grayscale: #797979. Windows color (decimal): -253705 or 16195836. OLE color: 16195836.

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

Color convert

RGB25232247-
CMYK00.870.020.01
HSL301.36º97.35%55.69%-
HSV(B)301.36º87.3%98.82%-
XYZ57.4528.4490.46-
YUV122.29198.39220.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 32 (12.89% from 255) = 6.03%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=47.46%
G=6.03%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523224700.870.020.01301.3697.3555.69
HexFC20F70572112d6138
Octal3744036701272145514170
Binary1111110010000011110111010101111011001011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC20F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC20F7; }

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

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

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

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

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

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

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

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