Html Css Color HEX #FD04DD Hot Magenta

📋 copy color: '#FD04DD'

red 253 ◦ green 4 ◦ blue 221

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

Shades of Hot Magenta #FD04DD

Tints of Hot Magenta #FD04DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.84%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 52.93%
G = 0.84%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD04DD (or 0xFD04DD) is known color: Hot Magenta. HEX triplet: FD, 04 and DD. RGB value is (253,4,221). Sum of RGB (Red+Green+Blue) = 253+4+221=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD04DD is #02FB22. Grayscale: #666666. Windows color (decimal): -195363 or 14484733. OLE color: 14484733.

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

Color convert

RGB 253 4 221 -
CMYK 0 0.98 0.13 0.01
HSL 307.71º 0.98% 0.5% -
HSV(B) 307.71º 0.98% 0.99% -
XYZ 53.6 26.19 70.64 -
YUV 103.19 194.49 234.86 -
System Red Green Blue C M Y K H S L
Decimal 253 4 221 0 0.98 0.13 0.01 307.71 0.98 0.5
Hex FD 4 DD 0 62 D 1 134 62 32
Octal 375 4 335 0 142 15 1 464 142 62
Binary 11111101 100 11011101 0 1100010 1101 1 100110100 1100010 110010

Color Harmonies of #FD04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD04DD

Black with #FD04DD

Text Example


Text Example

White with #FD04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD04DD; }

 p { color: rgb(253,4,221); }

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

background-color css

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

 a { background-color: rgb(253,4,221); }

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

border-color css

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

 span { border-color: rgb(253,4,221); }

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