#FF11FA

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

Shades of Magenta #FF11FA

Tints of Magenta #FF11FA

Color information

#FF11FA (or 0xFF11FA) is unknown color: approx Magenta. HEX triplet: FF, 11 and FA. RGB value is (255,17,250). Sum of RGB (Red+Green+Blue) = 255+17+250=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 17 (7.03% from 255 or 3.26% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11FA is #00EE05. Grayscale: #727272. Windows color (decimal): -60934 or 16388607. OLE color: 16388607.

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

Color convert

RGB25517250-
CMYK00.930.020
HSL301.26º100%53.33%-
HSV(B)301.26º93.33%100%-
XYZ58.728.5692.86-
YUV114.72204.35228.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 17 (7.03% from 255) = 3.26%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=48.85%
G=3.26%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551725000.930.020301.2610053.33
HexFF11FA05D2012d6435
Octal3772137201352045514465
Binary111111111000111111010010111011001001011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11FA; }

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

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

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

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

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

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

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

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