Html Css Color HEX #F517ED Magenta

📋 copy color: '#F517ED'

red 245 ◦ green 23 ◦ blue 237

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

Shades of Magenta #F517ED

Tints of Magenta #F517ED

RGB

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

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

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

R = 48.51%
G = 4.55%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F517ED (or 0xF517ED) is known color: Magenta. HEX triplet: F5, 17 and ED. RGB value is (245,23,237). Sum of RGB (Red+Green+Blue) = 245+23+237=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F517ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517ED is #0AE812. Grayscale: #717171. Windows color (decimal): -714771 or 15538165. OLE color: 15538165.

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

Color convert

RGB 245 23 237 -
CMYK 0 0.91 0.03 0.04
HSL 302.16º 0.92% 0.53% -
HSV(B) 302.16º 0.91% 0.96% -
XYZ 53.25 26.14 82.36 -
YUV 113.77 197.55 221.6 -
System Red Green Blue C M Y K H S L
Decimal 245 23 237 0 0.91 0.03 0.04 302.16 0.92 0.53
Hex F5 17 ED 0 5B 3 4 12E 5C 35
Octal 365 27 355 0 133 3 4 456 134 65
Binary 11110101 10111 11101101 0 1011011 11 100 100101110 1011100 110101

Color Harmonies of #F517ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517ED

Black with #F517ED

Text Example


Text Example

White with #F517ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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