#FD00D4

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

Shades of Hot Magenta #FD00D4

Tints of Hot Magenta #FD00D4

Color information

#FD00D4 (or 0xFD00D4) is unknown color: approx Hot Magenta. HEX triplet: FD, 00 and D4. RGB value is (253,0,212). Sum of RGB (Red+Green+Blue) = 253+0+212=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00D4 is #02FF2B. Grayscale: #636363. Windows color (decimal): -196396 or 13893885. OLE color: 13893885.

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

Color convert

RGB2530212-
CMYK010.160.01
HSL309.72º100%49.61%-
HSV(B)309.72º100%99.22%-
XYZ52.3925.6464.47-
YUV99.82191.32237.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=54.41%
G=0%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2530212010.160.01309.7210049.61
HexFD0D40641011366432
Octal3750324014420146614462
Binary11111101011010100011001001000011001101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD00D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD00D4; }

 p { color: rgb(253,0,212); }

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

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

 a { background-color: rgb(253,0,212); }

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

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

 span { border-color: rgb(253,0,212); }

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