Html Css Color HEX #FF00ED Magenta

📋 copy color: '#FF00ED'

red 255 ◦ green 0 ◦ blue 237

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

Shades of Magenta #FF00ED

Tints of Magenta #FF00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 51.83%
G = 0%
B = 48.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF00ED (or 0xFF00ED) is known color: Magenta. HEX triplet: FF, 00 and ED. RGB value is (255,0,237). Sum of RGB (Red+Green+Blue) = 255+0+237=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00ED is #00FF12. Grayscale: #666666. Windows color (decimal): -65299 or 15532287. OLE color: 15532287.

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

Color convert

RGB 255 0 237 -
CMYK 0 1 0.07 0
HSL 304.24º 1% 0.5% -
HSV(B) 304.24º 1% 1% -
XYZ 56.53 27.37 82.43 -
YUV 103.26 203.48 236.23 -
System Red Green Blue C M Y K H S L
Decimal 255 0 237 0 1 0.07 0 304.24 1 0.5
Hex FF 0 ED 0 64 7 0 130 64 32
Octal 377 0 355 0 144 7 0 460 144 62
Binary 11111111 0 11101101 0 1100100 111 0 100110000 1100100 110010

Color Harmonies of #FF00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF00ED

Black with #FF00ED

Text Example


Text Example

White with #FF00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF00ED; }

 p { color: rgb(255,0,237); }

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

background-color css

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

 a { background-color: rgb(255,0,237); }

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

border-color css

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

 span { border-color: rgb(255,0,237); }

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