Html Css Color HEX #FB01EC Magenta

📋 copy color: '#FB01EC'

red 251 ◦ green 1 ◦ blue 236

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

Shades of Magenta #FB01EC

Tints of Magenta #FB01EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 51.43%
G = 0.2%
B = 48.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB01EC (or 0xFB01EC) is known color: Magenta. HEX triplet: FB, 01 and EC. RGB value is (251,1,236). Sum of RGB (Red+Green+Blue) = 251+1+236=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01EC is #04FE13. Grayscale: #656565. Windows color (decimal): -327188 or 15467003. OLE color: 15467003.

HSL color Cylindrical-coordinate representation of color #FB01EC: hue angle of 303.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01EC is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 236 -
CMYK 0 1.00 0.06 0.02
HSL 303.6º 0.99% 0.49% -
HSV(B) 303.6º 1% 0.98% -
XYZ 54.93 26.59 81.59 -
YUV 102.54 203.33 233.89 -
System Red Green Blue C M Y K H S L
Decimal 251 1 236 0 1.00 0.06 0.02 303.6 0.99 0.49
Hex FB 1 EC 0 64 6 2 130 63 31
Octal 373 1 354 0 144 6 2 460 143 61
Binary 11111011 1 11101100 0 1100100 110 10 100110000 1100011 110001

Color Harmonies of #FB01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01EC

Black with #FB01EC

Text Example


Text Example

White with #FB01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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