Html Css Color HEX #FE11FB Magenta

📋 copy color: '#FE11FB'

red 254 ◦ green 17 ◦ blue 251

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

Shades of Magenta #FE11FB

Tints of Magenta #FE11FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 48.66%
G = 3.26%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE11FB (or 0xFE11FB) is known color: Magenta. HEX triplet: FE, 11 and FB. RGB value is (254,17,251). Sum of RGB (Red+Green+Blue) = 254+17+251=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 17 (7.03% from 255 or 3.26% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11FB is #01EE04. Grayscale: #717171. Windows color (decimal): -126469 or 16454142. OLE color: 16454142.

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

Color convert

RGB 254 17 251 -
CMYK 0 0.93 0.01 0.00
HSL 300.76º 0.99% 0.53% -
HSV(B) 300.76º 0.93% 1% -
XYZ 58.49 28.44 93.67 -
YUV 114.54 205.02 227.47 -
System Red Green Blue C M Y K H S L
Decimal 254 17 251 0 0.93 0.01 0.00 300.76 0.99 0.53
Hex FE 11 FB 0 5D 1 0 12D 63 35
Octal 376 21 373 0 135 1 0 455 143 65
Binary 11111110 10001 11111011 0 1011101 1 0 100101101 1100011 110101

Color Harmonies of #FE11FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11FB

Black with #FE11FB

Text Example


Text Example

White with #FE11FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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