#FB31FF

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

Shades of Magenta #FB31FF

Tints of Magenta #FB31FF

Color information

#FB31FF (or 0xFB31FF) is unknown color: approx Magenta. HEX triplet: FB, 31 and FF. RGB value is (251,49,255). Sum of RGB (Red+Green+Blue) = 251+49+255=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 49 (19.53% from 255 or 8.83% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB31FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB31FF is #04CE00. Grayscale: #848484. Windows color (decimal): -314881 or 16724475. OLE color: 16724475.

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

Color convert

RGB25149255-
CMYK0.020.8100
HSL298.83º100%59.61%-
HSV(B)298.83º80.78%100%-
XYZ58.9329.9397.28-
YUV132.88196.92212.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.23%
GREEN value IS 49 (19.53% from 255) = 8.83%
BLUE value IS 255 (100% from 255) = 45.95%
R=45.23%
G=8.83%
B=45.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251492550.020.8100298.8310059.61
HexFB31FF2510012b643c
Octal3736137721210045314474
Binary1111101111000111111111101010001001001010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB31FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB31FF; }

 p { color: rgb(251,49,255); }

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

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

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

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

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

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

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