#fd0fd6

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

Shades of Hot Magenta #FD0FD6

Tints of Hot Magenta #FD0FD6

Color information

#FD0FD6 (or 0xFD0FD6) is unknown color: approx Hot Magenta. HEX triplet: FD, 0F and D6. RGB value is (253,15,214). Sum of RGB (Red+Green+Blue) = 253+15+214=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FD6 is #02F029. Grayscale: #6C6C6C. Windows color (decimal): -192554 or 14028797. OLE color: 14028797.

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

Color convert

RGB25315214-
CMYK00.940.150.01
HSL309.83º98.35%52.55%-
HSV(B)309.83º94.07%99.22%-
XYZ52.8226.0865.87-
YUV108.85187.35230.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.49%
GREEN value IS 15 (6.25% from 255) = 3.11%
BLUE value IS 214 (83.98% from 255) = 44.40%
R=52.49%
G=3.11%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531521400.940.150.01309.8398.3552.55
HexFDFD605EF11366235
Octal37517326013617146614265
Binary1111110111111101011001011110111111001101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd0fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd0fd6; }

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

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

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

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

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

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

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

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