#FF01F5

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

Shades of Magenta #FF01F5

Tints of Magenta #FF01F5

Color information

#FF01F5 (or 0xFF01F5) is unknown color: approx Magenta. HEX triplet: FF, 01 and F5. RGB value is (255,1,245). Sum of RGB (Red+Green+Blue) = 255+1+245=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 1 (0.78% from 255 or 0.20% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01F5 is #00FE0A. Grayscale: #686868. Windows color (decimal): -65035 or 16056831. OLE color: 16056831.

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

Color convert

RGB2551245-
CMYK01.000.040
HSL302.36º100%50.2%-
HSV(B)302.36º99.61%100%-
XYZ57.7327.8788.72-
YUV104.76207.15235.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 1 (0.78% from 255) = 0.20%
BLUE value IS 245 (96.09% from 255) = 48.90%
R=50.90%
G=0.20%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255124501.000.040302.3610050.2
HexFF1F50644012e6432
Octal377136501444045614462
Binary111111111111101010110010010001001011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF01F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF01F5; }

 p { color: rgb(255,1,245); }

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

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

 a { background-color: rgb(255,1,245); }

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

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

 span { border-color: rgb(255,1,245); }

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