Html Css Color HEX #FE19EB Magenta

📋 copy color: '#FE19EB'

red 254 ◦ green 25 ◦ blue 235

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

Shades of Magenta #FE19EB

Tints of Magenta #FE19EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 49.42%
G = 4.86%
B = 45.72%

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

#FE19EB (or 0xFE19EB) is known color: Magenta. HEX triplet: FE, 19 and EB. RGB value is (254,25,235). Sum of RGB (Red+Green+Blue) = 254+25+235=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19EB is #01E614. Grayscale: #747474. Windows color (decimal): -124437 or 15407614. OLE color: 15407614.

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

Color convert

RGB 254 25 235 -
CMYK 0 0.90 0.07 0.00
HSL 304.98º 0.99% 0.55% -
HSV(B) 304.98º 0.9% 1% -
XYZ 56.22 27.76 80.99 -
YUV 117.41 194.37 225.42 -
System Red Green Blue C M Y K H S L
Decimal 254 25 235 0 0.90 0.07 0.00 304.98 0.99 0.55
Hex FE 19 EB 0 5A 7 0 131 63 37
Octal 376 31 353 0 132 7 0 461 143 67
Binary 11111110 11001 11101011 0 1011010 111 0 100110001 1100011 110111

Color Harmonies of #FE19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE19EB

Black with #FE19EB

Text Example


Text Example

White with #FE19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE19EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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