#FD0ED6

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

Shades of Hot Magenta #FD0ED6

Tints of Hot Magenta #FD0ED6

Color information

#FD0ED6 (or 0xFD0ED6) is unknown color: approx Hot Magenta. HEX triplet: FD, 0E and D6. RGB value is (253,14,214). Sum of RGB (Red+Green+Blue) = 253+14+214=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ED6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ED6 is #02F129. Grayscale: #6B6B6B. Windows color (decimal): -192810 or 14028541. OLE color: 14028541.

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

Color convert

RGB25314214-
CMYK00.940.150.01
HSL309.79º98.35%52.35%-
HSV(B)309.79º94.47%99.22%-
XYZ52.826.0565.86-
YUV108.26187.68231.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.60%
GREEN value IS 14 (5.86% from 255) = 2.91%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=52.60%
G=2.91%
B=44.49%

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
Decimal2531421400.940.150.01309.7998.3552.35
HexFDED605EF11366234
Octal37516326013617146614264
Binary1111110111101101011001011110111111001101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0ED6; }

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

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

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

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

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

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

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

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