Html Css Color HEX #FF04D5 Hot Magenta

📋 copy color: '#FF04D5'

red 255 ◦ green 4 ◦ blue 213

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

Shades of Hot Magenta #FF04D5

Tints of Hot Magenta #FF04D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 54.03%
G = 0.85%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF04D5 (or 0xFF04D5) is known color: Hot Magenta. HEX triplet: FF, 04 and D5. RGB value is (255,4,213). Sum of RGB (Red+Green+Blue) = 255+4+213=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04D5 is #00FB2A. Grayscale: #666666. Windows color (decimal): -64299 or 13960447. OLE color: 13960447.

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

Color convert

RGB 255 4 213 -
CMYK 0 0.98 0.16 0
HSL 310.04º 1% 0.51% -
HSV(B) 310.04º 0.98% 1% -
XYZ 53.29 26.15 65.19 -
YUV 102.88 190.16 236.51 -
System Red Green Blue C M Y K H S L
Decimal 255 4 213 0 0.98 0.16 0 310.04 1 0.51
Hex FF 4 D5 0 62 10 0 136 64 33
Octal 377 4 325 0 142 20 0 466 144 63
Binary 11111111 100 11010101 0 1100010 10000 0 100110110 1100100 110011

Color Harmonies of #FF04D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04D5

Black with #FF04D5

Text Example


Text Example

White with #FF04D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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