#FA00FF

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

Shades of Magenta #FA00FF

Tints of Magenta #FA00FF

Color information

#FA00FF (or 0xFA00FF) is unknown color: approx Magenta. HEX triplet: FA, 00 and FF. RGB value is (250,0,255). Sum of RGB (Red+Green+Blue) = 250+0+255=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 0 (0.39% from 255 or 0% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00FF is #05FF00. Grayscale: #676767. Windows color (decimal): -392961 or 16711930. OLE color: 16711930.

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

Color convert

RGB2500255-
CMYK0.02100
HSL298.82º100%50%-
HSV(B)298.82º100%100%-
XYZ57.4727.5496.9-
YUV103.82213.32232.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 50.50%
R=49.50%
G=0%
B=50.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25002550.02100298.8210050
HexFA0FF2640012b6432
Octal372037721440045314462
Binary11111010011111111101100100001001010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA00FF; }

 p { color: rgb(250,0,255); }

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

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

 a { background-color: rgb(250,0,255); }

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

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

 span { border-color: rgb(250,0,255); }

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