Html Css Color HEX #FB11EC Magenta

📋 copy color: '#FB11EC'

red 251 ◦ green 17 ◦ blue 236

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

Shades of Magenta #FB11EC

Tints of Magenta #FB11EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 49.8%
G = 3.37%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB11EC (or 0xFB11EC) is known color: Magenta. HEX triplet: FB, 11 and EC. RGB value is (251,17,236). Sum of RGB (Red+Green+Blue) = 251+17+236=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 17 (7.03% from 255 or 3.37% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB11EC is #04EE13. Grayscale: #6F6F6F. Windows color (decimal): -323092 or 15471099. OLE color: 15471099.

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

Color convert

RGB 251 17 236 -
CMYK 0 0.93 0.06 0.02
HSL 303.85º 0.97% 0.53% -
HSV(B) 303.85º 0.93% 0.98% -
XYZ 55.12 26.97 81.66 -
YUV 111.93 198.02 227.19 -
System Red Green Blue C M Y K H S L
Decimal 251 17 236 0 0.93 0.06 0.02 303.85 0.97 0.53
Hex FB 11 EC 0 5D 6 2 130 61 35
Octal 373 21 354 0 135 6 2 460 141 65
Binary 11111011 10001 11101100 0 1011101 110 10 100110000 1100001 110101

Color Harmonies of #FB11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB11EC

Black with #FB11EC

Text Example


Text Example

White with #FB11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB11EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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