Html Css Color HEX #F511EA Magenta

📋 copy color: '#F511EA'

red 245 ◦ green 17 ◦ blue 234

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

Shades of Magenta #F511EA

Tints of Magenta #F511EA

RGB

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

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

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

R = 49.4%
G = 3.43%
B = 47.18%

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

#F511EA (or 0xF511EA) is known color: Magenta. HEX triplet: F5, 11 and EA. RGB value is (245,17,234). Sum of RGB (Red+Green+Blue) = 245+17+234=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F511EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511EA is #0AEE15. Grayscale: #6D6D6D. Windows color (decimal): -716310 or 15340021. OLE color: 15340021.

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

Color convert

RGB 245 17 234 -
CMYK 0 0.93 0.04 0.04
HSL 302.89º 0.92% 0.51% -
HSV(B) 302.89º 0.93% 0.96% -
XYZ 52.71 25.75 80.03 -
YUV 109.91 198.04 224.36 -
System Red Green Blue C M Y K H S L
Decimal 245 17 234 0 0.93 0.04 0.04 302.89 0.92 0.51
Hex F5 11 EA 0 5D 4 4 12F 5C 33
Octal 365 21 352 0 135 4 4 457 134 63
Binary 11110101 10001 11101010 0 1011101 100 100 100101111 1011100 110011

Color Harmonies of #F511EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511EA

Black with #F511EA

Text Example


Text Example

White with #F511EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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