Html Css Color HEX #FE20FF Magenta

📋 copy color: '#FE20FF'

red 254 ◦ green 32 ◦ blue 255

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

Shades of Magenta #FE20FF

Tints of Magenta #FE20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 5.91%

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

R = 46.95%
G = 5.91%
B = 47.13%

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

#FE20FF (or 0xFE20FF) is known color: Magenta. HEX triplet: FE, 20 and FF. RGB value is (254,32,255). Sum of RGB (Red+Green+Blue) = 254+32+255=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 32 (12.89% from 255 or 5.91% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE20FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20FF is #01DF00. Grayscale: #7B7B7B. Windows color (decimal): -122625 or 16720126. OLE color: 16720126.

HSL color Cylindrical-coordinate representation of color #FE20FF: 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 #FE20FF is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 254 32 255 -
CMYK 0.00 0.87 0 0
HSL 299.73º 1% 0.56% -
HSV(B) 299.73º 0.87% 1% -
XYZ 59.44 29.32 97.14 -
YUV 123.8 202.05 220.87 -
System Red Green Blue C M Y K H S L
Decimal 254 32 255 0.00 0.87 0 0 299.73 1 0.56
Hex FE 20 FF 0 57 0 0 12C 64 38
Octal 376 40 377 0 127 0 0 454 144 70
Binary 11111110 100000 11111111 0 1010111 0 0 100101100 1100100 111000

Color Harmonies of #FE20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20FF

Black with #FE20FF

Text Example


Text Example

White with #FE20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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