Html Css Color HEX #F501FE Magenta

📋 copy color: '#F501FE'

red 245 ◦ green 1 ◦ blue 254

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

Shades of Magenta #F501FE

Tints of Magenta #F501FE

RGB

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

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

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

R = 49%
G = 0.2%
B = 50.8%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F501FE (or 0xF501FE) is known color: Magenta. HEX triplet: F5, 01 and FE. RGB value is (245,1,254). Sum of RGB (Red+Green+Blue) = 245+1+254=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #F501FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F501FE is #0AFE01. Grayscale: #666666. Windows color (decimal): -720386 or 16646645. OLE color: 16646645.

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

Color convert

RGB 245 1 254 -
CMYK 0.04 1.00 0 0.00
HSL 297.87º 0.99% 0.5% -
HSV(B) 297.87º 1% 1% -
XYZ 55.56 26.59 95.97 -
YUV 102.8 213.34 229.43 -
System Red Green Blue C M Y K H S L
Decimal 245 1 254 0.04 1.00 0 0.00 297.87 0.99 0.5
Hex F5 1 FE 4 64 0 0 12A 63 32
Octal 365 1 376 4 144 0 0 452 143 62
Binary 11110101 1 11111110 100 1100100 0 0 100101010 1100011 110010

Color Harmonies of #F501FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501FE

Black with #F501FE

Text Example


Text Example

White with #F501FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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