Html Css Color HEX #FE20F6 Magenta

📋 copy color: '#FE20F6'

red 254 ◦ green 32 ◦ blue 246

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

Shades of Magenta #FE20F6

Tints of Magenta #FE20F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.24%

R = 47.74%
G = 6.02%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE20F6 (or 0xFE20F6) is known color: Magenta. HEX triplet: FE, 20 and F6. RGB value is (254,32,246). Sum of RGB (Red+Green+Blue) = 254+32+246=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 32 (12.89% from 255 or 6.02% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20F6 is #01DF09. Grayscale: #7A7A7A. Windows color (decimal): -122634 or 16130302. OLE color: 16130302.

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

Color convert

RGB 254 32 246 -
CMYK 0 0.87 0.03 0.00
HSL 302.16º 0.99% 0.56% -
HSV(B) 302.16º 0.87% 1% -
XYZ 58.02 28.76 89.68 -
YUV 122.77 197.55 221.6 -
System Red Green Blue C M Y K H S L
Decimal 254 32 246 0 0.87 0.03 0.00 302.16 0.99 0.56
Hex FE 20 F6 0 57 3 0 12E 63 38
Octal 376 40 366 0 127 3 0 456 143 70
Binary 11111110 100000 11110110 0 1010111 11 0 100101110 1100011 111000

Color Harmonies of #FE20F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20F6

Black with #FE20F6

Text Example


Text Example

White with #FE20F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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