#FF11F9

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

Shades of Magenta #FF11F9

Tints of Magenta #FF11F9

Color information

#FF11F9 (or 0xFF11F9) is unknown color: approx Magenta. HEX triplet: FF, 11 and F9. RGB value is (255,17,249). Sum of RGB (Red+Green+Blue) = 255+17+249=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 17 (7.03% from 255 or 3.26% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11F9 is #00EE06. Grayscale: #717171. Windows color (decimal): -60935 or 16323071. OLE color: 16323071.

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

Color convert

RGB25517249-
CMYK00.930.020
HSL301.51º100%53.33%-
HSV(B)301.51º93.33%100%-
XYZ58.5428.592.04-
YUV114.61203.85228.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 17 (7.03% from 255) = 3.26%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=48.94%
G=3.26%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551724900.930.020301.5110053.33
HexFF11F905D2012e6435
Octal3772137101352045614465
Binary111111111000111111001010111011001001011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11F9; }

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

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

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

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

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

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

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

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