#FD0FD4

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

Shades of Hot Magenta #FD0FD4

Tints of Hot Magenta #FD0FD4

Color information

#FD0FD4 (or 0xFD0FD4) is unknown color: approx Hot Magenta. HEX triplet: FD, 0F and D4. RGB value is (253,15,212). Sum of RGB (Red+Green+Blue) = 253+15+212=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FD4 is #02F02B. Grayscale: #6C6C6C. Windows color (decimal): -192556 or 13897725. OLE color: 13897725.

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

Color convert

RGB25315212-
CMYK00.940.160.01
HSL310.34º98.35%52.55%-
HSV(B)310.34º94.07%99.22%-
XYZ52.5625.9864.53-
YUV108.62186.35230.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.71%
GREEN value IS 15 (6.25% from 255) = 3.12%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=52.71%
G=3.12%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531521200.940.160.01310.3498.3552.55
HexFDFD405E1011366235
Octal37517324013620146614265
Binary11111101111111010100010111101000011001101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0FD4; }

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

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

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

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

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

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

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

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