#FD01E5

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

Shades of Hot Magenta #FD01E5

Tints of Hot Magenta #FD01E5

Color information

#FD01E5 (or 0xFD01E5) is unknown color: approx Hot Magenta. HEX triplet: FD, 01 and E5. RGB value is (253,1,229). Sum of RGB (Red+Green+Blue) = 253+1+229=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01E5 is #02FE1A. Grayscale: #656565. Windows color (decimal): -196123 or 15008253. OLE color: 15008253.

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

Color convert

RGB2531229-
CMYK01.000.090.01
HSL305.71º99.21%49.8%-
HSV(B)305.71º99.6%99.22%-
XYZ54.6626.5676.37-
YUV102.34199.49235.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.38%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=52.38%
G=0.21%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253122901.000.090.01305.7199.2149.8
HexFD1E5064911326332
Octal3751345014411146214362
Binary1111110111110010101100100100111001100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD01E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD01E5; }

 p { color: rgb(253,1,229); }

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

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

 a { background-color: rgb(253,1,229); }

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

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

 span { border-color: rgb(253,1,229); }

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