Html Css Color HEX #F511EC Magenta

📋 copy color: '#F511EC'

red 245 ◦ green 17 ◦ blue 236

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

Shades of Magenta #F511EC

Tints of Magenta #F511EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.41%

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

R = 49.2%
G = 3.41%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F511EC (or 0xF511EC) is known color: Magenta. HEX triplet: F5, 11 and EC. RGB value is (245,17,236). Sum of RGB (Red+Green+Blue) = 245+17+236=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 17 (7.03% from 255 or 3.41% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F511EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511EC is #0AEE13. Grayscale: #6D6D6D. Windows color (decimal): -716308 or 15471093. OLE color: 15471093.

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

Color convert

RGB 245 17 236 -
CMYK 0 0.93 0.04 0.04
HSL 302.37º 0.92% 0.51% -
HSV(B) 302.37º 0.93% 0.96% -
XYZ 53 25.87 81.56 -
YUV 110.14 199.04 224.19 -
System Red Green Blue C M Y K H S L
Decimal 245 17 236 0 0.93 0.04 0.04 302.37 0.92 0.51
Hex F5 11 EC 0 5D 4 4 12E 5C 33
Octal 365 21 354 0 135 4 4 456 134 63
Binary 11110101 10001 11101100 0 1011101 100 100 100101110 1011100 110011

Color Harmonies of #F511EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511EC

Black with #F511EC

Text Example


Text Example

White with #F511EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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