Html Css Color HEX #FD04DF Hot Magenta

📋 copy color: '#FD04DF'

red 253 ◦ green 4 ◦ blue 223

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

Shades of Hot Magenta #FD04DF

Tints of Hot Magenta #FD04DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 52.71%
G = 0.83%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD04DF (or 0xFD04DF) is known color: Hot Magenta. HEX triplet: FD, 04 and DF. RGB value is (253,4,223). Sum of RGB (Red+Green+Blue) = 253+4+223=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 4 (1.95% from 255 or 0.83% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD04DF is #02FB20. Grayscale: #666666. Windows color (decimal): -195361 or 14615805. OLE color: 14615805.

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

Color convert

RGB 253 4 223 -
CMYK 0 0.98 0.12 0.01
HSL 307.23º 0.98% 0.5% -
HSV(B) 307.23º 0.98% 0.99% -
XYZ 53.87 26.3 72.05 -
YUV 103.42 195.49 234.69 -
System Red Green Blue C M Y K H S L
Decimal 253 4 223 0 0.98 0.12 0.01 307.23 0.98 0.5
Hex FD 4 DF 0 62 C 1 133 62 32
Octal 375 4 337 0 142 14 1 463 142 62
Binary 11111101 100 11011111 0 1100010 1100 1 100110011 1100010 110010

Color Harmonies of #FD04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD04DF

Black with #FD04DF

Text Example


Text Example

White with #FD04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD04DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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