#FA03F2

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

Shades of Magenta #FA03F2

Tints of Magenta #FA03F2

Color information

#FA03F2 (or 0xFA03F2) is unknown color: approx Magenta. HEX triplet: FA, 03 and F2. RGB value is (250,3,242). Sum of RGB (Red+Green+Blue) = 250+3+242=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03F2 is #05FC0D. Grayscale: #676767. Windows color (decimal): -392206 or 15860730. OLE color: 15860730.

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

Color convert

RGB2503242-
CMYK00.990.030.02
HSL301.94º97.63%49.61%-
HSV(B)301.94º98.8%98.04%-
XYZ55.4826.886.25-
YUV104.1205.83232.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 3 (1.56% from 255) = 0.61%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=50.51%
G=0.61%
B=48.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250324200.990.030.02301.9497.6349.61
HexFA3F20633212e6232
Octal372336201433245614262
Binary1111101011111100100110001111101001011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA03F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA03F2; }

 p { color: rgb(250,3,242); }

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

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

 a { background-color: rgb(250,3,242); }

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

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

 span { border-color: rgb(250,3,242); }

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