Html Css Color HEX #FF04EE Magenta

📋 copy color: '#FF04EE'

red 255 ◦ green 4 ◦ blue 238

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

Shades of Magenta #FF04EE

Tints of Magenta #FF04EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 51.31%
G = 0.8%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF04EE (or 0xFF04EE) is known color: Magenta. HEX triplet: FF, 04 and EE. RGB value is (255,4,238). Sum of RGB (Red+Green+Blue) = 255+4+238=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 4 (1.95% from 255 or 0.80% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04EE is #00FB11. Grayscale: #696969. Windows color (decimal): -64274 or 15598847. OLE color: 15598847.

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

Color convert

RGB 255 4 238 -
CMYK 0 0.98 0.07 0
HSL 304.06º 1% 0.51% -
HSV(B) 304.06º 0.98% 1% -
XYZ 56.72 27.52 83.21 -
YUV 105.73 202.66 234.47 -
System Red Green Blue C M Y K H S L
Decimal 255 4 238 0 0.98 0.07 0 304.06 1 0.51
Hex FF 4 EE 0 62 7 0 130 64 33
Octal 377 4 356 0 142 7 0 460 144 63
Binary 11111111 100 11101110 0 1100010 111 0 100110000 1100100 110011

Color Harmonies of #FF04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04EE

Black with #FF04EE

Text Example


Text Example

White with #FF04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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