Html Css Color HEX #FD00DC Hot Magenta

📋 copy color: '#FD00DC'

red 253 ◦ green 0 ◦ blue 220

#FD00DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #FD00DC

Tints of Hot Magenta #FD00DC

RGB

 RED value IS 253 (99.22% from 255) = 53.49%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 53.49%
G = 0%
B = 46.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD00DC (or 0xFD00DC) is known color: Hot Magenta. HEX triplet: FD, 00 and DC. RGB value is (253,0,220). Sum of RGB (Red+Green+Blue) = 253+0+220=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00DC is #02FF23. Grayscale: #646464. Windows color (decimal): -196388 or 14418173. OLE color: 14418173.

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

Color convert

RGB 253 0 220 -
CMYK 0 1 0.13 0.01
HSL 307.83º 1% 0.5% -
HSV(B) 307.83º 1% 0.99% -
XYZ 53.43 26.05 69.92 -
YUV 100.73 195.32 236.61 -
System Red Green Blue C M Y K H S L
Decimal 253 0 220 0 1 0.13 0.01 307.83 1 0.5
Hex FD 0 DC 0 64 D 1 134 64 32
Octal 375 0 334 0 144 15 1 464 144 62
Binary 11111101 0 11011100 0 1100100 1101 1 100110100 1100100 110010

Color Harmonies of #FD00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00DC

Black with #FD00DC

Text Example


Text Example

White with #FD00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00DC; }

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

 H1.HeaderClassName
 {
   color: #FD00DC;
 }
 .AnyTagClassName
 {
   color: #FD00DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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