Html Css Color HEX #F500FF Magenta

📋 copy color: '#F500FF'

red 245 ◦ green 0 ◦ blue 255

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

Shades of Magenta #F500FF

Tints of Magenta #F500FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49%
G = 0%
B = 51%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F500FF (or 0xF500FF) is known color: Magenta. HEX triplet: F5, 00 and FF. RGB value is (245,0,255). Sum of RGB (Red+Green+Blue) = 245+0+255=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #F500FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F500FF is #0AFF00. Grayscale: #656565. Windows color (decimal): -720641 or 16711925. OLE color: 16711925.

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

Color convert

RGB 245 0 255 -
CMYK 0.04 1 0 0
HSL 297.65º 1% 0.5% -
HSV(B) 297.65º 1% 1% -
XYZ 55.71 26.63 96.81 -
YUV 102.33 214.17 229.77 -
System Red Green Blue C M Y K H S L
Decimal 245 0 255 0.04 1 0 0 297.65 1 0.5
Hex F5 0 FF 4 64 0 0 12A 64 32
Octal 365 0 377 4 144 0 0 452 144 62
Binary 11110101 0 11111111 100 1100100 0 0 100101010 1100100 110010

Color Harmonies of #F500FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500FF

Black with #F500FF

Text Example


Text Example

White with #F500FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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