#F511FF

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

Shades of Magenta #F511FF

Tints of Magenta #F511FF

Color information

#F511FF (or 0xF511FF) is unknown color: approx Magenta. HEX triplet: F5, 11 and FF. RGB value is (245,17,255). Sum of RGB (Red+Green+Blue) = 245+17+255=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 17 (7.03% from 255 or 3.29% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F511FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511FF is #0AEE00. Grayscale: #6F6F6F. Windows color (decimal): -716289 or 16716277. OLE color: 16716277.

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

Color convert

RGB24517255-
CMYK0.040.9300
HSL297.48º100%53.33%-
HSV(B)297.48º93.33%100%-
XYZ55.9127.0396.88-
YUV112.3208.54222.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245172550.040.9300297.4810053.33
HexF511FF45D001296435
Octal3652137741350045114465
Binary1111010110001111111111001011101001001010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F511FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F511FF; }

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

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

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

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

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

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

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

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