Html Css Color HEX #F519FF Magenta

📋 copy color: '#F519FF'

red 245 ◦ green 25 ◦ blue 255

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

Shades of Magenta #F519FF

Tints of Magenta #F519FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 46.67%
G = 4.76%
B = 48.57%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F519FF (or 0xF519FF) is known color: Magenta. HEX triplet: F5, 19 and FF. RGB value is (245,25,255). Sum of RGB (Red+Green+Blue) = 245+25+255=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 25 (10.16% from 255 or 4.76% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #F519FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519FF is #0AE600. Grayscale: #747474. Windows color (decimal): -714241 or 16718325. OLE color: 16718325.

HSL color Cylindrical-coordinate representation of color #F519FF: hue angle of 297.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519FF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 25 255 -
CMYK 0.04 0.90 0 0
HSL 297.39º 1% 0.55% -
HSV(B) 297.39º 0.9% 1% -
XYZ 56.05 27.33 96.93 -
YUV 117 205.89 219.3 -
System Red Green Blue C M Y K H S L
Decimal 245 25 255 0.04 0.90 0 0 297.39 1 0.55
Hex F5 19 FF 4 5A 0 0 129 64 37
Octal 365 31 377 4 132 0 0 451 144 67
Binary 11110101 11001 11111111 100 1011010 0 0 100101001 1100100 110111

Color Harmonies of #F519FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519FF

Black with #F519FF

Text Example


Text Example

White with #F519FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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