Html Css Color HEX #F511EF Magenta

📋 copy color: '#F511EF'

red 245 ◦ green 17 ◦ blue 239

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

Shades of Magenta #F511EF

Tints of Magenta #F511EF

RGB

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

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

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

R = 48.9%
G = 3.39%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F511EF (or 0xF511EF) is known color: Magenta. HEX triplet: F5, 11 and EF. RGB value is (245,17,239). Sum of RGB (Red+Green+Blue) = 245+17+239=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 17 (7.03% from 255 or 3.39% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F511EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F511EF is #0AEE10. Grayscale: #6D6D6D. Windows color (decimal): -716305 or 15667701. OLE color: 15667701.

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

Color convert

RGB 245 17 239 -
CMYK 0 0.93 0.02 0.04
HSL 301.58º 0.92% 0.51% -
HSV(B) 301.58º 0.93% 0.96% -
XYZ 53.44 26.05 83.87 -
YUV 110.48 200.54 223.95 -
System Red Green Blue C M Y K H S L
Decimal 245 17 239 0 0.93 0.02 0.04 301.58 0.92 0.51
Hex F5 11 EF 0 5D 2 4 12E 5C 33
Octal 365 21 357 0 135 2 4 456 134 63
Binary 11110101 10001 11101111 0 1011101 10 100 100101110 1011100 110011

Color Harmonies of #F511EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511EF

Black with #F511EF

Text Example


Text Example

White with #F511EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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