Html Css Color HEX #F521EF Magenta

📋 copy color: '#F521EF'

red 245 ◦ green 33 ◦ blue 239

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

Shades of Magenta #F521EF

Tints of Magenta #F521EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.38%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 47.39%
G = 6.38%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F521EF (or 0xF521EF) is known color: Magenta. HEX triplet: F5, 21 and EF. RGB value is (245,33,239). Sum of RGB (Red+Green+Blue) = 245+33+239=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F521EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521EF is #0ADE10. Grayscale: #777777. Windows color (decimal): -712209 or 15671797. OLE color: 15671797.

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

Color convert

RGB 245 33 239 -
CMYK 0 0.87 0.02 0.04
HSL 301.7º 0.91% 0.55% -
HSV(B) 301.7º 0.87% 0.96% -
XYZ 53.78 26.73 83.99 -
YUV 119.87 195.24 217.25 -
System Red Green Blue C M Y K H S L
Decimal 245 33 239 0 0.87 0.02 0.04 301.7 0.91 0.55
Hex F5 21 EF 0 57 2 4 12E 5B 37
Octal 365 41 357 0 127 2 4 456 133 67
Binary 11110101 100001 11101111 0 1010111 10 100 100101110 1011011 110111

Color Harmonies of #F521EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521EF

Black with #F521EF

Text Example


Text Example

White with #F521EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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