Html Css Color HEX #FD00D9 Hot Magenta

📋 copy color: '#FD00D9'

red 253 ◦ green 0 ◦ blue 217

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

Shades of Hot Magenta #FD00D9

Tints of Hot Magenta #FD00D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 53.83%
G = 0%
B = 46.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FD00D9 (or 0xFD00D9) is known color: Hot Magenta. HEX triplet: FD, 00 and D9. RGB value is (253,0,217). Sum of RGB (Red+Green+Blue) = 253+0+217=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00D9 is #02FF26. Grayscale: #636363. Windows color (decimal): -196391 or 14221565. OLE color: 14221565.

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

Color convert

RGB 253 0 217 -
CMYK 0 1 0.14 0.01
HSL 308.54º 1% 0.5% -
HSV(B) 308.54º 1% 0.99% -
XYZ 53.03 25.89 67.85 -
YUV 100.39 193.82 236.86 -
System Red Green Blue C M Y K H S L
Decimal 253 0 217 0 1 0.14 0.01 308.54 1 0.5
Hex FD 0 D9 0 64 E 1 135 64 32
Octal 375 0 331 0 144 16 1 465 144 62
Binary 11111101 0 11011001 0 1100100 1110 1 100110101 1100100 110010

Color Harmonies of #FD00D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00D9

Black with #FD00D9

Text Example


Text Example

White with #FD00D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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