#FD07FE

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

Shades of Magenta #FD07FE

Tints of Magenta #FD07FE

Color information

#FD07FE (or 0xFD07FE) is unknown color: approx Magenta. HEX triplet: FD, 07 and FE. RGB value is (253,7,254). Sum of RGB (Red+Green+Blue) = 253+7+254=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 7 (3.12% from 255 or 1.36% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD07FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD07FE is #02F801. Grayscale: #6B6B6B. Windows color (decimal): -194562 or 16648189. OLE color: 16648189.

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

Color convert

RGB2537254-
CMYK0.000.9700.00
HSL299.76º99.2%51.18%-
HSV(B)299.76º97.24%99.61%-
XYZ58.4728.1996.13-
YUV108.71210230.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 7 (3.12% from 255) = 1.36%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=49.22%
G=1.36%
B=49.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25372540.000.9700.00299.7699.251.18
HexFD7FE0610012c6333
Octal375737601410045414363
Binary111111011111111111001100001001001011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD07FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD07FE; }

 p { color: rgb(253,7,254); }

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

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

 a { background-color: rgb(253,7,254); }

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

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

 span { border-color: rgb(253,7,254); }

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