#fe2cfd

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

Shades of Magenta #FE2CFD

Tints of Magenta #FE2CFD

Color information

#FE2CFD (or 0xFE2CFD) is unknown color: approx Magenta. HEX triplet: FE, 2C and FD. RGB value is (254,44,253). Sum of RGB (Red+Green+Blue) = 254+44+253=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 44 (17.58% from 255 or 7.99% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2CFD is #01D302. Grayscale: #818181. Windows color (decimal): -119555 or 16592126. OLE color: 16592126.

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

Color convert

RGB25444253-
CMYK00.830.000.00
HSL300.29º99.06%58.43%-
HSV(B)300.29º82.68%99.61%-
XYZ59.529.9695.58-
YUV130.62197.07216.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 44 (17.58% from 255) = 7.99%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=46.10%
G=7.99%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544425300.830.000.00300.2999.0658.43
HexFE2CFD0530012c633a
Octal3765437501230045414372
Binary111111101011001111110101010011001001011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe2cfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe2cfd; }

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

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

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

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

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

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

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

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