#FD00FF

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

Shades of Magenta #FD00FF

Tints of Magenta #FD00FF

Color information

#FD00FF (or 0xFD00FF) is unknown color: approx Magenta. HEX triplet: FD, 00 and FF. RGB value is (253,0,255). Sum of RGB (Red+Green+Blue) = 253+0+255=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 0 (0.39% from 255 or 0% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD00FF is #02FF00. Grayscale: #676767. Windows color (decimal): -196353 or 16711933. OLE color: 16711933.

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

Color convert

RGB2530255-
CMYK0.01100
HSL299.53º100%50%-
HSV(B)299.53º100%100%-
XYZ58.5628.196.95-
YUV104.72212.82233.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 50.20%
R=49.80%
G=0%
B=50.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25302550.01100299.5310050
HexFD0FF1640012c6432
Octal375037711440045414462
Binary1111110101111111111100100001001011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD00FF; }

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

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

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

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

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

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

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

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