Html Css Color HEX #FE0AF1 Magenta

📋 copy color: '#FE0AF1'

red 254 ◦ green 10 ◦ blue 241

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

Shades of Magenta #FE0AF1

Tints of Magenta #FE0AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.72%

R = 50.3%
G = 1.98%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE0AF1 (or 0xFE0AF1) is known color: Magenta. HEX triplet: FE, 0A and F1. RGB value is (254,10,241). Sum of RGB (Red+Green+Blue) = 254+10+241=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 10 (4.30% from 255 or 1.98% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF1 is #01F50E. Grayscale: #6C6C6C. Windows color (decimal): -128271 or 15796990. OLE color: 15796990.

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

Color convert

RGB 254 10 241 -
CMYK 0 0.96 0.05 0.00
HSL 303.2º 0.99% 0.52% -
HSV(B) 303.2º 0.96% 1% -
XYZ 56.86 27.64 85.56 -
YUV 109.29 202.34 231.22 -
System Red Green Blue C M Y K H S L
Decimal 254 10 241 0 0.96 0.05 0.00 303.2 0.99 0.52
Hex FE A F1 0 60 5 0 12F 63 34
Octal 376 12 361 0 140 5 0 457 143 64
Binary 11111110 1010 11110001 0 1100000 101 0 100101111 1100011 110100

Color Harmonies of #FE0AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AF1

Black with #FE0AF1

Text Example


Text Example

White with #FE0AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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