Html Css Color HEX #FF04D1 Hot Magenta

📋 copy color: '#FF04D1'

red 255 ◦ green 4 ◦ blue 209

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

Shades of Hot Magenta #FF04D1

Tints of Hot Magenta #FF04D1

RGB

 RED value IS 255 (100% from 255) = 54.49%

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 54.49%
G = 0.85%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF04D1 (or 0xFF04D1) is known color: Hot Magenta. HEX triplet: FF, 04 and D1. RGB value is (255,4,209). Sum of RGB (Red+Green+Blue) = 255+4+209=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04D1 is #00FB2E. Grayscale: #656565. Windows color (decimal): -64303 or 13698303. OLE color: 13698303.

HSL color Cylindrical-coordinate representation of color #FF04D1: hue angle of 311º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04D1 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 209 -
CMYK 0 0.98 0.18 0
HSL 311º 1% 0.51% -
HSV(B) 311º 0.98% 1% -
XYZ 52.79 25.95 62.55 -
YUV 102.42 188.16 236.83 -
System Red Green Blue C M Y K H S L
Decimal 255 4 209 0 0.98 0.18 0 311 1 0.51
Hex FF 4 D1 0 62 12 0 137 64 33
Octal 377 4 321 0 142 22 0 467 144 63
Binary 11111111 100 11010001 0 1100010 10010 0 100110111 1100100 110011

Color Harmonies of #FF04D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04D1

Black with #FF04D1

Text Example


Text Example

White with #FF04D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04D1; }

 p { color: rgb(255,4,209); }

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

background-color css

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

 a { background-color: rgb(255,4,209); }

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

border-color css

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

 span { border-color: rgb(255,4,209); }

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