Html Css Color HEX #FF0AE7 Magenta

📋 copy color: '#FF0AE7'

red 255 ◦ green 10 ◦ blue 231

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

Shades of Magenta #FF0AE7

Tints of Magenta #FF0AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 51.41%
G = 2.02%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF0AE7 (or 0xFF0AE7) is known color: Magenta. HEX triplet: FF, 0A and E7. RGB value is (255,10,231). Sum of RGB (Red+Green+Blue) = 255+10+231=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 10 (4.30% from 255 or 2.02% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AE7 is #00F518. Grayscale: #6B6B6B. Windows color (decimal): -62745 or 15141631. OLE color: 15141631.

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

Color convert

RGB 255 10 231 -
CMYK 0 0.96 0.09 0
HSL 305.88º 1% 0.52% -
HSV(B) 305.88º 0.96% 1% -
XYZ 55.77 27.25 77.92 -
YUV 108.45 197.17 232.53 -
System Red Green Blue C M Y K H S L
Decimal 255 10 231 0 0.96 0.09 0 305.88 1 0.52
Hex FF A E7 0 60 9 0 132 64 34
Octal 377 12 347 0 140 11 0 462 144 64
Binary 11111111 1010 11100111 0 1100000 1001 0 100110010 1100100 110100

Color Harmonies of #FF0AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0AE7

Black with #FF0AE7

Text Example


Text Example

White with #FF0AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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