#FC12F7

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

Shades of Magenta #FC12F7

Tints of Magenta #FC12F7

Color information

#FC12F7 (or 0xFC12F7) is unknown color: approx Magenta. HEX triplet: FC, 12 and F7. RGB value is (252,18,247). Sum of RGB (Red+Green+Blue) = 252+18+247=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 18 (7.42% from 255 or 3.48% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12F7 is #03ED08. Grayscale: #717171. Windows color (decimal): -257289 or 16192252. OLE color: 16192252.

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

Color convert

RGB25218247-
CMYK00.930.020.01
HSL301.28º97.5%52.94%-
HSV(B)301.28º92.86%98.82%-
XYZ57.1527.8490.36-
YUV114.07203.02226.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.74%
GREEN value IS 18 (7.42% from 255) = 3.48%
BLUE value IS 247 (96.88% from 255) = 47.78%
R=48.74%
G=3.48%
B=47.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521824700.930.020.01301.2897.552.94
HexFC12F705D2112d6235
Octal3742236701352145514265
Binary111111001001011110111010111011011001011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC12F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC12F7; }

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

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

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

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

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

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

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

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