#FB00F8

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

Shades of Magenta #FB00F8

Tints of Magenta #FB00F8

Color information

#FB00F8 (or 0xFB00F8) is unknown color: approx Magenta. HEX triplet: FB, 00 and F8. RGB value is (251,0,248). Sum of RGB (Red+Green+Blue) = 251+0+248=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 0 (0.39% from 255 or 0% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00F8 is #04FF07. Grayscale: #666666. Windows color (decimal): -327432 or 16253179. OLE color: 16253179.

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

Color convert

RGB2510248-
CMYK010.010.02
HSL300.72º100%49.22%-
HSV(B)300.72º100%98.43%-
XYZ56.7327.2991.08-
YUV103.32209.66233.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 248 (97.27% from 255) = 49.70%
R=50.30%
G=0%
B=49.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2510248010.010.02300.7210049.22
HexFB0F80641212d6431
Octal373037001441245514461
Binary11111011011111000011001001101001011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB00F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB00F8; }

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

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

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

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

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

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

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

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