Html Css Color HEX #F500FD Magenta

📋 copy color: '#F500FD'

red 245 ◦ green 0 ◦ blue 253

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

Shades of Magenta #F500FD

Tints of Magenta #F500FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 49.2%
G = 0%
B = 50.8%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F500FD (or 0xF500FD) is known color: Magenta. HEX triplet: F5, 00 and FD. RGB value is (245,0,253). Sum of RGB (Red+Green+Blue) = 245+0+253=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #F500FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F500FD is #0AFF02. Grayscale: #656565. Windows color (decimal): -720643 or 16580853. OLE color: 16580853.

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

Color convert

RGB 245 0 253 -
CMYK 0.03 1 0 0.01
HSL 298.1º 1% 0.5% -
HSV(B) 298.1º 1% 0.99% -
XYZ 55.39 26.5 95.13 -
YUV 102.1 213.17 229.93 -
System Red Green Blue C M Y K H S L
Decimal 245 0 253 0.03 1 0 0.01 298.1 1 0.5
Hex F5 0 FD 3 64 0 1 12A 64 32
Octal 365 0 375 3 144 0 1 452 144 62
Binary 11110101 0 11111101 11 1100100 0 1 100101010 1100100 110010

Color Harmonies of #F500FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500FD

Black with #F500FD

Text Example


Text Example

White with #F500FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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