#FB2DFB

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

Shades of Magenta #FB2DFB

Tints of Magenta #FB2DFB

Color information

#FB2DFB (or 0xFB2DFB) is unknown color: approx Magenta. HEX triplet: FB, 2D and FB. RGB value is (251,45,251). Sum of RGB (Red+Green+Blue) = 251+45+251=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 45 (17.97% from 255 or 8.23% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2DFB is #04D204. Grayscale: #818181. Windows color (decimal): -315909 or 16461307. OLE color: 16461307.

HSL color Cylindrical-coordinate representation of color #FB2DFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2DFB is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25145251-
CMYK00.8200.02
HSL300º96.26%58.04%-
HSV(B)300º82.07%98.43%-
XYZ58.1329.3593.87-
YUV130.08196.25214.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.89%
GREEN value IS 45 (17.97% from 255) = 8.23%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=45.89%
G=8.23%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514525100.8200.0230096.2658.04
HexFB2DFB0520212c603a
Octal3735537301220245414072
Binary1111101110110111111011010100100101001011001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2DFB; }

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

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

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

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

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

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

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

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