Html Css Color HEX #FE1EFA Magenta

📋 copy color: '#FE1EFA'

red 254 ◦ green 30 ◦ blue 250

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

Shades of Magenta #FE1EFA

Tints of Magenta #FE1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.62%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 47.57%
G = 5.62%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE1EFA (or 0xFE1EFA) is known color: Magenta. HEX triplet: FE, 1E and FA. RGB value is (254,30,250). Sum of RGB (Red+Green+Blue) = 254+30+250=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 30 (12.11% from 255 or 5.62% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EFA is #01E105. Grayscale: #797979. Windows color (decimal): -123142 or 16391934. OLE color: 16391934.

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

Color convert

RGB 254 30 250 -
CMYK 0 0.88 0.02 0.00
HSL 301.07º 0.99% 0.56% -
HSV(B) 301.07º 0.88% 1% -
XYZ 58.59 28.9 92.93 -
YUV 122.06 200.21 222.11 -
System Red Green Blue C M Y K H S L
Decimal 254 30 250 0 0.88 0.02 0.00 301.07 0.99 0.56
Hex FE 1E FA 0 58 2 0 12D 63 38
Octal 376 36 372 0 130 2 0 455 143 70
Binary 11111110 11110 11111010 0 1011000 10 0 100101101 1100011 111000

Color Harmonies of #FE1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1EFA

Black with #FE1EFA

Text Example


Text Example

White with #FE1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1EFA; }

 p { color: rgb(254,30,250); }

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

background-color css

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

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

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

border-color css

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

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

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