Html Css Color HEX #FE0AF4 Magenta

📋 copy color: '#FE0AF4'

red 254 ◦ green 10 ◦ blue 244

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

Shades of Magenta #FE0AF4

Tints of Magenta #FE0AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.03%

R = 50%
G = 1.97%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE0AF4 (or 0xFE0AF4) is known color: Magenta. HEX triplet: FE, 0A and F4. RGB value is (254,10,244). Sum of RGB (Red+Green+Blue) = 254+10+244=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF4 is #01F50B. Grayscale: #6C6C6C. Windows color (decimal): -128268 or 15993598. OLE color: 15993598.

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

Color convert

RGB 254 10 244 -
CMYK 0 0.96 0.04 0.00
HSL 302.46º 0.99% 0.52% -
HSV(B) 302.46º 0.96% 1% -
XYZ 57.31 27.82 87.94 -
YUV 109.63 203.84 230.97 -
System Red Green Blue C M Y K H S L
Decimal 254 10 244 0 0.96 0.04 0.00 302.46 0.99 0.52
Hex FE A F4 0 60 4 0 12E 63 34
Octal 376 12 364 0 140 4 0 456 143 64
Binary 11111110 1010 11110100 0 1100000 100 0 100101110 1100011 110100

Color Harmonies of #FE0AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AF4

Black with #FE0AF4

Text Example


Text Example

White with #FE0AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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