Html Css Color HEX #FF0AE6 Magenta

📋 copy color: '#FF0AE6'

red 255 ◦ green 10 ◦ blue 230

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

Shades of Magenta #FF0AE6

Tints of Magenta #FF0AE6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.02%

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

R = 51.52%
G = 2.02%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF0AE6 (or 0xFF0AE6) is known color: Magenta. HEX triplet: FF, 0A and E6. RGB value is (255,10,230). Sum of RGB (Red+Green+Blue) = 255+10+230=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AE6 is #00F519. Grayscale: #6B6B6B. Windows color (decimal): -62746 or 15076095. OLE color: 15076095.

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

Color convert

RGB 255 10 230 -
CMYK 0 0.96 0.10 0
HSL 306.12º 1% 0.52% -
HSV(B) 306.12º 0.96% 1% -
XYZ 55.63 27.19 77.18 -
YUV 108.34 196.67 232.61 -
System Red Green Blue C M Y K H S L
Decimal 255 10 230 0 0.96 0.10 0 306.12 1 0.52
Hex FF A E6 0 60 A 0 132 64 34
Octal 377 12 346 0 140 12 0 462 144 64
Binary 11111111 1010 11100110 0 1100000 1010 0 100110010 1100100 110100

Color Harmonies of #FF0AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0AE6

Black with #FF0AE6

Text Example


Text Example

White with #FF0AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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