#FD12FA

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

Shades of Magenta #FD12FA

Tints of Magenta #FD12FA

Color information

#FD12FA (or 0xFD12FA) is unknown color: approx Magenta. HEX triplet: FD, 12 and FA. RGB value is (253,18,250). Sum of RGB (Red+Green+Blue) = 253+18+250=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 18 (7.42% from 255 or 3.45% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD12FA is #02ED05. Grayscale: #727272. Windows color (decimal): -191750 or 16388861. OLE color: 16388861.

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

Color convert

RGB25318250-
CMYK00.930.010.01
HSL300.77º98.33%53.14%-
HSV(B)300.77º92.89%99.22%-
XYZ57.9828.2292.83-
YUV114.71204.36226.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 18 (7.42% from 255) = 3.45%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=48.56%
G=3.45%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531825000.930.010.01300.7798.3353.14
HexFD12FA05D1112d6235
Octal3752237201351145514265
Binary11111101100101111101001011101111001011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD12FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD12FA; }

 p { color: rgb(253,18,250); }

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

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

 a { background-color: rgb(253,18,250); }

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

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

 span { border-color: rgb(253,18,250); }

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