Html Css Color HEX #F511ED Magenta

📋 copy color: '#F511ED'

red 245 ◦ green 17 ◦ blue 237

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

Shades of Magenta #F511ED

Tints of Magenta #F511ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 49.1%
G = 3.41%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F511ED (or 0xF511ED) is known color: Magenta. HEX triplet: F5, 11 and ED. RGB value is (245,17,237). Sum of RGB (Red+Green+Blue) = 245+17+237=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F511ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511ED is #0AEE12. Grayscale: #6D6D6D. Windows color (decimal): -716307 or 15536629. OLE color: 15536629.

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

Color convert

RGB 245 17 237 -
CMYK 0 0.93 0.03 0.04
HSL 302.11º 0.92% 0.51% -
HSV(B) 302.11º 0.93% 0.96% -
XYZ 53.14 25.93 82.32 -
YUV 110.25 199.54 224.11 -
System Red Green Blue C M Y K H S L
Decimal 245 17 237 0 0.93 0.03 0.04 302.11 0.92 0.51
Hex F5 11 ED 0 5D 3 4 12E 5C 33
Octal 365 21 355 0 135 3 4 456 134 63
Binary 11110101 10001 11101101 0 1011101 11 100 100101110 1011100 110011

Color Harmonies of #F511ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511ED

Black with #F511ED

Text Example


Text Example

White with #F511ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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