#fd0fe6

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

Shades of Magenta #FD0FE6

Tints of Magenta #FD0FE6

Color information

#FD0FE6 (or 0xFD0FE6) is unknown color: approx Magenta. HEX triplet: FD, 0F and E6. RGB value is (253,15,230). Sum of RGB (Red+Green+Blue) = 253+15+230=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FE6 is #02F019. Grayscale: #6E6E6E. Windows color (decimal): -192538 or 15077373. OLE color: 15077373.

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

Color convert

RGB25315230-
CMYK00.940.090.01
HSL305.8º98.35%52.55%-
HSV(B)305.8º94.07%99.22%-
XYZ54.9626.9477.17-
YUV110.67195.35229.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 15 (6.25% from 255) = 3.01%
BLUE value IS 230 (90.23% from 255) = 46.18%
R=50.80%
G=3.01%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531523000.940.090.01305.898.3552.55
HexFDFE605E911326235
Octal37517346013611146214265
Binary1111110111111110011001011110100111001100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd0fe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd0fe6; }

 p { color: rgb(253,15,230); }

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

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

 a { background-color: rgb(253,15,230); }

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

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

 span { border-color: rgb(253,15,230); }

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