Html Css Color HEX #FF04E6 Magenta

📋 copy color: '#FF04E6'

red 255 ◦ green 4 ◦ blue 230

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

Shades of Magenta #FF04E6

Tints of Magenta #FF04E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 52.15%
G = 0.82%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF04E6 (or 0xFF04E6) is known color: Magenta. HEX triplet: FF, 04 and E6. RGB value is (255,4,230). Sum of RGB (Red+Green+Blue) = 255+4+230=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 4 (1.95% from 255 or 0.82% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04E6 is #00FB19. Grayscale: #686868. Windows color (decimal): -64282 or 15074559. OLE color: 15074559.

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

Color convert

RGB 255 4 230 -
CMYK 0 0.98 0.10 0
HSL 305.98º 1% 0.51% -
HSV(B) 305.98º 0.98% 1% -
XYZ 55.57 27.06 77.16 -
YUV 104.81 198.66 235.12 -
System Red Green Blue C M Y K H S L
Decimal 255 4 230 0 0.98 0.10 0 305.98 1 0.51
Hex FF 4 E6 0 62 A 0 132 64 33
Octal 377 4 346 0 142 12 0 462 144 63
Binary 11111111 100 11100110 0 1100010 1010 0 100110010 1100100 110011

Color Harmonies of #FF04E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04E6

Black with #FF04E6

Text Example


Text Example

White with #FF04E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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