#F11FF0

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

Shades of Magenta #F11FF0

Tints of Magenta #F11FF0

Color information

#F11FF0 (or 0xF11FF0) is unknown color: approx Magenta. HEX triplet: F1, 1F and F0. RGB value is (241,31,240). Sum of RGB (Red+Green+Blue) = 241+31+240=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FF0 is #0EE00F. Grayscale: #747474. Windows color (decimal): -974864 or 15736817. OLE color: 15736817.

HSL color Cylindrical-coordinate representation of color #F11FF0: hue angle of 300.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11FF0 is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB24131240-
CMYK00.870.000.05
HSL300.29º88.24%53.33%-
HSV(B)300.29º87.14%94.51%-
XYZ52.4925.9784.68-
YUV117.62197.07216.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 31 (12.5% from 255) = 6.05%
BLUE value IS 240 (94.14% from 255) = 46.88%
R=47.07%
G=6.05%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413124000.870.000.05300.2988.2453.33
HexF11FF00570512c5835
Octal3613736001270545413065
Binary1111000111111111100000101011101011001011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11FF0; }

 p { color: rgb(241,31,240); }

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

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

 a { background-color: rgb(241,31,240); }

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

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

 span { border-color: rgb(241,31,240); }

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