Html Css Color HEX #FE29FF Magenta

📋 copy color: '#FE29FF'

red 254 ◦ green 41 ◦ blue 255

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

Shades of Magenta #FE29FF

Tints of Magenta #FE29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.45%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 46.18%
G = 7.45%
B = 46.36%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE29FF (or 0xFE29FF) is known color: Magenta. HEX triplet: FE, 29 and FF. RGB value is (254,41,255). Sum of RGB (Red+Green+Blue) = 254+41+255=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 41 (16.41% from 255 or 7.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE29FF is #01D600. Grayscale: #808080. Windows color (decimal): -120321 or 16722430. OLE color: 16722430.

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

Color convert

RGB 254 41 255 -
CMYK 0.00 0.84 0 0
HSL 299.72º 1% 0.58% -
HSV(B) 299.72º 0.84% 1% -
XYZ 59.72 29.88 97.23 -
YUV 129.08 199.07 217.1 -
System Red Green Blue C M Y K H S L
Decimal 254 41 255 0.00 0.84 0 0 299.72 1 0.58
Hex FE 29 FF 0 54 0 0 12C 64 3A
Octal 376 51 377 0 124 0 0 454 144 72
Binary 11111110 101001 11111111 0 1010100 0 0 100101100 1100100 111010

Color Harmonies of #FE29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE29FF

Black with #FE29FF

Text Example


Text Example

White with #FE29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE29FF; }

 p { color: rgb(254,41,255); }

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

background-color css

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

 a { background-color: rgb(254,41,255); }

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

border-color css

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

 span { border-color: rgb(254,41,255); }

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