Html Css Color HEX #F520EA Magenta

📋 copy color: '#F520EA'

red 245 ◦ green 32 ◦ blue 234

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

Shades of Magenta #F520EA

Tints of Magenta #F520EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 47.95%
G = 6.26%
B = 45.79%

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

#F520EA (or 0xF520EA) is known color: Magenta. HEX triplet: F5, 20 and EA. RGB value is (245,32,234). Sum of RGB (Red+Green+Blue) = 245+32+234=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F520EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520EA is #0ADF15. Grayscale: #767676. Windows color (decimal): -712470 or 15343861. OLE color: 15343861.

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

Color convert

RGB 245 32 234 -
CMYK 0 0.87 0.04 0.04
HSL 303.1º 0.91% 0.54% -
HSV(B) 303.1º 0.87% 0.96% -
XYZ 53.02 26.39 80.14 -
YUV 118.72 193.07 218.07 -
System Red Green Blue C M Y K H S L
Decimal 245 32 234 0 0.87 0.04 0.04 303.1 0.91 0.54
Hex F5 20 EA 0 57 4 4 12F 5B 36
Octal 365 40 352 0 127 4 4 457 133 66
Binary 11110101 100000 11101010 0 1010111 100 100 100101111 1011011 110110

Color Harmonies of #F520EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520EA

Black with #F520EA

Text Example


Text Example

White with #F520EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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