Html Css Color HEX #FB11E6 Magenta

📋 copy color: '#FB11E6'

red 251 ◦ green 17 ◦ blue 230

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

Shades of Magenta #FB11E6

Tints of Magenta #FB11E6

RGB

 RED value IS 251 (98.44% from 255) = 50.4%

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 50.4%
G = 3.41%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB11E6 (or 0xFB11E6) is known color: Magenta. HEX triplet: FB, 11 and E6. RGB value is (251,17,230). Sum of RGB (Red+Green+Blue) = 251+17+230=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 17 (7.03% from 255 or 3.41% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB11E6 is #04EE19. Grayscale: #6E6E6E. Windows color (decimal): -323098 or 15077883. OLE color: 15077883.

HSL color Cylindrical-coordinate representation of color #FB11E6: hue angle of 305.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB11E6 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 230 -
CMYK 0 0.93 0.08 0.02
HSL 305.38º 0.97% 0.53% -
HSV(B) 305.38º 0.93% 0.98% -
XYZ 54.27 26.62 77.14 -
YUV 111.25 195.02 227.68 -
System Red Green Blue C M Y K H S L
Decimal 251 17 230 0 0.93 0.08 0.02 305.38 0.97 0.53
Hex FB 11 E6 0 5D 8 2 131 61 35
Octal 373 21 346 0 135 10 2 461 141 65
Binary 11111011 10001 11100110 0 1011101 1000 10 100110001 1100001 110101

Color Harmonies of #FB11E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB11E6

Black with #FB11E6

Text Example


Text Example

White with #FB11E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB11E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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