Html Css Color HEX #FF06ED Magenta

📋 copy color: '#FF06ED'

red 255 ◦ green 6 ◦ blue 237

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

Shades of Magenta #FF06ED

Tints of Magenta #FF06ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

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

R = 51.2%
G = 1.2%
B = 47.59%

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

#FF06ED (or 0xFF06ED) is known color: Magenta. HEX triplet: FF, 06 and ED. RGB value is (255,6,237). Sum of RGB (Red+Green+Blue) = 255+6+237=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06ED is #00F912. Grayscale: #6A6A6A. Windows color (decimal): -63763 or 15533823. OLE color: 15533823.

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

Color convert

RGB 255 6 237 -
CMYK 0 0.98 0.07 0
HSL 304.34º 1% 0.51% -
HSV(B) 304.34º 0.98% 1% -
XYZ 56.59 27.5 82.45 -
YUV 106.79 201.49 233.72 -
System Red Green Blue C M Y K H S L
Decimal 255 6 237 0 0.98 0.07 0 304.34 1 0.51
Hex FF 6 ED 0 62 7 0 130 64 33
Octal 377 6 355 0 142 7 0 460 144 63
Binary 11111111 110 11101101 0 1100010 111 0 100110000 1100100 110011

Color Harmonies of #FF06ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06ED

Black with #FF06ED

Text Example


Text Example

White with #FF06ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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