Html Css Color HEX #FE15EC Magenta

📋 copy color: '#FE15EC'

red 254 ◦ green 21 ◦ blue 236

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

Shades of Magenta #FE15EC

Tints of Magenta #FE15EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.11%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 49.71%
G = 4.11%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE15EC (or 0xFE15EC) is known color: Magenta. HEX triplet: FE, 15 and EC. RGB value is (254,21,236). Sum of RGB (Red+Green+Blue) = 254+21+236=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 21 (8.59% from 255 or 4.11% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15EC is #01EA13. Grayscale: #727272. Windows color (decimal): -125460 or 15472126. OLE color: 15472126.

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

Color convert

RGB 254 21 236 -
CMYK 0 0.92 0.07 0.00
HSL 304.64º 0.99% 0.54% -
HSV(B) 304.64º 0.92% 1% -
XYZ 56.28 27.66 81.73 -
YUV 115.18 196.19 227.02 -
System Red Green Blue C M Y K H S L
Decimal 254 21 236 0 0.92 0.07 0.00 304.64 0.99 0.54
Hex FE 15 EC 0 5C 7 0 131 63 36
Octal 376 25 354 0 134 7 0 461 143 66
Binary 11111110 10101 11101100 0 1011100 111 0 100110001 1100011 110110

Color Harmonies of #FE15EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15EC

Black with #FE15EC

Text Example


Text Example

White with #FE15EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15EC; }

 p { color: rgb(254,21,236); }

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

background-color css

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

 a { background-color: rgb(254,21,236); }

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

border-color css

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

 span { border-color: rgb(254,21,236); }

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