#FA12FD

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

Shades of Magenta #FA12FD

Tints of Magenta #FA12FD

Color information

#FA12FD (or 0xFA12FD) is unknown color: approx Magenta. HEX triplet: FA, 12 and FD. RGB value is (250,18,253). Sum of RGB (Red+Green+Blue) = 250+18+253=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 18 (7.42% from 255 or 3.45% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA12FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12FD is #05ED02. Grayscale: #717171. Windows color (decimal): -388355 or 16585466. OLE color: 16585466.

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

Color convert

RGB25018253-
CMYK0.010.9300.01
HSL299.23º98.33%53.14%-
HSV(B)299.23º92.89%99.22%-
XYZ57.3727.8595.28-
YUV114.16206.36224.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal250182530.010.9300.01299.2398.3353.14
HexFA12FD15D0112b6235
Octal3722237511350145314265
Binary11111010100101111110111011101011001010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA12FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA12FD; }

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

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

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

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

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

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

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

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