Html Css Color HEX #FE21FF Magenta

📋 copy color: '#FE21FF'

red 254 ◦ green 33 ◦ blue 255

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

Shades of Magenta #FE21FF

Tints of Magenta #FE21FF

RGB

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

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

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

R = 46.86%
G = 6.09%
B = 47.05%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE21FF (or 0xFE21FF) is known color: Magenta. HEX triplet: FE, 21 and FF. RGB value is (254,33,255). Sum of RGB (Red+Green+Blue) = 254+33+255=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 33 (13.28% from 255 or 6.09% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE21FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21FF is #01DE00. Grayscale: #7B7B7B. Windows color (decimal): -122369 or 16720382. OLE color: 16720382.

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

Color convert

RGB 254 33 255 -
CMYK 0.00 0.87 0 0
HSL 299.73º 1% 0.56% -
HSV(B) 299.73º 0.87% 1% -
XYZ 59.47 29.38 97.14 -
YUV 124.39 201.72 220.45 -
System Red Green Blue C M Y K H S L
Decimal 254 33 255 0.00 0.87 0 0 299.73 1 0.56
Hex FE 21 FF 0 57 0 0 12C 64 38
Octal 376 41 377 0 127 0 0 454 144 70
Binary 11111110 100001 11111111 0 1010111 0 0 100101100 1100100 111000

Color Harmonies of #FE21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE21FF

Black with #FE21FF

Text Example


Text Example

White with #FE21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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