Html Css Color HEX #FE11EF Magenta

📋 copy color: '#FE11EF'

red 254 ◦ green 17 ◦ blue 239

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

Shades of Magenta #FE11EF

Tints of Magenta #FE11EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.33%

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 49.8%
G = 3.33%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE11EF (or 0xFE11EF) is known color: Magenta. HEX triplet: FE, 11 and EF. RGB value is (254,17,239). Sum of RGB (Red+Green+Blue) = 254+17+239=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 17 (7.03% from 255 or 3.33% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11EF is #01EE10. Grayscale: #707070. Windows color (decimal): -126481 or 15667710. OLE color: 15667710.

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

Color convert

RGB 254 17 239 -
CMYK 0 0.93 0.06 0.00
HSL 303.8º 0.99% 0.53% -
HSV(B) 303.8º 0.93% 1% -
XYZ 56.65 27.7 84.02 -
YUV 113.17 199.02 228.45 -
System Red Green Blue C M Y K H S L
Decimal 254 17 239 0 0.93 0.06 0.00 303.8 0.99 0.53
Hex FE 11 EF 0 5D 6 0 130 63 35
Octal 376 21 357 0 135 6 0 460 143 65
Binary 11111110 10001 11101111 0 1011101 110 0 100110000 1100011 110101

Color Harmonies of #FE11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11EF

Black with #FE11EF

Text Example


Text Example

White with #FE11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11EF; }

 p { color: rgb(254,17,239); }

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

background-color css

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

 a { background-color: rgb(254,17,239); }

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

border-color css

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

 span { border-color: rgb(254,17,239); }

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