#FA03E7

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

Shades of Magenta #FA03E7

Tints of Magenta #FA03E7

Color information

#FA03E7 (or 0xFA03E7) is unknown color: approx Magenta. HEX triplet: FA, 03 and E7. RGB value is (250,3,231). Sum of RGB (Red+Green+Blue) = 250+3+231=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 3 (1.56% from 255 or 0.62% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03E7 is #05FC18. Grayscale: #666666. Windows color (decimal): -392217 or 15139834. OLE color: 15139834.

HSL color Cylindrical-coordinate representation of color #FA03E7: hue angle of 304.62º 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 #FA03E7 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB2503231-
CMYK00.990.080.02
HSL304.62º97.63%49.61%-
HSV(B)304.62º98.8%98.04%-
XYZ53.8826.1677.81-
YUV102.84200.33232.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.65%
GREEN value IS 3 (1.56% from 255) = 0.62%
BLUE value IS 231 (90.62% from 255) = 47.73%
R=51.65%
G=0.62%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250323100.990.080.02304.6297.6349.61
HexFA3E7063821316232
Octal3723347014310246114262
Binary111110101111100111011000111000101001100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA03E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA03E7; }

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

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

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

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

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

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

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

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