Html Css Color HEX #F511EB Magenta

📋 copy color: '#F511EB'

red 245 ◦ green 17 ◦ blue 235

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

Shades of Magenta #F511EB

Tints of Magenta #F511EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 49.3%
G = 3.42%
B = 47.28%

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

#F511EB (or 0xF511EB) is known color: Magenta. HEX triplet: F5, 11 and EB. RGB value is (245,17,235). Sum of RGB (Red+Green+Blue) = 245+17+235=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F511EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511EB is #0AEE14. Grayscale: #6D6D6D. Windows color (decimal): -716309 or 15405557. OLE color: 15405557.

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

Color convert

RGB 245 17 235 -
CMYK 0 0.93 0.04 0.04
HSL 302.63º 0.92% 0.51% -
HSV(B) 302.63º 0.93% 0.96% -
XYZ 52.85 25.81 80.79 -
YUV 110.02 198.54 224.27 -
System Red Green Blue C M Y K H S L
Decimal 245 17 235 0 0.93 0.04 0.04 302.63 0.92 0.51
Hex F5 11 EB 0 5D 4 4 12F 5C 33
Octal 365 21 353 0 135 4 4 457 134 63
Binary 11110101 10001 11101011 0 1011101 100 100 100101111 1011100 110011

Color Harmonies of #F511EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511EB

Black with #F511EB

Text Example


Text Example

White with #F511EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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