Html Css Color HEX #FE19EC Magenta

📋 copy color: '#FE19EC'

red 254 ◦ green 25 ◦ blue 236

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

Shades of Magenta #FE19EC

Tints of Magenta #FE19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.85%

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

R = 49.32%
G = 4.85%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE19EC (or 0xFE19EC) is known color: Magenta. HEX triplet: FE, 19 and EC. RGB value is (254,25,236). Sum of RGB (Red+Green+Blue) = 254+25+236=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19EC is #01E613. Grayscale: #747474. Windows color (decimal): -124436 or 15473150. OLE color: 15473150.

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

Color convert

RGB 254 25 236 -
CMYK 0 0.90 0.07 0.00
HSL 304.72º 0.99% 0.55% -
HSV(B) 304.72º 0.9% 1% -
XYZ 56.36 27.82 81.76 -
YUV 117.53 194.87 225.34 -
System Red Green Blue C M Y K H S L
Decimal 254 25 236 0 0.90 0.07 0.00 304.72 0.99 0.55
Hex FE 19 EC 0 5A 7 0 131 63 37
Octal 376 31 354 0 132 7 0 461 143 67
Binary 11111110 11001 11101100 0 1011010 111 0 100110001 1100011 110111

Color Harmonies of #FE19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19EC

Black with #FE19EC

Text Example


Text Example

White with #FE19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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