Html Css Color HEX #FE0AFE Magenta

📋 copy color: '#FE0AFE'

red 254 ◦ green 10 ◦ blue 254

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

Shades of Magenta #FE0AFE

Tints of Magenta #FE0AFE

RGB

 RED value IS 254 (99.61% from 255) = 49.03%

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 49.03%
G = 1.93%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE0AFE (or 0xFE0AFE) is known color: Magenta. HEX triplet: FE, 0A and FE. RGB value is (254,10,254). Sum of RGB (Red+Green+Blue) = 254+10+254=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 10 (4.30% from 255 or 1.93% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE0AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AFE is #01F501. Grayscale: #6E6E6E. Windows color (decimal): -128258 or 16648958. OLE color: 16648958.

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

Color convert

RGB 254 10 254 -
CMYK 0 0.96 0 0.00
HSL 300º 0.99% 0.52% -
HSV(B) 300º 0.96% 1% -
XYZ 58.87 28.44 96.15 -
YUV 110.77 208.84 230.16 -
System Red Green Blue C M Y K H S L
Decimal 254 10 254 0 0.96 0 0.00 300 0.99 0.52
Hex FE A FE 0 60 0 0 12C 63 34
Octal 376 12 376 0 140 0 0 454 143 64
Binary 11111110 1010 11111110 0 1100000 0 0 100101100 1100011 110100

Color Harmonies of #FE0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AFE

Black with #FE0AFE

Text Example


Text Example

White with #FE0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AFE; }

 p { color: rgb(254,10,254); }

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

background-color css

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

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

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

border-color css

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

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

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