#FF1FEC

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

Shades of Magenta #FF1FEC

Tints of Magenta #FF1FEC

Color information

#FF1FEC (or 0xFF1FEC) is unknown color: approx Magenta. HEX triplet: FF, 1F and EC. RGB value is (255,31,236). Sum of RGB (Red+Green+Blue) = 255+31+236=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 31 (12.5% from 255 or 5.94% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1FEC is #00E013. Grayscale: #787878. Windows color (decimal): -57364 or 15474687. OLE color: 15474687.

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

Color convert

RGB25531236-
CMYK00.880.070
HSL305.09º100%56.08%-
HSV(B)305.09º87.84%100%-
XYZ56.8728.381.82-
YUV121.35192.71223.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 31 (12.5% from 255) = 5.94%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=48.85%
G=5.94%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553123600.880.070305.0910056.08
HexFF1FEC058701316438
Octal3773735401307046114470
Binary1111111111111111011000101100011101001100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1FEC; }

 p { color: rgb(255,31,236); }

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

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

 a { background-color: rgb(255,31,236); }

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

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

 span { border-color: rgb(255,31,236); }

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