#FD01D5

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

Shades of Hot Magenta #FD01D5

Tints of Hot Magenta #FD01D5

Color information

#FD01D5 (or 0xFD01D5) is unknown color: approx Hot Magenta. HEX triplet: FD, 01 and D5. RGB value is (253,1,213). Sum of RGB (Red+Green+Blue) = 253+1+213=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01D5 is #02FE2A. Grayscale: #636363. Windows color (decimal): -196139 or 13959677. OLE color: 13959677.

HSL color Cylindrical-coordinate representation of color #FD01D5: hue angle of 309.52º 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 #FD01D5 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB2531213-
CMYK01.000.160.01
HSL309.52º99.21%49.8%-
HSV(B)309.52º99.6%99.22%-
XYZ52.5325.7165.14-
YUV100.52191.49236.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.18%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 213 (83.59% from 255) = 45.61%
R=54.18%
G=0.21%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253121301.000.160.01309.5299.2149.8
HexFD1D50641011366332
Octal3751325014420146614362
Binary11111101111010101011001001000011001101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD01D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD01D5; }

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

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

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

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

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

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

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

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