Html Css Color HEX #F520EC Magenta

📋 copy color: '#F520EC'

red 245 ◦ green 32 ◦ blue 236

#F520EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F520EC

Tints of Magenta #F520EC

RGB

 RED value IS 245 (96.09% from 255) = 47.76%

 GREEN value IS 32 (12.89% from 255) = 6.24%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 47.76%
G = 6.24%
B = 46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F520EC (or 0xF520EC) is known color: Magenta. HEX triplet: F5, 20 and EC. RGB value is (245,32,236). Sum of RGB (Red+Green+Blue) = 245+32+236=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F520EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520EC is #0ADF13. Grayscale: #767676. Windows color (decimal): -712468 or 15474933. OLE color: 15474933.

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

Color convert

RGB 245 32 236 -
CMYK 0 0.87 0.04 0.04
HSL 302.54º 0.91% 0.54% -
HSV(B) 302.54º 0.87% 0.96% -
XYZ 53.31 26.5 81.66 -
YUV 118.94 194.07 217.91 -
System Red Green Blue C M Y K H S L
Decimal 245 32 236 0 0.87 0.04 0.04 302.54 0.91 0.54
Hex F5 20 EC 0 57 4 4 12F 5B 36
Octal 365 40 354 0 127 4 4 457 133 66
Binary 11110101 100000 11101100 0 1010111 100 100 100101111 1011011 110110

Color Harmonies of #F520EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520EC

Black with #F520EC

Text Example


Text Example

White with #F520EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520EC; }

 p { color: rgb(245,32,236); }

 H1.HeaderClassName
 {
   color: #F520EC;
 }
 .AnyTagClassName
 {
   color: #F520EC;
 }
</style>

background-color css

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

 a { background-color: rgb(245,32,236); }

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

border-color css

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

 span { border-color: rgb(245,32,236); }

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