Html Css Color HEX #F518ED Magenta

📋 copy color: '#F518ED'

red 245 ◦ green 24 ◦ blue 237

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

Shades of Magenta #F518ED

Tints of Magenta #F518ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.74%

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

R = 48.42%
G = 4.74%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F518ED (or 0xF518ED) is known color: Magenta. HEX triplet: F5, 18 and ED. RGB value is (245,24,237). Sum of RGB (Red+Green+Blue) = 245+24+237=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F518ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F518ED is #0AE712. Grayscale: #717171. Windows color (decimal): -714515 or 15538421. OLE color: 15538421.

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

Color convert

RGB 245 24 237 -
CMYK 0 0.90 0.03 0.04
HSL 302.17º 0.92% 0.53% -
HSV(B) 302.17º 0.9% 0.96% -
XYZ 53.27 26.18 82.37 -
YUV 114.36 197.22 221.18 -
System Red Green Blue C M Y K H S L
Decimal 245 24 237 0 0.90 0.03 0.04 302.17 0.92 0.53
Hex F5 18 ED 0 5A 3 4 12E 5C 35
Octal 365 30 355 0 132 3 4 456 134 65
Binary 11110101 11000 11101101 0 1011010 11 100 100101110 1011100 110101

Color Harmonies of #F518ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F518ED

Black with #F518ED

Text Example


Text Example

White with #F518ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F518ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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