Html Css Color HEX #FD00D4 Hot Magenta

📋 copy color: '#FD00D4'

red 253 ◦ green 0 ◦ blue 212

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

Shades of Hot Magenta #FD00D4

Tints of Hot Magenta #FD00D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 54.41%
G = 0%
B = 45.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD00D4 (or 0xFD00D4) is known color: Hot Magenta. HEX triplet: FD, 00 and D4. RGB value is (253,0,212). Sum of RGB (Red+Green+Blue) = 253+0+212=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00D4 is #02FF2B. Grayscale: #636363. Windows color (decimal): -196396 or 13893885. OLE color: 13893885.

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

Color convert

RGB 253 0 212 -
CMYK 0 1 0.16 0.01
HSL 309.72º 1% 0.5% -
HSV(B) 309.72º 1% 0.99% -
XYZ 52.39 25.64 64.47 -
YUV 99.82 191.32 237.26 -
System Red Green Blue C M Y K H S L
Decimal 253 0 212 0 1 0.16 0.01 309.72 1 0.5
Hex FD 0 D4 0 64 10 1 136 64 32
Octal 375 0 324 0 144 20 1 466 144 62
Binary 11111101 0 11010100 0 1100100 10000 1 100110110 1100100 110010

Color Harmonies of #FD00D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00D4

Black with #FD00D4

Text Example


Text Example

White with #FD00D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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