#FB18FB

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

Shades of Magenta #FB18FB

Tints of Magenta #FB18FB

Color information

#FB18FB (or 0xFB18FB) is unknown color: approx Magenta. HEX triplet: FB, 18 and FB. RGB value is (251,24,251). Sum of RGB (Red+Green+Blue) = 251+24+251=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 24 (9.77% from 255 or 4.56% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB18FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18FB is #04E704. Grayscale: #757575. Windows color (decimal): -321285 or 16455931. OLE color: 16455931.

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

Color convert

RGB25124251-
CMYK00.9000.02
HSL300º96.6%53.92%-
HSV(B)300º90.44%98.43%-
XYZ57.5228.1393.66-
YUV117.75203.21223.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.72%
GREEN value IS 24 (9.77% from 255) = 4.56%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=47.72%
G=4.56%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512425100.9000.0230096.653.92
HexFB18FB05A0212c6136
Octal3733037301320245414166
Binary111110111100011111011010110100101001011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB18FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB18FB; }

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

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

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

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

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

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

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

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