Html Css Color HEX #FE11FD Magenta

📋 copy color: '#FE11FD'

red 254 ◦ green 17 ◦ blue 253

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

Shades of Magenta #FE11FD

Tints of Magenta #FE11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 48.47%
G = 3.24%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE11FD (or 0xFE11FD) is known color: Magenta. HEX triplet: FE, 11 and FD. RGB value is (254,17,253). Sum of RGB (Red+Green+Blue) = 254+17+253=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 17 (7.03% from 255 or 3.24% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11FD is #01EE02. Grayscale: #727272. Windows color (decimal): -126467 or 16585214. OLE color: 16585214.

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

Color convert

RGB 254 17 253 -
CMYK 0 0.93 0.00 0.00
HSL 300.25º 0.99% 0.53% -
HSV(B) 300.25º 0.93% 1% -
XYZ 58.8 28.56 95.34 -
YUV 114.77 206.02 227.31 -
System Red Green Blue C M Y K H S L
Decimal 254 17 253 0 0.93 0.00 0.00 300.25 0.99 0.53
Hex FE 11 FD 0 5D 0 0 12C 63 35
Octal 376 21 375 0 135 0 0 454 143 65
Binary 11111110 10001 11111101 0 1011101 0 0 100101100 1100011 110101

Color Harmonies of #FE11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11FD

Black with #FE11FD

Text Example


Text Example

White with #FE11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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