#F521FE

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

Shades of Magenta #F521FE

Tints of Magenta #F521FE

Color information

#F521FE (or 0xF521FE) is unknown color: approx Magenta. HEX triplet: F5, 21 and FE. RGB value is (245,33,254). Sum of RGB (Red+Green+Blue) = 245+33+254=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 33 (13.28% from 255 or 6.20% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #F521FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521FE is #0ADE01. Grayscale: #787878. Windows color (decimal): -712194 or 16654837. OLE color: 16654837.

HSL color Cylindrical-coordinate representation of color #F521FE: hue angle of 297.56º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521FE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24533254-
CMYK0.040.8700.00
HSL297.56º99.1%56.27%-
HSV(B)297.56º87.01%99.61%-
XYZ56.0927.6696.15-
YUV121.58202.74216.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 33 (13.28% from 255) = 6.20%
BLUE value IS 254 (99.61% from 255) = 47.74%
R=46.05%
G=6.20%
B=47.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal245332540.040.8700.00297.5699.156.27
HexF521FE4570012a6338
Octal3654137641270045214370
Binary11110101100001111111101001010111001001010101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F521FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F521FE; }

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

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

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

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

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

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

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

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