#FB00F9

Color #FB00F9 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FB00F9

Tints of Magenta #FB00F9

Color information

#FB00F9 (or 0xFB00F9) is unknown color: approx Magenta. HEX triplet: FB, 00 and F9. RGB value is (251,0,249). Sum of RGB (Red+Green+Blue) = 251+0+249=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00F9 is #04FF06. Grayscale: #666666. Windows color (decimal): -327431 or 16318715. OLE color: 16318715.

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

Color convert

RGB2510249-
CMYK010.010.02
HSL300.48º100%49.22%-
HSV(B)300.48º100%98.43%-
XYZ56.8827.3591.9-
YUV103.44210.16233.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.2%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 49.8%
R=50.2%
G=0%
B=49.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2510249010.010.02300.4810049.22
HexFB0F90641212c6431
Octal373037101441245414461
Binary11111011011111001011001001101001011001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB00F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB00F9; }

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

 H1.HeaderClassName
 {
   color: #FB00F9;
 }
 .AnyTagClassName
 {
   color: #FB00F9;
 }
</style>
background-color css

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

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

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

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

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

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