#FD11F5

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

Shades of Magenta #FD11F5

Tints of Magenta #FD11F5

Color information

#FD11F5 (or 0xFD11F5) is unknown color: approx Magenta. HEX triplet: FD, 11 and F5. RGB value is (253,17,245). Sum of RGB (Red+Green+Blue) = 253+17+245=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 17 (7.03% from 255 or 3.30% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD11F5 is #02EE0A. Grayscale: #707070. Windows color (decimal): -192011 or 16060925. OLE color: 16060925.

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

Color convert

RGB25317245-
CMYK00.930.030.01
HSL302.03º98.33%52.94%-
HSV(B)302.03º93.28%99.22%-
XYZ57.1927.8888.75-
YUV113.56202.19227.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 17 (7.03% from 255) = 3.30%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=49.13%
G=3.30%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531724500.930.030.01302.0398.3352.94
HexFD11F505D3112e6235
Octal3752136501353145614265
Binary111111011000111110101010111011111001011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD11F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD11F5; }

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

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

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

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

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

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

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

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