Html Css Color HEX #F517F9 Magenta

📋 copy color: '#F517F9'

red 245 ◦ green 23 ◦ blue 249

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

Shades of Magenta #F517F9

Tints of Magenta #F517F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 47.39%
G = 4.45%
B = 48.16%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F517F9 (or 0xF517F9) is known color: Magenta. HEX triplet: F5, 17 and F9. RGB value is (245,23,249). Sum of RGB (Red+Green+Blue) = 245+23+249=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 23 (9.38% from 255 or 4.45% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #F517F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517F9 is #0AE806. Grayscale: #727272. Windows color (decimal): -714759 or 16324597. OLE color: 16324597.

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

Color convert

RGB 245 23 249 -
CMYK 0.02 0.91 0 0.02
HSL 298.94º 0.95% 0.53% -
HSV(B) 298.94º 0.91% 0.98% -
XYZ 55.06 26.86 91.91 -
YUV 115.14 203.55 220.62 -
System Red Green Blue C M Y K H S L
Decimal 245 23 249 0.02 0.91 0 0.02 298.94 0.95 0.53
Hex F5 17 F9 2 5B 0 2 12B 5F 35
Octal 365 27 371 2 133 0 2 453 137 65
Binary 11110101 10111 11111001 10 1011011 0 10 100101011 1011111 110101

Color Harmonies of #F517F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517F9

Black with #F517F9

Text Example


Text Example

White with #F517F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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