Html Css Color HEX #F519FC Magenta

📋 copy color: '#F519FC'

red 245 ◦ green 25 ◦ blue 252

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

Shades of Magenta #F519FC

Tints of Magenta #F519FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 46.93%
G = 4.79%
B = 48.28%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F519FC (or 0xF519FC) is known color: Magenta. HEX triplet: F5, 19 and FC. RGB value is (245,25,252). Sum of RGB (Red+Green+Blue) = 245+25+252=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 25 (10.16% from 255 or 4.79% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #F519FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519FC is #0AE603. Grayscale: #737373. Windows color (decimal): -714244 or 16521717. OLE color: 16521717.

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

Color convert

RGB 245 25 252 -
CMYK 0.03 0.90 0 0.01
HSL 298.15º 0.97% 0.54% -
HSV(B) 298.15º 0.9% 0.99% -
XYZ 55.57 27.14 94.4 -
YUV 116.66 204.39 219.54 -
System Red Green Blue C M Y K H S L
Decimal 245 25 252 0.03 0.90 0 0.01 298.15 0.97 0.54
Hex F5 19 FC 3 5A 0 1 12A 61 36
Octal 365 31 374 3 132 0 1 452 141 66
Binary 11110101 11001 11111100 11 1011010 0 1 100101010 1100001 110110

Color Harmonies of #F519FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F519FC

Black with #F519FC

Text Example


Text Example

White with #F519FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F519FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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