Html Css Color HEX #FE21FD Magenta

📋 copy color: '#FE21FD'

red 254 ◦ green 33 ◦ blue 253

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

Shades of Magenta #FE21FD

Tints of Magenta #FE21FD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.11%

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 47.04%
G = 6.11%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE21FD (or 0xFE21FD) is known color: Magenta. HEX triplet: FE, 21 and FD. RGB value is (254,33,253). Sum of RGB (Red+Green+Blue) = 254+33+253=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 33 (13.28% from 255 or 6.11% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21FD is #01DE02. Grayscale: #7B7B7B. Windows color (decimal): -122371 or 16589310. OLE color: 16589310.

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

Color convert

RGB 254 33 253 -
CMYK 0 0.87 0.00 0.00
HSL 300.27º 0.99% 0.56% -
HSV(B) 300.27º 0.87% 1% -
XYZ 59.15 29.25 95.46 -
YUV 124.16 200.72 220.61 -
System Red Green Blue C M Y K H S L
Decimal 254 33 253 0 0.87 0.00 0.00 300.27 0.99 0.56
Hex FE 21 FD 0 57 0 0 12C 63 38
Octal 376 41 375 0 127 0 0 454 143 70
Binary 11111110 100001 11111101 0 1010111 0 0 100101100 1100011 111000

Color Harmonies of #FE21FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE21FD

Black with #FE21FD

Text Example


Text Example

White with #FE21FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE21FD; }

 p { color: rgb(254,33,253); }

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

background-color css

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

 a { background-color: rgb(254,33,253); }

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

border-color css

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

 span { border-color: rgb(254,33,253); }

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