#FB51D8

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

Shades of Free Speech Magenta #FB51D8

Tints of Free Speech Magenta #FB51D8

Color information

#FB51D8 (or 0xFB51D8) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 51 and D8. RGB value is (251,81,216). Sum of RGB (Red+Green+Blue) = 251+81+216=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 81 (32.03% from 255 or 14.78% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB51D8 is #04AE27. Grayscale: #929292. Windows color (decimal): -306728 or 14176763. OLE color: 14176763.

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

Color convert

RGB25181216-
CMYK00.680.140.02
HSL312.35º95.51%65.1%-
HSV(B)312.35º67.73%98.43%-
XYZ55.1231.3568.11-
YUV147.22166.82202.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 81 (32.03% from 255) = 14.78%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=45.80%
G=14.78%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518121600.680.140.02312.3595.5165.1
HexFB51D8044E21386041
Octal3731213300104162470140101
Binary111110111010001110110000100010011101010011100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB51D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB51D8; }

 p { color: rgb(251,81,216); }

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

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

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

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

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

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

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