#F503FD

Color #F503FD Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F503FD

Tints of Magenta #F503FD

Color information

#F503FD (or 0xF503FD) is unknown color: approx Magenta. HEX triplet: F5, 03 and FD. RGB value is (245,3,253). Sum of RGB (Red+Green+Blue) = 245+3+253=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 3 (1.56% from 255 or 0.60% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #F503FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503FD is #0AFC02. Grayscale: #676767. Windows color (decimal): -719875 or 16581621. OLE color: 16581621.

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

Color convert

RGB2453253-
CMYK0.030.9900.01
HSL298.08º98.43%50.2%-
HSV(B)298.08º98.81%99.22%-
XYZ55.4226.5795.14-
YUV103.86212.17228.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.90%
GREEN value IS 3 (1.56% from 255) = 0.60%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=48.90%
G=0.60%
B=50.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal24532530.030.9900.01298.0898.4350.2
HexF53FD3630112a6232
Octal365337531430145214262
Binary111101011111111101111100011011001010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F503FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F503FD; }

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

 H1.HeaderClassName
 {
   color: #F503FD;
 }
 .AnyTagClassName
 {
   color: #F503FD;
 }
</style>
background-color css

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

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

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

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

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

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