Html Css Color HEX #FE0AF8 Magenta

📋 copy color: '#FE0AF8'

red 254 ◦ green 10 ◦ blue 248

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

Shades of Magenta #FE0AF8

Tints of Magenta #FE0AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.44%

R = 49.61%
G = 1.95%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE0AF8 (or 0xFE0AF8) is known color: Magenta. HEX triplet: FE, 0A and F8. RGB value is (254,10,248). Sum of RGB (Red+Green+Blue) = 254+10+248=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 10 (4.30% from 255 or 1.95% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF8 is #01F507. Grayscale: #6D6D6D. Windows color (decimal): -128264 or 16255742. OLE color: 16255742.

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

Color convert

RGB 254 10 248 -
CMYK 0 0.96 0.02 0.00
HSL 301.48º 0.99% 0.52% -
HSV(B) 301.48º 0.96% 1% -
XYZ 57.92 28.07 91.17 -
YUV 110.09 205.84 230.65 -
System Red Green Blue C M Y K H S L
Decimal 254 10 248 0 0.96 0.02 0.00 301.48 0.99 0.52
Hex FE A F8 0 60 2 0 12D 63 34
Octal 376 12 370 0 140 2 0 455 143 64
Binary 11111110 1010 11111000 0 1100000 10 0 100101101 1100011 110100

Color Harmonies of #FE0AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AF8

Black with #FE0AF8

Text Example


Text Example

White with #FE0AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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