Html Css Color HEX #F501FC Magenta

📋 copy color: '#F501FC'

red 245 ◦ green 1 ◦ blue 252

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

Shades of Magenta #F501FC

Tints of Magenta #F501FC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 49.2%
G = 0.2%
B = 50.6%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F501FC (or 0xF501FC) is known color: Magenta. HEX triplet: F5, 01 and FC. RGB value is (245,1,252). Sum of RGB (Red+Green+Blue) = 245+1+252=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 1 (0.78% from 255 or 0.20% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #F501FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F501FC is #0AFE03. Grayscale: #656565. Windows color (decimal): -720388 or 16515573. OLE color: 16515573.

HSL color Cylindrical-coordinate representation of color #F501FC: hue angle of 298.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501FC is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 1 252 -
CMYK 0.03 1.00 0 0.01
HSL 298.33º 0.99% 0.5% -
HSV(B) 298.33º 1% 0.99% -
XYZ 55.24 26.46 94.29 -
YUV 102.57 212.34 229.59 -
System Red Green Blue C M Y K H S L
Decimal 245 1 252 0.03 1.00 0 0.01 298.33 0.99 0.5
Hex F5 1 FC 3 64 0 1 12A 63 32
Octal 365 1 374 3 144 0 1 452 143 62
Binary 11110101 1 11111100 11 1100100 0 1 100101010 1100011 110010

Color Harmonies of #F501FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501FC

Black with #F501FC

Text Example


Text Example

White with #F501FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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