#FB11F0

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

Shades of Magenta #FB11F0

Tints of Magenta #FB11F0

Color information

#FB11F0 (or 0xFB11F0) is unknown color: approx Magenta. HEX triplet: FB, 11 and F0. RGB value is (251,17,240). Sum of RGB (Red+Green+Blue) = 251+17+240=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB11F0 is #04EE0F. Grayscale: #6F6F6F. Windows color (decimal): -323088 or 15733243. OLE color: 15733243.

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

Color convert

RGB25117240-
CMYK00.930.040.02
HSL302.82º96.69%52.55%-
HSV(B)302.82º93.23%98.43%-
XYZ55.7127.284.75-
YUV112.39200.02226.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 17 (7.03% from 255) = 3.35%
BLUE value IS 240 (94.14% from 255) = 47.24%
R=49.41%
G=3.35%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511724000.930.040.02302.8296.6952.55
HexFB11F005D4212f6135
Octal3732136001354245714165
Binary11111011100011111000001011101100101001011111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB11F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB11F0; }

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

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

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

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

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

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

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

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