Html Css Color HEX #FB00EC Magenta

📋 copy color: '#FB00EC'

red 251 ◦ green 0 ◦ blue 236

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

Shades of Magenta #FB00EC

Tints of Magenta #FB00EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.54%
G = 0%
B = 48.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB00EC (or 0xFB00EC) is known color: Magenta. HEX triplet: FB, 00 and EC. RGB value is (251,0,236). Sum of RGB (Red+Green+Blue) = 251+0+236=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00EC is #04FF13. Grayscale: #656565. Windows color (decimal): -327444 or 15466747. OLE color: 15466747.

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

Color convert

RGB 251 0 236 -
CMYK 0 1 0.06 0.02
HSL 303.59º 1% 0.49% -
HSV(B) 303.59º 1% 0.98% -
XYZ 54.92 26.57 81.59 -
YUV 101.95 203.66 234.31 -
System Red Green Blue C M Y K H S L
Decimal 251 0 236 0 1 0.06 0.02 303.59 1 0.49
Hex FB 0 EC 0 64 6 2 130 64 31
Octal 373 0 354 0 144 6 2 460 144 61
Binary 11111011 0 11101100 0 1100100 110 10 100110000 1100100 110001

Color Harmonies of #FB00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00EC

Black with #FB00EC

Text Example


Text Example

White with #FB00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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