#FD1EFF

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

Shades of Magenta #FD1EFF

Tints of Magenta #FD1EFF

Color information

#FD1EFF (or 0xFD1EFF) is unknown color: approx Magenta. HEX triplet: FD, 1E and FF. RGB value is (253,30,255). Sum of RGB (Red+Green+Blue) = 253+30+255=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 30 (12.11% from 255 or 5.58% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EFF is #02E100. Grayscale: #797979. Windows color (decimal): -188673 or 16719613. OLE color: 16719613.

HSL color Cylindrical-coordinate representation of color #FD1EFF: hue angle of 299.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1EFF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25330255-
CMYK0.010.8800
HSL299.47º100%55.88%-
HSV(B)299.47º88.24%100%-
XYZ59.0229.0397.1-
YUV122.33202.88221.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.03%
GREEN value IS 30 (12.11% from 255) = 5.58%
BLUE value IS 255 (100% from 255) = 47.40%
R=47.03%
G=5.58%
B=47.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253302550.010.8800299.4710055.88
HexFD1EFF1580012b6438
Octal3753637711300045314470
Binary11111101111101111111111011000001001010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1EFF; }

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

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

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

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

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

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

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

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