Html Css Color HEX #F517EC Magenta

📋 copy color: '#F517EC'

red 245 ◦ green 23 ◦ blue 236

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

Shades of Magenta #F517EC

Tints of Magenta #F517EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.56%

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

R = 48.61%
G = 4.56%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F517EC (or 0xF517EC) is known color: Magenta. HEX triplet: F5, 17 and EC. RGB value is (245,23,236). Sum of RGB (Red+Green+Blue) = 245+23+236=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 23 (9.38% from 255 or 4.56% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F517EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517EC is #0AE813. Grayscale: #717171. Windows color (decimal): -714772 or 15472629. OLE color: 15472629.

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

Color convert

RGB 245 23 236 -
CMYK 0 0.91 0.04 0.04
HSL 302.43º 0.92% 0.53% -
HSV(B) 302.43º 0.91% 0.96% -
XYZ 53.1 26.08 81.59 -
YUV 113.66 197.05 221.68 -
System Red Green Blue C M Y K H S L
Decimal 245 23 236 0 0.91 0.04 0.04 302.43 0.92 0.53
Hex F5 17 EC 0 5B 4 4 12E 5C 35
Octal 365 27 354 0 133 4 4 456 134 65
Binary 11110101 10111 11101100 0 1011011 100 100 100101110 1011100 110101

Color Harmonies of #F517EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517EC

Black with #F517EC

Text Example


Text Example

White with #F517EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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