Html Css Color HEX #FE15EB Magenta

📋 copy color: '#FE15EB'

red 254 ◦ green 21 ◦ blue 235

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

Shades of Magenta #FE15EB

Tints of Magenta #FE15EB

RGB

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

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

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

R = 49.8%
G = 4.12%
B = 46.08%

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

#FE15EB (or 0xFE15EB) is known color: Magenta. HEX triplet: FE, 15 and EB. RGB value is (254,21,235). Sum of RGB (Red+Green+Blue) = 254+21+235=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15EB is #01EA14. Grayscale: #727272. Windows color (decimal): -125461 or 15406590. OLE color: 15406590.

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

Color convert

RGB 254 21 235 -
CMYK 0 0.92 0.07 0.00
HSL 304.89º 0.99% 0.54% -
HSV(B) 304.89º 0.92% 1% -
XYZ 56.14 27.61 80.97 -
YUV 115.06 195.69 227.1 -
System Red Green Blue C M Y K H S L
Decimal 254 21 235 0 0.92 0.07 0.00 304.89 0.99 0.54
Hex FE 15 EB 0 5C 7 0 131 63 36
Octal 376 25 353 0 134 7 0 461 143 66
Binary 11111110 10101 11101011 0 1011100 111 0 100110001 1100011 110110

Color Harmonies of #FE15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15EB

Black with #FE15EB

Text Example


Text Example

White with #FE15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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