Html Css Color HEX #F519F7 Magenta

📋 copy color: '#F519F7'

red 245 ◦ green 25 ◦ blue 247

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

Shades of Magenta #F519F7

Tints of Magenta #F519F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.78%

R = 47.39%
G = 4.84%
B = 47.78%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F519F7 (or 0xF519F7) is known color: Magenta. HEX triplet: F5, 19 and F7. RGB value is (245,25,247). Sum of RGB (Red+Green+Blue) = 245+25+247=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 25 (10.16% from 255 or 4.84% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #F519F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519F7 is #0AE608. Grayscale: #737373. Windows color (decimal): -714249 or 16194037. OLE color: 16194037.

HSL color Cylindrical-coordinate representation of color #F519F7: hue angle of 299.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519F7 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 25 247 -
CMYK 0.01 0.90 0 0.03
HSL 299.46º 0.93% 0.53% -
HSV(B) 299.46º 0.9% 0.97% -
XYZ 54.79 26.82 90.29 -
YUV 116.09 201.89 219.95 -
System Red Green Blue C M Y K H S L
Decimal 245 25 247 0.01 0.90 0 0.03 299.46 0.93 0.53
Hex F5 19 F7 1 5A 0 3 12B 5D 35
Octal 365 31 367 1 132 0 3 453 135 65
Binary 11110101 11001 11110111 1 1011010 0 11 100101011 1011101 110101

Color Harmonies of #F519F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519F7

Black with #F519F7

Text Example


Text Example

White with #F519F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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