Html Css Color HEX #FF04D4 Hot Magenta

📋 copy color: '#FF04D4'

red 255 ◦ green 4 ◦ blue 212

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

Shades of Hot Magenta #FF04D4

Tints of Hot Magenta #FF04D4

RGB

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

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

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

R = 54.14%
G = 0.85%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF04D4 (or 0xFF04D4) is known color: Hot Magenta. HEX triplet: FF, 04 and D4. RGB value is (255,4,212). Sum of RGB (Red+Green+Blue) = 255+4+212=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04D4 is #00FB2B. Grayscale: #666666. Windows color (decimal): -64300 or 13894911. OLE color: 13894911.

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

Color convert

RGB 255 4 212 -
CMYK 0 0.98 0.17 0
HSL 310.28º 1% 0.51% -
HSV(B) 310.28º 0.98% 1% -
XYZ 53.17 26.1 64.52 -
YUV 102.76 189.66 236.59 -
System Red Green Blue C M Y K H S L
Decimal 255 4 212 0 0.98 0.17 0 310.28 1 0.51
Hex FF 4 D4 0 62 11 0 136 64 33
Octal 377 4 324 0 142 21 0 466 144 63
Binary 11111111 100 11010100 0 1100010 10001 0 100110110 1100100 110011

Color Harmonies of #FF04D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04D4

Black with #FF04D4

Text Example


Text Example

White with #FF04D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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