Html Css Color HEX #F519EC Magenta

📋 copy color: '#F519EC'

red 245 ◦ green 25 ◦ blue 236

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

Shades of Magenta #F519EC

Tints of Magenta #F519EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.94%

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

R = 48.42%
G = 4.94%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F519EC (or 0xF519EC) is known color: Magenta. HEX triplet: F5, 19 and EC. RGB value is (245,25,236). Sum of RGB (Red+Green+Blue) = 245+25+236=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F519EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519EC is #0AE613. Grayscale: #727272. Windows color (decimal): -714260 or 15473141. OLE color: 15473141.

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

Color convert

RGB 245 25 236 -
CMYK 0 0.90 0.04 0.04
HSL 302.45º 0.92% 0.53% -
HSV(B) 302.45º 0.9% 0.96% -
XYZ 53.14 26.16 81.61 -
YUV 114.83 196.39 220.84 -
System Red Green Blue C M Y K H S L
Decimal 245 25 236 0 0.90 0.04 0.04 302.45 0.92 0.53
Hex F5 19 EC 0 5A 4 4 12E 5C 35
Octal 365 31 354 0 132 4 4 456 134 65
Binary 11110101 11001 11101100 0 1011010 100 100 100101110 1011100 110101

Color Harmonies of #F519EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519EC

Black with #F519EC

Text Example


Text Example

White with #F519EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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