#ff11f5

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

Shades of Magenta #FF11F5

Tints of Magenta #FF11F5

Color information

#FF11F5 (or 0xFF11F5) is unknown color: approx Magenta. HEX triplet: FF, 11 and F5. RGB value is (255,17,245). Sum of RGB (Red+Green+Blue) = 255+17+245=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 17 (7.03% from 255 or 3.29% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11F5 is #00EE0A. Grayscale: #717171. Windows color (decimal): -60939 or 16060927. OLE color: 16060927.

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

Color convert

RGB25517245-
CMYK00.930.040
HSL302.52º100%53.33%-
HSV(B)302.52º93.33%100%-
XYZ57.9228.2588.79-
YUV114.15201.85228.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 17 (7.03% from 255) = 3.29%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=49.32%
G=3.29%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551724500.930.040302.5210053.33
HexFF11F505D4012f6435
Octal3772136501354045714465
Binary1111111110001111101010101110110001001011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff11f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff11f5; }

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

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

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

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

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

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

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

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