#FD03F5

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

Shades of Magenta #FD03F5

Tints of Magenta #FD03F5

Color information

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

HSL color Cylindrical-coordinate representation of color #FD03F5: hue angle of 301.92º 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 #FD03F5 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB2533245-
CMYK00.990.030.01
HSL301.92º98.43%50.2%-
HSV(B)301.92º98.81%99.22%-
XYZ57.0227.5488.7-
YUV105.34206.82233.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253324500.990.030.01301.9298.4350.2
HexFD3F50633112e6232
Octal375336501433145614262
Binary111111011111110101011000111111001011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD03F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD03F5; }

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

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

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

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

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

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

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

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