Html Css Color HEX #FE11FE Magenta

📋 copy color: '#FE11FE'

red 254 ◦ green 17 ◦ blue 254

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

Shades of Magenta #FE11FE

Tints of Magenta #FE11FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 48.38%
G = 3.24%
B = 48.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE11FE (or 0xFE11FE) is known color: Magenta. HEX triplet: FE, 11 and FE. RGB value is (254,17,254). Sum of RGB (Red+Green+Blue) = 254+17+254=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 17 (7.03% from 255 or 3.24% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE11FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11FE is #01EE01. Grayscale: #727272. Windows color (decimal): -126466 or 16650750. OLE color: 16650750.

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

Color convert

RGB 254 17 254 -
CMYK 0 0.93 0 0.00
HSL 300º 0.99% 0.53% -
HSV(B) 300º 0.93% 1% -
XYZ 58.96 28.63 96.18 -
YUV 114.88 206.52 227.23 -
System Red Green Blue C M Y K H S L
Decimal 254 17 254 0 0.93 0 0.00 300 0.99 0.53
Hex FE 11 FE 0 5D 0 0 12C 63 35
Octal 376 21 376 0 135 0 0 454 143 65
Binary 11111110 10001 11111110 0 1011101 0 0 100101100 1100011 110101

Color Harmonies of #FE11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11FE

Black with #FE11FE

Text Example


Text Example

White with #FE11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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