Html Css Color HEX #FB00F9 Magenta

📋 copy color: '#FB00F9'

red 251 ◦ green 0 ◦ blue 249

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

Shades of Magenta #FB00F9

Tints of Magenta #FB00F9

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 value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB00F9 (or 0xFB00F9) is known color: 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

RGB 251 0 249 -
CMYK 0 1 0.01 0.02
HSL 300.48º 1% 0.49% -
HSV(B) 300.48º 1% 0.98% -
XYZ 56.88 27.35 91.9 -
YUV 103.44 210.16 233.25 -
System Red Green Blue C M Y K H S L
Decimal 251 0 249 0 1 0.01 0.02 300.48 1 0.49
Hex FB 0 F9 0 64 1 2 12C 64 31
Octal 373 0 371 0 144 1 2 454 144 61
Binary 11111011 0 11111001 0 1100100 1 10 100101100 1100100 110001

Color Harmonies of #FB00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00F9

Black with #FB00F9

Text Example


Text Example

White with #FB00F9

Text Example


Text Example

HTML Codes & Css Web 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>