Html Css Color HEX #FF06EC Magenta

📋 copy color: '#FF06EC'

red 255 ◦ green 6 ◦ blue 236

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

Shades of Magenta #FF06EC

Tints of Magenta #FF06EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 51.31%
G = 1.21%
B = 47.48%

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

#FF06EC (or 0xFF06EC) is known color: Magenta. HEX triplet: FF, 06 and EC. RGB value is (255,6,236). Sum of RGB (Red+Green+Blue) = 255+6+236=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06EC is #00F913. Grayscale: #6A6A6A. Windows color (decimal): -63764 or 15468287. OLE color: 15468287.

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

Color convert

RGB 255 6 236 -
CMYK 0 0.98 0.07 0
HSL 304.58º 1% 0.51% -
HSV(B) 304.58º 0.98% 1% -
XYZ 56.45 27.45 81.68 -
YUV 106.67 200.99 233.8 -
System Red Green Blue C M Y K H S L
Decimal 255 6 236 0 0.98 0.07 0 304.58 1 0.51
Hex FF 6 EC 0 62 7 0 131 64 33
Octal 377 6 354 0 142 7 0 461 144 63
Binary 11111111 110 11101100 0 1100010 111 0 100110001 1100100 110011

Color Harmonies of #FF06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06EC

Black with #FF06EC

Text Example


Text Example

White with #FF06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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