Html Css Color HEX #FE11F7 Magenta

📋 copy color: '#FE11F7'

red 254 ◦ green 17 ◦ blue 247

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

Shades of Magenta #FE11F7

Tints of Magenta #FE11F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 49.03%
G = 3.28%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE11F7 (or 0xFE11F7) is known color: Magenta. HEX triplet: FE, 11 and F7. RGB value is (254,17,247). Sum of RGB (Red+Green+Blue) = 254+17+247=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 17 (7.03% from 255 or 3.28% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11F7 is #01EE08. Grayscale: #717171. Windows color (decimal): -126473 or 16191998. OLE color: 16191998.

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

Color convert

RGB 254 17 247 -
CMYK 0 0.93 0.03 0.00
HSL 301.77º 0.99% 0.53% -
HSV(B) 301.77º 0.93% 1% -
XYZ 57.86 28.19 90.39 -
YUV 114.08 203.02 227.8 -
System Red Green Blue C M Y K H S L
Decimal 254 17 247 0 0.93 0.03 0.00 301.77 0.99 0.53
Hex FE 11 F7 0 5D 3 0 12E 63 35
Octal 376 21 367 0 135 3 0 456 143 65
Binary 11111110 10001 11110111 0 1011101 11 0 100101110 1100011 110101

Color Harmonies of #FE11F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11F7

Black with #FE11F7

Text Example


Text Example

White with #FE11F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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