Html Css Color HEX #FF0AEB Magenta

📋 copy color: '#FF0AEB'

red 255 ◦ green 10 ◦ blue 235

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

Shades of Magenta #FF0AEB

Tints of Magenta #FF0AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 51%
G = 2%
B = 47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF0AEB (or 0xFF0AEB) is known color: Magenta. HEX triplet: FF, 0A and EB. RGB value is (255,10,235). Sum of RGB (Red+Green+Blue) = 255+10+235=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 10 (4.30% from 255 or 2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AEB is #00F514. Grayscale: #6C6C6C. Windows color (decimal): -62741 or 15403775. OLE color: 15403775.

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

Color convert

RGB 255 10 235 -
CMYK 0 0.96 0.08 0
HSL 304.9º 1% 0.52% -
HSV(B) 304.9º 0.96% 1% -
XYZ 56.34 27.48 80.93 -
YUV 108.91 199.17 232.2 -
System Red Green Blue C M Y K H S L
Decimal 255 10 235 0 0.96 0.08 0 304.9 1 0.52
Hex FF A EB 0 60 8 0 131 64 34
Octal 377 12 353 0 140 10 0 461 144 64
Binary 11111111 1010 11101011 0 1100000 1000 0 100110001 1100100 110100

Color Harmonies of #FF0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0AEB

Black with #FF0AEB

Text Example


Text Example

White with #FF0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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