Html Css Color HEX #FB00FB Magenta

📋 copy color: '#FB00FB'

red 251 ◦ green 0 ◦ blue 251

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

Shades of Magenta #FB00FB

Tints of Magenta #FB00FB

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB00FB (or 0xFB00FB) is known color: Magenta. HEX triplet: FB, 00 and FB. RGB value is (251,0,251). Sum of RGB (Red+Green+Blue) = 251+0+251=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 0 (0.39% from 255 or 0% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00FB is #04FF04. Grayscale: #666666. Windows color (decimal): -327429 or 16449787. OLE color: 16449787.

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

Color convert

RGB 251 0 251 -
CMYK 0 1 0 0.02
HSL 300º 1% 0.49% -
HSV(B) 300º 1% 0.98% -
XYZ 57.2 27.47 93.56 -
YUV 103.66 211.16 233.09 -
System Red Green Blue C M Y K H S L
Decimal 251 0 251 0 1 0 0.02 300 1 0.49
Hex FB 0 FB 0 64 0 2 12C 64 31
Octal 373 0 373 0 144 0 2 454 144 61
Binary 11111011 0 11111011 0 1100100 0 10 100101100 1100100 110001

Color Harmonies of #FB00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00FB

Black with #FB00FB

Text Example


Text Example

White with #FB00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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