Html Css Color HEX #FE0AF7 Magenta

📋 copy color: '#FE0AF7'

red 254 ◦ green 10 ◦ blue 247

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

Shades of Magenta #FE0AF7

Tints of Magenta #FE0AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.34%

R = 49.71%
G = 1.96%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE0AF7 (or 0xFE0AF7) is known color: Magenta. HEX triplet: FE, 0A and F7. RGB value is (254,10,247). Sum of RGB (Red+Green+Blue) = 254+10+247=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 10 (4.30% from 255 or 1.96% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF7 is #01F508. Grayscale: #6D6D6D. Windows color (decimal): -128265 or 16190206. OLE color: 16190206.

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

Color convert

RGB 254 10 247 -
CMYK 0 0.96 0.03 0.00
HSL 301.72º 0.99% 0.52% -
HSV(B) 301.72º 0.96% 1% -
XYZ 57.77 28 90.36 -
YUV 109.97 205.34 230.73 -
System Red Green Blue C M Y K H S L
Decimal 254 10 247 0 0.96 0.03 0.00 301.72 0.99 0.52
Hex FE A F7 0 60 3 0 12E 63 34
Octal 376 12 367 0 140 3 0 456 143 64
Binary 11111110 1010 11110111 0 1100000 11 0 100101110 1100011 110100

Color Harmonies of #FE0AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AF7

Black with #FE0AF7

Text Example


Text Example

White with #FE0AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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