#F521EB

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

Shades of Magenta #F521EB

Tints of Magenta #F521EB

Color information

#F521EB (or 0xF521EB) is unknown color: approx Magenta. HEX triplet: F5, 21 and EB. RGB value is (245,33,235). Sum of RGB (Red+Green+Blue) = 245+33+235=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F521EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521EB is #0ADE14. Grayscale: #767676. Windows color (decimal): -712213 or 15409653. OLE color: 15409653.

HSL color Cylindrical-coordinate representation of color #F521EB: hue angle of 302.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521EB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24533235-
CMYK00.870.040.04
HSL302.83º91.38%54.51%-
HSV(B)302.83º86.53%96.08%-
XYZ53.226.580.91-
YUV119.42193.24217.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 33 (13.28% from 255) = 6.43%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=47.76%
G=6.43%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453323500.870.040.04302.8391.3854.51
HexF521EB0574412f5b37
Octal3654135301274445713367
Binary1111010110000111101011010101111001001001011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F521EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F521EB; }

 p { color: rgb(245,33,235); }

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

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

 a { background-color: rgb(245,33,235); }

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

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

 span { border-color: rgb(245,33,235); }

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