Html Css Color HEX #FF06E6 Magenta

📋 copy color: '#FF06E6'

red 255 ◦ green 6 ◦ blue 230

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

Shades of Magenta #FF06E6

Tints of Magenta #FF06E6

RGB

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

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

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

R = 51.93%
G = 1.22%
B = 46.84%

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

#FF06E6 (or 0xFF06E6) is known color: Magenta. HEX triplet: FF, 06 and E6. RGB value is (255,6,230). Sum of RGB (Red+Green+Blue) = 255+6+230=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06E6 is #00F919. Grayscale: #696969. Windows color (decimal): -63770 or 15075071. OLE color: 15075071.

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

Color convert

RGB 255 6 230 -
CMYK 0 0.98 0.10 0
HSL 306.02º 1% 0.51% -
HSV(B) 306.02º 0.98% 1% -
XYZ 55.59 27.1 77.16 -
YUV 105.99 197.99 234.29 -
System Red Green Blue C M Y K H S L
Decimal 255 6 230 0 0.98 0.10 0 306.02 1 0.51
Hex FF 6 E6 0 62 A 0 132 64 33
Octal 377 6 346 0 142 12 0 462 144 63
Binary 11111111 110 11100110 0 1100010 1010 0 100110010 1100100 110011

Color Harmonies of #FF06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06E6

Black with #FF06E6

Text Example


Text Example

White with #FF06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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