Html Css Color HEX #F519FE Magenta

📋 copy color: '#F519FE'

red 245 ◦ green 25 ◦ blue 254

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

Shades of Magenta #F519FE

Tints of Magenta #F519FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 46.76%
G = 4.77%
B = 48.47%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F519FE (or 0xF519FE) is known color: Magenta. HEX triplet: F5, 19 and FE. RGB value is (245,25,254). Sum of RGB (Red+Green+Blue) = 245+25+254=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 25 (10.16% from 255 or 4.77% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #F519FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519FE is #0AE601. Grayscale: #747474. Windows color (decimal): -714242 or 16652789. OLE color: 16652789.

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

Color convert

RGB 245 25 254 -
CMYK 0.04 0.90 0 0.00
HSL 297.64º 0.99% 0.55% -
HSV(B) 297.64º 0.9% 1% -
XYZ 55.89 27.26 96.08 -
YUV 116.89 205.39 219.38 -
System Red Green Blue C M Y K H S L
Decimal 245 25 254 0.04 0.90 0 0.00 297.64 0.99 0.55
Hex F5 19 FE 4 5A 0 0 12A 63 37
Octal 365 31 376 4 132 0 0 452 143 67
Binary 11110101 11001 11111110 100 1011010 0 0 100101010 1100011 110111

Color Harmonies of #F519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519FE

Black with #F519FE

Text Example


Text Example

White with #F519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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