Html Css Color HEX #F517F0 Magenta

📋 copy color: '#F517F0'

red 245 ◦ green 23 ◦ blue 240

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

Shades of Magenta #F517F0

Tints of Magenta #F517F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 48.23%
G = 4.53%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F517F0 (or 0xF517F0) is known color: Magenta. HEX triplet: F5, 17 and F0. RGB value is (245,23,240). Sum of RGB (Red+Green+Blue) = 245+23+240=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F517F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517F0 is #0AE80F. Grayscale: #717171. Windows color (decimal): -714768 or 15734773. OLE color: 15734773.

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

Color convert

RGB 245 23 240 -
CMYK 0 0.91 0.02 0.04
HSL 301.35º 0.92% 0.53% -
HSV(B) 301.35º 0.91% 0.96% -
XYZ 53.69 26.32 84.69 -
YUV 114.12 199.05 221.36 -
System Red Green Blue C M Y K H S L
Decimal 245 23 240 0 0.91 0.02 0.04 301.35 0.92 0.53
Hex F5 17 F0 0 5B 2 4 12D 5C 35
Octal 365 27 360 0 133 2 4 455 134 65
Binary 11110101 10111 11110000 0 1011011 10 100 100101101 1011100 110101

Color Harmonies of #F517F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517F0

Black with #F517F0

Text Example


Text Example

White with #F517F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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