#FB1AF0

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

Shades of Magenta #FB1AF0

Tints of Magenta #FB1AF0

Color information

#FB1AF0 (or 0xFB1AF0) is unknown color: approx Magenta. HEX triplet: FB, 1A and F0. RGB value is (251,26,240). Sum of RGB (Red+Green+Blue) = 251+26+240=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 26 (10.55% from 255 or 5.03% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1AF0 is #04E50F. Grayscale: #757575. Windows color (decimal): -320784 or 15735547. OLE color: 15735547.

HSL color Cylindrical-coordinate representation of color #FB1AF0: hue angle of 302.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1AF0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB25126240-
CMYK00.900.040.02
HSL302.93º96.57%54.31%-
HSV(B)302.93º89.64%98.43%-
XYZ55.8827.5484.81-
YUV117.67197.04223.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 26 (10.55% from 255) = 5.03%
BLUE value IS 240 (94.14% from 255) = 46.42%
R=48.55%
G=5.03%
B=46.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512624000.900.040.02302.9396.5754.31
HexFB1AF005A4212f6136
Octal3733236001324245714166
Binary11111011110101111000001011010100101001011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1AF0; }

 p { color: rgb(251,26,240); }

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

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

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

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

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

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

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