Html Css Color HEX #FE20FD Magenta

📋 copy color: '#FE20FD'

red 254 ◦ green 32 ◦ blue 253

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

Shades of Magenta #FE20FD

Tints of Magenta #FE20FD

RGB

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

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

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

R = 47.12%
G = 5.94%
B = 46.94%

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

#FE20FD (or 0xFE20FD) is known color: Magenta. HEX triplet: FE, 20 and FD. RGB value is (254,32,253). Sum of RGB (Red+Green+Blue) = 254+32+253=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 32 (12.89% from 255 or 5.94% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20FD is #01DF02. Grayscale: #7A7A7A. Windows color (decimal): -122627 or 16589054. OLE color: 16589054.

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

Color convert

RGB 254 32 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.12 29.2 95.45 -
YUV 123.57 201.05 221.03 -
System Red Green Blue C M Y K H S L
Decimal 254 32 253 0 0.87 0.00 0.00 300.27 0.99 0.56
Hex FE 20 FD 0 57 0 0 12C 63 38
Octal 376 40 375 0 127 0 0 454 143 70
Binary 11111110 100000 11111101 0 1010111 0 0 100101100 1100011 111000

Color Harmonies of #FE20FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20FD

Black with #FE20FD

Text Example


Text Example

White with #FE20FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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