#FD2EFF

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

Shades of Magenta #FD2EFF

Tints of Magenta #FD2EFF

Color information

#FD2EFF (or 0xFD2EFF) is unknown color: approx Magenta. HEX triplet: FD, 2E and FF. RGB value is (253,46,255). Sum of RGB (Red+Green+Blue) = 253+46+255=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 46 (18.36% from 255 or 8.30% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2EFF is #02D100. Grayscale: #838383. Windows color (decimal): -184577 or 16723709. OLE color: 16723709.

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

Color convert

RGB25346255-
CMYK0.010.8200
HSL299.43º100%59.02%-
HSV(B)299.43º81.96%100%-
XYZ59.5430.0697.27-
YUV131.72197.58214.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 46 (18.36% from 255) = 8.30%
BLUE value IS 255 (100% from 255) = 46.03%
R=45.67%
G=8.30%
B=46.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253462550.010.8200299.4310059.02
HexFD2EFF1520012b643b
Octal3755637711220045314473
Binary111111011011101111111111010010001001010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2EFF; }

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

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

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

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

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

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

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

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